| Package | Description |
|---|---|
| org.ccil.cowan.tagsoup |
| Modifier and Type | Method | Description |
|---|---|---|
ElementType |
Schema.getElementType(java.lang.String name) |
Get an ElementType by name.
|
ElementType |
Element.parent() |
Return the parent element type of the element's type.
|
ElementType |
ElementType.parent() |
Returns the parent element type of this element type.
|
ElementType |
Schema.rootElementType() |
Get the root element of this schema
|
ElementType |
Element.type() |
Return the element type.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
ElementType.canContain(ElementType other) |
Returns true if this element type can contain another element type.
|
void |
ElementType.setParent(ElementType parent) |
Sets the parent element type of this element type.
|
| Constructor | Description |
|---|---|
Element(ElementType type,
boolean defaultAttributes) |
Return an Element from a specified ElementType.
|
Licence: Academic Free License 3.0 and/or GPL 2.0