Uses of Interface
org.jdom2.NamespaceAware
Packages that use NamespaceAware
Package
Description
Classes representing the components of an XML document.
Extended JDOM Content Classes that contain location coordinates.
-
Uses of NamespaceAware in org.jdom2
Subinterfaces of NamespaceAware in org.jdom2Modifier and TypeInterfaceDescriptioninterface
Classes in org.jdom2 that implement NamespaceAwareModifier and TypeClassDescriptionclass
An XML attribute.class
An XML CDATA section.class
An XML comment.class
Superclass for JDOM objects which can be legal child content ofParent
nodes.class
An XML DOCTYPE declaration.class
An XML document.class
An XML element.class
An XML entity reference.class
An XML processing instruction.class
An XML character sequence. -
Uses of NamespaceAware in org.jdom2.located
Classes in org.jdom2.located that implement NamespaceAwareModifier and TypeClassDescriptionclass
An XML CDATA section.class
An XML comment.class
An XML DOCTYPE declaration.class
This Element specialization contains the location information as parsed.class
An XML entity reference.class
An XML processing instruction.class
An XML character sequence.