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 interfaceParentClasses in org.jdom2 that implement NamespaceAware Modifier and Type Class Description classAttributeAn XML attribute.classCDATAAn XML CDATA section.classCommentAn XML comment.classContentSuperclass for JDOM objects which can be legal child content ofParentnodes.classDocTypeAn XML DOCTYPE declaration.classDocumentAn XML document.classElementAn XML element.classEntityRefAn XML entity reference.classProcessingInstructionAn XML processing instruction.classTextAn XML character sequence. -
Uses of NamespaceAware in org.jdom2.located
Classes in org.jdom2.located that implement NamespaceAware Modifier and Type Class Description classLocatedCDATAAn XML CDATA section.classLocatedCommentAn XML comment.classLocatedDocTypeAn XML DOCTYPE declaration.classLocatedElementThis Element specialization contains the location information as parsed.classLocatedEntityRefAn XML entity reference.classLocatedProcessingInstructionAn XML processing instruction.classLocatedTextAn XML character sequence.
-