org.jafer.record
Class SUTRSRecord
java.lang.Object
org.jafer.record.DataObject
org.jafer.record.SUTRSRecord
public class SUTRSRecord
- extends DataObject
Field Summary |
private asn1.BEREncoding |
ber
|
private org.w3c.dom.Node |
root
|
Constructor Summary |
SUTRSRecord(java.lang.String dbName,
asn1.BEREncoding ber)
|
Method Summary |
private void |
addNewLine(org.w3c.dom.Document document,
java.lang.String data)
|
asn1.BEREncoding |
getBER()
|
org.w3c.dom.Node |
getXML(org.w3c.dom.Document document)
|
private void |
processRecord(org.w3c.dom.Document document,
asn1.ASN1External asn1External)
|
private java.lang.String |
processRecord(org.w3c.dom.Node node)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
root
private org.w3c.dom.Node root
ber
private asn1.BEREncoding ber
SUTRSRecord
public SUTRSRecord(java.lang.String dbName,
asn1.BEREncoding ber)
getBER
public asn1.BEREncoding getBER()
throws RecordException
- Overrides:
getBER
in class DataObject
- Throws:
RecordException
getXML
public org.w3c.dom.Node getXML(org.w3c.dom.Document document)
throws RecordException
- Overrides:
getXML
in class DataObject
- Throws:
RecordException
processRecord
private java.lang.String processRecord(org.w3c.dom.Node node)
processRecord
private void processRecord(org.w3c.dom.Document document,
asn1.ASN1External asn1External)
throws asn1.ASN1Exception
- Throws:
asn1.ASN1Exception
addNewLine
private void addNewLine(org.w3c.dom.Document document,
java.lang.String data)