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 ElementTypeSchema. getElementType(java.lang.String name)Get an ElementType by name.ElementTypeElement. parent()Return the parent element type of the element's type.ElementTypeElementType. parent()Returns the parent element type of this element type.ElementTypeSchema. rootElementType()Get the root element of this schemaElementTypeElement. type()Return the element type.Methods in org.ccil.cowan.tagsoup with parameters of type ElementType Modifier and Type Method Description booleanElementType. canContain(ElementType other)Returns true if this element type can contain another element type.voidElementType. 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.
-