com.k_int.IR.Syntaxes
Class iso2709

java.lang.Object
  |
  +--com.k_int.IR.Syntaxes.iso2709
All Implemented Interfaces:
InformationFragment

public class iso2709
extends java.lang.Object
implements InformationFragment


Field Summary
protected  java.lang.Object handle
           
static char ISO2709_FS
           
static char ISO2709_IDFS
           
static char ISO2709_RS
           
protected  java.lang.String orig
           
protected  java.lang.String schema
           
protected  java.lang.String source_collection_name
           
protected  org.w3c.dom.Document xml_rep
           
 
Constructor Summary
iso2709(java.lang.Object source)
           
iso2709(java.lang.String source_collection_name, java.lang.String schema, java.lang.Object handle, java.lang.Object source)
           
 
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()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

source_collection_name

protected java.lang.String source_collection_name

handle

protected java.lang.Object handle

orig

protected java.lang.String orig

xml_rep

protected org.w3c.dom.Document xml_rep

schema

protected java.lang.String schema

ISO2709_RS

public static final char ISO2709_RS

ISO2709_FS

public static final char ISO2709_FS

ISO2709_IDFS

public static final char ISO2709_IDFS
Constructor Detail

iso2709

public iso2709(java.lang.Object source)

iso2709

public iso2709(java.lang.String source_collection_name,
               java.lang.String schema,
               java.lang.Object handle,
               java.lang.Object source)
Method Detail

getOriginalObject

public java.lang.Object getOriginalObject()
Specified by:
getOriginalObject in interface InformationFragment

getOriginalObjectClassName

public java.lang.String getOriginalObjectClassName()
Specified by:
getOriginalObjectClassName in interface InformationFragment

getDocument

public org.w3c.dom.Document getDocument()
Description copied from interface: InformationFragment
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)
Specified by:
getDocument in interface InformationFragment

getDocumentSchema

public java.lang.String getDocumentSchema()
Specified by:
getDocumentSchema in interface InformationFragment

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getSourceCollectionName

public java.lang.String getSourceCollectionName()
Specified by:
getSourceCollectionName in interface InformationFragment

getSourceFragmentID

public java.lang.Object getSourceFragmentID()
Specified by:
getSourceFragmentID in interface InformationFragment


Copyright © 2001 Knowledge Integration Ltd. All Rights Reserved.