Uses of Class
org.ccil.cowan.tagsoup.Schema
-
Packages that use Schema Package Description org.ccil.cowan.tagsoup -
-
Uses of Schema in org.ccil.cowan.tagsoup
Methods in org.ccil.cowan.tagsoup that return Schema Modifier and Type Method Description Schema
ElementType. schema()
Returns the schema which this element type is associated with.Constructors in org.ccil.cowan.tagsoup with parameters of type Schema Constructor Description ElementType(java.lang.String name, int model, int memberOf, int flags, Schema schema)
Construct an ElementType: but it's better to use Schema.element() instead.
-