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 TypeInterfaceDescriptioninterfaceClasses in org.jdom2 that implement NamespaceAwareModifier and TypeClassDescriptionclassAn XML attribute.classAn XML CDATA section.classAn XML comment.classSuperclass for JDOM objects which can be legal child content ofParentnodes.classAn XML DOCTYPE declaration.classAn XML document.classAn XML element.classAn XML entity reference.classAn XML processing instruction.classAn XML character sequence. -
Uses of NamespaceAware in org.jdom2.located
Classes in org.jdom2.located that implement NamespaceAwareModifier and TypeClassDescriptionclassAn XML CDATA section.classAn XML comment.classAn XML DOCTYPE declaration.classThis Element specialization contains the location information as parsed.classAn XML entity reference.classAn XML processing instruction.classAn XML character sequence.