|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Node
Common interface for all nodes in an XML document.
Document
Method Summary | |
---|---|
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 |
Method Detail |
---|
java.lang.String toXML()
Node toXML(XMLWriter writer) throws java.io.IOException
java.io.IOException
XMLTokenizer.Type getType()
Node copy(Node orig)
orig
into this
Node createClone()
Node copy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |