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