Package org.ccil.cowan.tagsoup
Class HTMLSchema
java.lang.Object
org.ccil.cowan.tagsoup.Schema
org.ccil.cowan.tagsoup.HTMLSchema
- All Implemented Interfaces:
HTMLModels
- Direct Known Subclasses:
HTML5Schema
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionReturns a newly constructed HTMLSchema object independent of any existing ones. -
Method Summary
Methods inherited from class org.ccil.cowan.tagsoup.Schema
attribute, elementType, entity, getElementType, getEntity, getPrefix, getURI, parent, rootElementType, setPrefix, setURI
-
Constructor Details
-
HTMLSchema
public HTMLSchema()Returns a newly constructed HTMLSchema object independent of any existing ones.
-