Converts a stream of SAX events into a DOM node.
characters
public void characters(char[] ch,
int start,
int length)
throws SAXException
endDocument
public void endDocument()
throws SAXException
org.xml.sax.ContentHandler.endDocument()
endElement
public void endElement(String namespaceURI,
String localName,
String qName)
throws SAXException
endPrefixMapping
public void endPrefixMapping(String prefix)
throws SAXException
getDocument
public Document getDocument()
Returns the document being used as object factory.
getDocumentLocator
public Locator getDocumentLocator()
Returns the Locator.
getTarget
public Node getTarget()
Returns the target node. The document is built as a fragment
in the target node.
ignorableWhitespace
public void ignorableWhitespace(char[] ch,
int start,
int length)
throws SAXException
isPrefixMappingIsAttribute
public boolean isPrefixMappingIsAttribute()
processingInstruction
public void processingInstruction(String pTarget,
String pData)
throws SAXException
setDocument
public void setDocument(Document pDocument)
Sets the document being used as object factory.
setDocumentLocator
public void setDocumentLocator(Locator pLocator)
Sets the Locator.
setPrefixMappingIsAttribute
public void setPrefixMappingIsAttribute(boolean pPrefixMappingIsAttribute)
setTarget
public void setTarget(Node pNode)
Sets the target node. The document is built as a fragment
in the target node.
skippedEntity
public void skippedEntity(String pName)
throws SAXException
startDocument
public void startDocument()
throws SAXException
org.xml.sax.ContentHandler.startDocument()
startElement
public void startElement(String pNamespaceURI,
String pLocalName,
String pQName,
Attributes pAttr)
throws SAXException
startPrefixMapping
public void startPrefixMapping(String prefix,
String uri)
throws SAXException