Mask for JDOM
CDATA
objects
This is the protected, no-args constructor standard in all JDOM
classes.
This constructor creates a new CDATA
node, with the
supplied string value as it's character content.
This creates the CDATA with the supplied text.
This creates the CDATA with the supplied text.
Attribute type: the attribute value is a string.
This will report character data (within an element).
This will check the supplied name to see if it is legal for use as
a JDOM
Attribute
name.
This will check the supplied data to see if it is legal for use as
JDOM
CDATA
.
This will check the supplied string to see if it only contains
characters allowed by the XML 1.0 specification.
This will check the supplied data to see if it is legal for use as
JDOM
Comment
data.
This will check the supplied name to see if it is legal for use as
a JDOM
Element
name.
Check if a
Namespace
collides with any namespace
from a list of objects.
Check if two namespaces collide.
This will check the supplied name to see if it is legal for use as
a JDOM
Namespace
prefix.
This will check the supplied name to see if it is legal for use as
a JDOM
Namespace
URI.
This will ensure that the data for a public identifier
is legal.
This will ensure that the data for a system literal
is legal.
Checks a string to see if it is a legal RFC 2396 URI.
This is a utility function for sharing the base process of checking
any XML name.
This will return a clone of this Attribute
.
Returns a deep, unattached copy of this child and its descendants
detached from any parent or document.
This will return a deep clone of this Document
.
This returns a deep clone of this element.
Obtain a deep, unattached copy of this parent and it's children.
This will return a clone of this ProcessingInstruction
.
This will return a clone of this Text
node, with the
same character content, but no parent.
Returns a copy of this XMLOutputter.
Returns a list containing detached clones of this parent's content list.
Returns a list containing detached clones of this parent's content list.
Returns a list containing detached clones of this parent's content list.
Default, no-args constructor for implementations to use if needed.
This reports that a comments is parsed.
This creates the comment with the supplied text.
This creates the comment with the supplied text.
This creates the comment with the supplied text.
This configures the SAXHandler that will be used to build the Document.
This configures the XMLReader to be used for reading the XML document.
Superclass for JDOM objects which can be legal child content
of
Parent
nodes.
A general purpose Filter able to represent all legal JDOM objects or a
specific subset.
Default constructor that allows any legal JDOM objects.
Set whether all JDOM objects are visible or not.
Filter out JDOM objects according to a filtering mask.
This creates the SAXHandler that will be used to build the Document.
This creates an empty Document
object based
on a specific parser implementation.
This creates an empty Document
object based
on a specific parser implementation.
This creates an empty Document
object based
on a specific parser implementation.
This creates an empty Document
object based
on a specific parser implementation.
This creates an empty Document
object based
on a specific parser implementation.
This creates an empty Document
object based
on a specific parser implementation.
This creates an empty Document
object based
on a specific parser implementation.
This creates an empty Document
object based
on a specific parser implementation.
This creates an empty Document
object based
on a specific parser implementation with the given DOCTYPE.
This creates an empty Document
object based
on a specific parser implementation with the given DOCTYPE.
This creates the XMLReader to be used for reading the XML document.
An adapter for the Apache Crimson DOM parser.