Uses of Interface
org.jdom2.NamespaceAware
-
Packages that use NamespaceAware Package Description org.jdom2 Classes representing the components of an XML document.org.jdom2.located Extended JDOM Content Classes that contain location coordinates. -
-
Uses of NamespaceAware in org.jdom2
Subinterfaces of NamespaceAware in org.jdom2 Modifier and Type Interface Description interface
Parent
Classes in org.jdom2 that implement NamespaceAware Modifier and Type Class Description class
Attribute
An XML attribute.class
CDATA
An XML CDATA section.class
Comment
An XML comment.class
Content
Superclass for JDOM objects which can be legal child content ofParent
nodes.class
DocType
An XML DOCTYPE declaration.class
Document
An XML document.class
Element
An XML element.class
EntityRef
An XML entity reference.class
ProcessingInstruction
An XML processing instruction.class
Text
An XML character sequence. -
Uses of NamespaceAware in org.jdom2.located
Classes in org.jdom2.located that implement NamespaceAware Modifier and Type Class Description class
LocatedCDATA
An XML CDATA section.class
LocatedComment
An XML comment.class
LocatedDocType
An XML DOCTYPE declaration.class
LocatedElement
This Element specialization contains the location information as parsed.class
LocatedEntityRef
An XML entity reference.class
LocatedProcessingInstruction
An XML processing instruction.class
LocatedText
An XML character sequence.
-