org.jafer.record
Class TermRecord

java.lang.Object
  |
  +--org.jafer.record.DataObject
        |
        +--org.jafer.record.TermRecord

public class TermRecord
extends DataObject


Field Summary
private  org.w3c.dom.Node root
           
private  z3950.v3.TermInfo termInfo
           
 
Fields inherited from class org.jafer.record.DataObject
 
Constructor Summary
TermRecord(asn1.BEREncoding ber)
           
 
Method Summary
 org.w3c.dom.Node getXML(org.w3c.dom.Document document)
           
 java.lang.String toString()
           
 
Methods inherited from class org.jafer.record.DataObject
getBER, getDatabaseName, getRecordSchema, getRecordSyntax
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

root

private org.w3c.dom.Node root

termInfo

private z3950.v3.TermInfo termInfo
Constructor Detail

TermRecord

public TermRecord(asn1.BEREncoding ber)
Method Detail

getXML

public org.w3c.dom.Node getXML(org.w3c.dom.Document document)
                        throws RecordException
Overrides:
getXML in class DataObject
RecordException

toString

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