Uses of Class
org.ccil.cowan.tagsoup.ElementType
-
Packages that use ElementType Package Description org.ccil.cowan.tagsoup -
-
Uses of ElementType in org.ccil.cowan.tagsoup
Methods in org.ccil.cowan.tagsoup that return ElementType 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 schemaElementType
Element. type()
Return the element type.Methods in org.ccil.cowan.tagsoup with parameters of type ElementType 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.Constructors in org.ccil.cowan.tagsoup with parameters of type ElementType Constructor Description Element(ElementType type, boolean defaultAttributes)
Return an Element from a specified ElementType.
-