|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dom4j.datatype.SchemaParser
SchemaParser
reads an XML Schema Document.
Constructor Summary | |
SchemaParser()
|
|
SchemaParser(DatatypeDocumentFactory documentFactory)
|
Method Summary | |
void |
build(Document schemaDocument)
Parses the given schema document |
void |
build(Document schemaDocument,
Namespace namespace)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SchemaParser()
public SchemaParser(DatatypeDocumentFactory documentFactory)
Method Detail |
public void build(Document schemaDocument)
schemaDocument
- is the document of the XML Schemapublic void build(Document schemaDocument, Namespace namespace)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |