Static Public Member Functions | |
Document | createDocument () |
Create a new DOM Document. | |
Document | readDocument (String name) |
Read a DOM Document from xml in a file. | |
Document | readDocumentFromString (String in) |
Read a DOM Document from xml in a string. | |
void | writeDocument (Document doc, String fileName) throws IOException |
Write a DOM Document to an xml file. | |
String | writeDocumentToString (Document doc) throws IOException |
Write a DOM Document to an output stream. | |
String | errorXml (String problem, String reason) |
String | statusXml (String string) |
Static Public Attributes | |
final String | XML_TAG_FOR_ERROR_MESSAGE = "errorMessage" |
final String | XML_TAG_FOR_STATUS_MESSAGE = "statusMessage" |
Glenn Golden
Terry E Weymouth
Definition at line 24 of file Xml.java.
|
Create a new DOM Document.
|
|
Read a DOM Document from xml in a file.
Definition at line 56 of file Xml.java. References org.nees.rbnb.Xml.readDocument(). Referenced by org.nees.rbnb.Xml.readDocument(). |
|
Read a DOM Document from xml in a string.
Definition at line 80 of file Xml.java. References org.nees.rbnb.Xml.readDocumentFromString(). Referenced by org.nees.rbnb.Xml.readDocumentFromString(). |
|
Definition at line 150 of file Xml.java. References org.nees.rbnb.Xml.statusXml(). Referenced by org.nees.rbnb.Xml.statusXml(). |
|
Write a DOM Document to an xml file.
Definition at line 102 of file Xml.java. References org.nees.rbnb.Xml.writeDocument(). Referenced by org.nees.rbnb.Xml.writeDocument(). |
|
Write a DOM Document to an output stream.
Definition at line 119 of file Xml.java. References org.nees.rbnb.Xml.writeDocumentToString(). Referenced by org.nees.rbnb.Xml.writeDocumentToString(). |