public class XmlDocument
extends java.lang.Object
Constructor and Description |
---|
XmlDocument(java.util.Map properties) |
Modifier and Type | Method and Description |
---|---|
void |
addText(java.lang.String text) |
byte[] |
close() |
void |
startElement(java.lang.String name,
java.util.Map attributes) |
void |
startElement(java.lang.String name,
java.lang.Object[] attributes) |
void |
stopElement(java.lang.String name) |
public XmlDocument(java.util.Map properties) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void startElement(java.lang.String name, java.util.Map attributes) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void startElement(java.lang.String name, java.lang.Object[] attributes) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void stopElement(java.lang.String name) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void addText(java.lang.String text) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public byte[] close() throws org.xml.sax.SAXException
org.xml.sax.SAXException