JDOM
0.0.5-BETA

Uses of Class
org.jdom2.Content.CType

Packages that use Content.CType
org.jdom2 Classes representing the components of an XML document. 
 

Uses of Content.CType in org.jdom2
 

Fields in org.jdom2 declared as Content.CType
protected  Content.CType Content.ctype
          The content type enumerate value for this Content
 

Methods in org.jdom2 that return Content.CType
 Content.CType Content.getCType()
          All content has an enumerated type expressing the type of content.
static Content.CType Content.CType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Content.CType[] Content.CType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jdom2 with parameters of type Content.CType
Content(Content.CType type)
          Create a new Content instance of a particular type.
Text(Content.CType ctype)
          CData type extends Text, and it needs to be able to change the Content type of this Content.
 


JDOM
0.0.5-BETA

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