Package | Description |
---|---|
org.jdom2 |
Classes representing the components of an XML document.
|
Modifier and Type | Field and Description |
---|---|
protected Content.CType |
Content.ctype
The content type enumerate value for this Content
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Copyright © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.