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

Uses in package org.ccil.cowan.tagsoup

Constructors with parameter type org.ccil.cowan.tagsoup.ElementType

Element.Element(ElementType type, boolean defaultAttributes)
Return an Element from a specified ElementType.

Methods with parameter type org.ccil.cowan.tagsoup.ElementType

boolean
Returns true if this element type can contain another element type.
void
Sets the parent element type of this element type.

Methods with return type org.ccil.cowan.tagsoup.ElementType

ElementType
Schema.getElementType(String name)
Get an ElementType by name.
ElementType
Return the parent element type of the element's type.
ElementType
Returns the parent element type of this element type.
ElementType
Get the root element of this schema
ElementType
Return the element type.

Licence: Academic Free License 3.0 and/or GPL 2.0