com.k_int.IR
Interface InformationFragment

All Known Implementing Classes:
XMLRecord, GRS1, iso2709, DOMTree, SUTRS, UnknownBlob

public interface InformationFragment

InformationFragment An interface that describes an object able to participate in a retrieval operation. Ideally, objects implementing this class will make the job of dealing with heterogeneous result items ( XML, GRS & Marc records, SUTRS, etc) eaiser.


Method Summary
 org.w3c.dom.Document getDocument()
          Get DOM representation for this object...
 java.lang.String getDocumentSchema()
           
 java.lang.Object getOriginalObject()
           
 java.lang.String getOriginalObjectClassName()
           
 java.lang.String getSourceCollectionName()
           
 java.lang.Object getSourceFragmentID()
           
 

Method Detail

getOriginalObject

public java.lang.Object getOriginalObject()

getOriginalObjectClassName

public java.lang.String getOriginalObjectClassName()

getDocument

public org.w3c.dom.Document getDocument()
Get DOM representation for this object... Should take account of schemas when translating & use namespaces where possible (E.G. gils, meta, generic namespace in converted GRS records)

getDocumentSchema

public java.lang.String getDocumentSchema()

getSourceCollectionName

public java.lang.String getSourceCollectionName()

getSourceFragmentID

public java.lang.Object getSourceFragmentID()


Copyright © 2001 Knowledge Integration Ltd. All Rights Reserved.