Package | Description |
---|---|
org.netbeans.modules.xml.xdm.nodes |
XDM-based implementation of DOM interfaces.
|
org.netbeans.modules.xml.xdm.visitor |
Visitors for operations over the XDM such as generating XPath
expressions, calculating document position and finding elements by position.
|
Modifier and Type | Method and Description |
---|---|
void |
Node.accept(XMLNodeVisitor visitor) |
void |
Element.accept(XMLNodeVisitor visitor) |
void |
Comment.accept(XMLNodeVisitor visitor) |
void |
Text.accept(XMLNodeVisitor visitor) |
void |
Attribute.accept(XMLNodeVisitor visitor) |
void |
Document.accept(XMLNodeVisitor visitor) |
void |
CData.accept(XMLNodeVisitor visitor) |
Modifier and Type | Class and Description |
---|---|
class |
ChildVisitor
This class provides the ability to walk nodes which have children.
|
class |
CompareVisitor
Does the comparison for only the needed methods for a given node with its target.
|
class |
DefaultVisitor |
class |
EndPositionFinderVisitor |
class |
FindNamespaceVisitor |
class |
FindVisitor |
class |
FlushVisitor |
class |
MergeVisitor
This class provides a way to merge two trees.
|
class |
NamespaceRefactorVisitor |
class |
NodeByPositionVisitor |
class |
PathFromRootVisitor |
class |
PositionFinderVisitor |
class |
PrintVisitor |
class |
XPathFinder
Finder for nodes from a document using arbitrary XPath expression.
|