Uses of Class
org.jdom2.Content.CType
-
Packages that use Content.CType Package Description 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 Modifier and Type Field Description protected Content.CType
Content. ctype
The content type enumerate value for this ContentMethods in org.jdom2 that return Content.CType Modifier and Type Method Description 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 Constructor Description 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.
-