Package | Description |
---|---|
org.castor.xmlctf.xmldiff.xml | |
org.castor.xmlctf.xmldiff.xml.nodes |
Modifier and Type | Method and Description |
---|---|
XMLNode |
XMLFileReader.read()
Reads an XML Document into an BaseNode from the provided file.
|
Modifier and Type | Class and Description |
---|---|
class |
Attribute
A class representing an Attribute XML node.
|
class |
Element
A representation of an Element XML node.
|
class |
ParentNode
The base object for both Element and RootNode.
|
class |
ProcessingInstruction
A class representing an XML Processing Instruction.
|
class |
Root
A representation of a Root node.
|
class |
Text
A class representing an XML Text node.
|
Modifier and Type | Method and Description |
---|---|
XMLNode |
Root.getRootNode()
Returns the root node, i.e.,
this . |
XMLNode |
XMLNode.getRootNode()
Returns the root node.
|
Modifier and Type | Method and Description |
---|---|
void |
ParentNode.addChild(XMLNode node)
Adds the given child node to this ParentNode.
|
Copyright © 2014. All rights reserved.