|
jSyncManager | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jdom.Document
org.jSyncManager.API.Conduit.Tools.JSXMLDocument
org.jSyncManager.API.Conduit.Tools.DLPRecordXML
org.jSyncManager.API.Conduit.Tools.AddressDBXML
This is a synchronization JConduit for ax XML document from the AddressDB database. Each element in the record will be a double-quoted String, escaped if necessary.
JSXMLDocument,
JSXMLElement,
DLPRecordXML,
Serialized Form| Field Summary | |
(package private) AddressRecord |
record
|
static java.lang.String |
RECORDNAME
AddressRecord type name. |
static java.lang.String |
XMLNAME
XML Database name. |
| Fields inherited from class org.jdom.Document |
baseURI |
| Constructor Summary | |
AddressDBXML()
Create new JSXMLDocument with default name and AddressDB DTD entity. |
|
AddressDBXML(AddressRecord rec)
Create new JSXMLDocument with given AddressRecord. |
|
AddressDBXML(java.io.InputStreamReader inputfile)
Create new AddressDBScanner with InputStreamReader stream input. |
|
AddressDBXML(JSXMLDocument document)
Create new JSXMLDocument with given JSXMLDocument. |
|
| Method Summary | |
java.lang.String |
getDTD()
Get the complete DTD for this database type. |
AddressRecord |
insertRecord(AddressRecord rec)
Insert AddressRecord into XML Document. |
void |
readDocument(java.io.InputStreamReader inputfile)
Read JSXMLDocument through InputStreamReader and parse into XML Document. |
(package private) void |
readJSXMLElement_jSyncManagerAddressRecord(JSXMLElement element)
Parse JSXMLElement element into Document |
| Methods inherited from class org.jSyncManager.API.Conduit.Tools.DLPRecordXML |
insertRecord, readDocument |
| Methods inherited from class org.jSyncManager.API.Conduit.Tools.JSXMLDocument |
readDocument, readDocument, readDocument, setDocument, setDTD, writeDocument |
| Methods inherited from class org.jdom.Document |
addContent, addContent, addContent, addContent, canContain, clone, cloneContent, detachRootElement, equals, getBaseURI, getContent, getContent, getContent, getContentSize, getDescendants, getDescendants, getDocType, getDocument, getParent, getProperty, getRootElement, hashCode, hasRootElement, indexOf, removeContent, removeContent, removeContent, removeContent, setBaseURI, setContent, setContent, setContent, setContent, setDocType, setProperty, setRootElement, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static java.lang.String XMLNAME
public static java.lang.String RECORDNAME
AddressRecord record
| Constructor Detail |
public AddressDBXML()
public AddressDBXML(AddressRecord rec)
rec - AddressRecordpublic AddressDBXML(JSXMLDocument document)
document - The JSXMLDocument to be read and input.
public AddressDBXML(java.io.InputStreamReader inputfile)
throws org.jdom.JDOMException,
java.io.IOException
inputfile - InputStreamReader
org.jdom.JDOMException - JDOMException thrown.
java.io.IOException - IOException thrown.| Method Detail |
public AddressRecord insertRecord(AddressRecord rec)
rec - AddressRecord input.
public java.lang.String getDTD()
getDTD in class DLPRecordXML
public void readDocument(java.io.InputStreamReader inputfile)
throws org.jdom.JDOMException,
java.io.IOException
readDocument in class JSXMLDocumentinputfile - InputStreamReader input.
org.jdom.JDOMException - JDOMException thrown.
java.io.IOException - IOException thrown.void readJSXMLElement_jSyncManagerAddressRecord(JSXMLElement element)
element - JSXMLElement to be parsed and inserted.
|
jSyncManager | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||