A ContentHandler that writes an XML representation to
an OutputStream.
attributeValue
protected void attributeValue(String value)
throws SAXException
characters
public void characters(cbuf[] ,
int off,
int len)
throws SAXException
endDocument
public void endDocument()
throws SAXException
endElement
public void endElement(String namespace,
String localName,
String qName)
throws SAXException
endPrefixMapping
public void endPrefixMapping(String prefix)
ignorableWhitespace
public void ignorableWhitespace(ch[] ,
int start,
int length)
throws SAXException
init
public ContentHandler init(Destination dest,
Properties props)
throws IOException
return this
intialized for writing to the
output represented by dest
with the output
parameters found in props
.
- init in interface OutputContentHandler
markup
public void markup(String chars)
throws SAXException
processingInstruction
public void processingInstruction(String target,
String data)
throws SAXException
setDocumentLocator
public void setDocumentLocator(Locator loc)
setMinimize
public void setMinimize(byte minimize)
skippedEntity
public void skippedEntity(String name)
startDocument
public void startDocument()
throws SAXException
startElement
public void startElement(String namespace,
String localName,
String qName,
Attributes atts)
throws SAXException
startPrefixMapping
public void startPrefixMapping(String prefix,
String namespaceURI)