|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Element
objects
EntityRef
objects
Element
defines behavior for an XML
element, modeled in Java.Element
with the supplied (local) name, and define
the Namespace
to be used.
Element
in no
Namespace
.
Element
with
the supplied (local) name, and specifies the URI
of the Namespace
the Element
should be in, resulting it being unprefixed (in the default
namespace).
Element
with
the supplied (local) name, and specifies the prefix and URI
of the Namespace
the Element
should be in.
ElementFilter
when applied to a FilterList
will only allow Elements
to be visible.EntityRef
Defines an XML entity reference in Java.EntityRef
with the supplied name.
EntityRef
with the supplied name and system id.
EntityRef
with the supplied name, public id, and system id.
Element
with the supplied (local) name, and define
the Namespace
to be used.
Element
in no
Namespace
.
Element
with
the supplied (local) name, and specifies the URI
of the Namespace
the Element
should be in, resulting it being unprefixed (in the default
namespace).
Element
with
the supplied (local) name, and specifies the prefix and URI
of the Namespace
the Element
should be in.
</[element name]>
) is reached.
EntityRef
with the supplied name.
EntityRef
with the supplied name, public ID, and system ID.
Attribute
to the supplied
Object
.
Comment
to the supplied
Object
.
DocType
to the supplied
Object
.
Document
to the supplied
Object
.
Element
to the supplied
Object
, explicitly using the == operator.
Entity
to the supplied
Object
.
Namespaces
are equal if and only if their URIs are byte-for-byte equals.
ProcessingInstruction
to the supplied Object
.
Text
to the supplied
Object
, explicitly using the == operator.
|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |