public interface Node
Document
Modifier and Type | Method and Description |
---|---|
Node |
copy()
Simulate clone()
|
Node |
copy(Node orig)
Copy all data from
orig into this |
Node |
createClone()
Simulate clone()
|
XMLTokenizer.Type |
getType()
Get the node type
|
java.lang.String |
toXML()
Slow way to convert a node to XML
|
Node |
toXML(XMLWriter writer)
Fast way to convert many nodes to XML
|
java.lang.String toXML()
Node toXML(XMLWriter writer) throws java.io.IOException
java.io.IOException
XMLTokenizer.Type getType()
Node createClone()
Node copy()
Copyright © 2008-2013. All Rights Reserved.