org.jSyncManager.API.Conduit.Tools
Class DLPRecordXML
public class DLPRecordXML
A container for the XML representation of the DLPRecord.
DLPRecordXML()- Create new DLPRecordXML with default name.
|
DLPRecordXML(InputStreamReader inputfile)- Create new DLPRecordXML from given InputStreamReader stream input.
|
DLPRecordXML(String name)- Create new DLPRecordXML with given name.
|
DLPRecordXML(DLPRecord rec)- Create new DLPRecordXML from given DLPRecord.
|
RECORDNAME
public static String RECORDNAME
XMLNAME
public static String XMLNAME
JSXMLElement document
DLPRecordXML
public DLPRecordXML()
Create new DLPRecordXML with default name.
DLPRecordXML
public DLPRecordXML(InputStreamReader inputfile)
throws org.jdom.JDOMException,
IOExceptionCreate new DLPRecordXML from given InputStreamReader stream input.
inputfile - InputStreamReader stream to be parsed into element.
DLPRecordXML
public DLPRecordXML(String name)
Create new DLPRecordXML with given name.
name - String to be used as DLPRecordXML element name.
DLPRecordXML
public DLPRecordXML(DLPRecord rec)
Create new DLPRecordXML from given DLPRecord.
rec - DLPRecord to be parsed into element.
getDTD
public String getDTD()
Retrieve the DTD for the current element.
- getDTD in interface JSXMLDocument
readDocument
public void readDocument(JSXMLElement elem)
throws IOExceptionRead document from an JSXMLElement and parse.
elem - JSXMLElement to parse document from.