|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectzeus.concepts.xmlobject.Parser
zeus.concepts.xmlobject.acc.ContactsParser
Parser for contacts info files.
| Field Summary |
| Fields inherited from class zeus.concepts.xmlobject.Parser |
inputStream, root |
| Constructor Summary | |
ContactsParser()
Default constructor. |
|
ContactsParser(java.io.File file)
Construct instance, initialise input source to specified file. |
|
ContactsParser(java.lang.String document)
Construct instance, initialise input source to specified document. |
|
| Method Summary | |
Contact |
getContact()
Retrieve the root object and cast it to a Contact instance. |
Contacts |
getContacts()
Retrieve the root object and cast it to a Contacts instance. |
protected java.lang.Object |
translateRoot(org.w3c.dom.Document document)
Begin translation. |
| Methods inherited from class zeus.concepts.xmlobject.Parser |
getInputStream, getRootObject, load, refresh, setFeature, setInputStream, setRootObject, setupParser, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ContactsParser()
public ContactsParser(java.io.File file)
throws java.io.FileNotFoundException
public ContactsParser(java.lang.String document)
| Method Detail |
protected java.lang.Object translateRoot(org.w3c.dom.Document document)
translateRoot in class Parserpublic Contacts getContacts()
public Contact getContact()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||