Methods Summary |
---|
public void | cdata(org.w3c.dom.CDATASection node)
|
public void | characters(org.w3c.dom.Text node)
|
public void | comment(org.w3c.dom.Comment node)A comment.
|
public void | doctypeDecl(org.w3c.dom.DocumentType node)A document type declaration.
|
public void | processingInstruction(org.w3c.dom.ProcessingInstruction node)A processing instruction. Processing instructions consist of a
target name and, optionally, text data. The data is only meaningful
to the application.
Typically, a processing instruction's data will contain a series
of pseudo-attributes. These pseudo-attributes follow the form of
element attributes but are not parsed or presented
to the application as anything other than text. The application is
responsible for parsing the data.
|
public void | setDOMResult(javax.xml.transform.dom.DOMResult result)Sets the DOMResult object which
receives the constructed DOM nodes.
|
public void | setIgnoringCharacters(boolean ignore)
|