|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Element
defines behavior for an XML
element, modeled in Java.Element
in no
Namespace
.
Element
with the supplied (local) name, and define
the Namespace
to be used.
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.
Entity
Defines an XML entity in Java.Entity
with the supplied name.
Comment
to the supplied
Object
.
Document
to the supplied
Object
.
Namespaces
are equal if and only if their URIs are byte-for-byte equals
and their prefixes are equal.
DocType
to the supplied
Object
.
Element
to the supplied
Object
, explicitly using the == operator.
Entity
to the supplied
Object
.
Attribute
to the supplied
Object
.
ProcessingInstruction
to the supplied Object
.
CDATA
to the supplied
Object
.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |