JDOM
0.0.5-BETA

Uses of Interface
org.jdom2.NamespaceAware

Packages that use NamespaceAware
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
 interface Parent
          Interface for JDOM objects which are allowed to contain Content content - Element and Document.
 

Classes in org.jdom2 that implement NamespaceAware
 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 of Parent 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
 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.
 


JDOM
0.0.5-BETA

Copyright � 2012 Jason Hunter, Brett McLaughlin. All Rights Reserved.