Package com.sun.tools.txw2
Interface SchemaBuilder
-
public interface SchemaBuilder
Encapsulation of the schema file and the builder.- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeSet
build(TxwOptions options)
-
-
-
Method Detail
-
build
NodeSet build(TxwOptions options) throws IllegalSchemaException, org.xml.sax.SAXException
- Throws:
IllegalSchemaException
org.xml.sax.SAXException
-
-