public class SchemaParser
extends java.lang.Object
 SchemaParser reads an XML Schema Document.
 
| Constructor and Description | 
|---|
SchemaParser()  | 
SchemaParser(DatatypeDocumentFactory documentFactory)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
build(Document schemaDocument)
Parses the given schema document 
 | 
void | 
build(Document schemaDocument,
     Namespace namespace)  | 
public SchemaParser()
public SchemaParser(DatatypeDocumentFactory documentFactory)