Uses of Class
org.ccil.cowan.tagsoup.ElementType

Packages that use ElementType
org.ccil.cowan.tagsoup   
 

Uses of ElementType in org.ccil.cowan.tagsoup
 

Methods in org.ccil.cowan.tagsoup that return ElementType
 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.
 

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.
 



Licence: Academic Free License 3.0 and/or GPL 2.0