characters
public void characters(char[] ch,
int off,
int len)
throws SAXException
comment
public void comment(String str)
throws SAXException
recieve notification that a comment has been encountered
in the parse
- comment in interface CommentHandler
endDocument
public void endDocument()
throws SAXException
endElement
public void endElement(String namespaceURI,
String localName,
String qName)
throws SAXException
endPrefixMapping
public void endPrefixMapping(String prefix)
ignorableWhitespace
public void ignorableWhitespace(char[] ch,
int off,
int len)
throws SAXException
init
public ContentHandler init(Destination dest,
Properties props)
throws IOException
The Properties represent output serialization options
- init in interface OutputContentHandler
processingInstruction
public void processingInstruction(String target,
String data)
throws SAXException
setDocumentLocator
public void setDocumentLocator(org.xml.sax.Locator loc)
setWriter
public void setWriter(Writer writer)
skippedEntity
public void skippedEntity(String name)
startDocument
public void startDocument()
throws SAXException
startElement
public void startElement(String namespaceURI,
String localName,
String qName,
Attributes atts)
throws SAXException
startPrefixMapping
public void startPrefixMapping(String prefix,
String namespaceURI)