|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ElementType in org.ccil.cowan.tagsoup |
Methods in org.ccil.cowan.tagsoup that return ElementType | |
ElementType |
Element.type()
Return the element type. |
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.getElementType(java.lang.String name)
Get an ElementType by name. |
Methods in org.ccil.cowan.tagsoup with parameters of type ElementType | |
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. |
Constructors in org.ccil.cowan.tagsoup with parameters of type ElementType | |
Element(ElementType type,
boolean defaultAttributes)
Return an Element from a specified ElementType. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |