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

Packages that use Schema
org.ccil.cowan.tagsoup   
 

Uses of Schema in org.ccil.cowan.tagsoup
 

Methods in org.ccil.cowan.tagsoup that return Schema
 Schema ElementType.schema()
          Returns the schema which this element type is associated with.
 

Constructors in org.ccil.cowan.tagsoup with parameters of type Schema
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.
 



Licence: Academic Free License 3.0 and/or GPL 2.0