Uses of Enum Class
org.jdom2.Content.CType
Packages that use Content.CType
-
Uses of Content.CType in org.jdom2
Fields in org.jdom2 declared as Content.CTypeModifier and TypeFieldDescriptionprotected final Content.CType
Content.ctype
The content type enumerate value for this ContentMethods in org.jdom2 that return Content.CTypeModifier and TypeMethodDescriptionfinal Content.CType
Content.getCType()
All content has an enumerated type expressing the type of content.static Content.CType
Returns the enum constant of this class with the specified name.static Content.CType[]
Content.CType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jdom2 with parameters of type Content.CTypeModifierConstructorDescriptionprotected
Content
(Content.CType type) Create a new Content instance of a particular type.protected
Text
(Content.CType ctype) CData type extends Text, and it needs to be able to change the Content type of this Content.