Uses of Class
org.ccil.cowan.tagsoup.ElementType
Packages that use ElementType
-
Uses of ElementType in org.ccil.cowan.tagsoup
Methods in org.ccil.cowan.tagsoup that return ElementTypeModifier and TypeMethodDescriptionSchema.getElementType
(String name) Get an ElementType by name.Element.parent()
Return the parent element type of the element's type.ElementType.parent()
Returns the parent element type of this element type.Schema.rootElementType()
Get the root element of this schemaElement.type()
Return the element type.Methods in org.ccil.cowan.tagsoup with parameters of type ElementTypeModifier and TypeMethodDescriptionboolean
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 ElementTypeModifierConstructorDescriptionElement
(ElementType type, boolean defaultAttributes) Return an Element from a specified ElementType.