Public Member Functions | |
XMLHandler (boolean toString) | |
void | startDocument () throws SAXException |
void | startElement (String uri, String local, String raw, Attributes attrs) throws SAXException |
void | endElement (String uri, String local, String raw) throws SAXException |
void | characters (char buf[], int offset, int len) throws SAXException |
void | startPrefixMapping (String prefix, String uri) throws SAXException |
void | error (SAXParseException e) |
void | setAutoCloseStartingElement (boolean b) |
void | closeElement () throws SAXException |
void | setFirstElement (String string) |
void | setMarkArrays (int mode) |
XMLHandler | getChild (String curl) throws AcsJCDBRecordDoesNotExistEx |
String | toString (boolean withMapNames) |
Public Attributes | |
XMLTreeNode | m_rootNode = null |
String | m_errorString = null |
StringBuffer | m_xmlString = new StringBuffer(256) |
Protected Attributes | |
XMLTreeNode | m_parent |
Private Attributes | |
StringBuffer | m_arrayContent = new StringBuffer(64) |
int | elementID = 0 |
boolean | headerEmited = false |
boolean | autoCloseStartingElement = true |
boolean | firstElement = true |
ArrayList | startElements = null |
ArrayList | elementNames = null |
String | firstElementName = null |
ArrayList | prefixes = new ArrayList() |
int | markArrays = 0 |
Static Private Attributes | |
boolean | m_toString |
|
|
|
|
|
|
|
End element. |
|
|
|
|
|
Should we autoamitally close ending node
|
|
|
|
|
|
|
|
Start element. Reimplemented in com::cosylab::cdb::jdal::WDALImpl::WriteXMLHandler.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|