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