Package | Description |
---|---|
org.mdiutil.xml |
Utility classes for XML managing.
|
org.mdiutil.xml.tree |
This package contains a parser allowing to get a tree of Nodes from an XML file.
|
org.mdiutil.xml.tree.dom |
This package allow to create a DOM representation of an XML tree.
|
Class and Description |
---|
XMLNode
A Node in an XML File.
|
Class and Description |
---|
AbstractNodeSerializer
An absrract node serializer.
|
BoundPrefix
Represents a bound prefix.
|
CommentedNode
A node with comments.
|
NodeFilter
This class is used to filter elements in the
XMLNodesIterator . |
NodeSerializer
The interface for nodes serializers.
|
NumberedNode
A node with an associated line number.
|
SortableQName
A sortable QName.
|
XMLCommentedNode
A Node in an XML File, with an associated comment.
|
XMLCommentedRoot
A root Node in an XML File with an associated comment.
|
XMLNode
A Node in an XML File.
|
XMLNode.BoundPrefix
A prefix bounded to an URI.
|
XMLNodePath
The path of an
XMLNode . |
XMLNodeUtilities2
Various utilities concerning XML content.
|
XMLNodeUtilitiesOptions
The options used by the
XMLNodeUtilities and XMLNodeUtilities2 classes. |
XMLNumberedNode
A Node in an XML File with a line number.
|
XMLNumberedRoot
A root Node in an XML File with a comment.
|
XMLRoot
A root Node in an XML File.
|
XMLTreeReplacer.Node
A node in an XML document.
|
XMLTreeReplacer.NodePath
A path in an XML document.
|
Class and Description |
---|
XMLRoot
A root Node in an XML File.
|