|
Public Member Functions |
| | WriteXMLHandler (Map propertyMap) |
| void | writeXML (Writer writer) throws AcsJCDBFieldDoesNotExistEx, AcsJCDBExceptionEx |
| void | startElement (String uri, String localName, String qName, Attributes attributes) throws SAXException |
| void | comment (char[] ch, int start, int length) throws SAXException |
| void | endCDATA () throws SAXException |
| void | endDTD () throws SAXException |
| void | endEntity (String name) throws SAXException |
| void | startCDATA () throws SAXException |
| void | startDTD (String name, String publicId, String systemId) throws SAXException |
| void | startEntity (String name) throws SAXException |
Private Member Functions |
| void | write (String string) throws IOException |
| void | writeComment () throws IOException |
| void | setField (String strFieldName, String value, boolean asArray) throws AcsJCDBFieldDoesNotExistEx |
| void | writeIndent (int indent) throws IOException |
| void | writeNode (XMLTreeNode node, int indent) throws IOException |
| void | putArrayMap (String key, String value) |
Private Attributes |
| Writer | writer = null |
| Map | propertyMap = null |
| String | existingComment = null |
| HashMap | arrayMap = null |