org.dom4j.datatype
Class SchemaParser
java.lang.Object
   org.dom4j.datatype.SchemaParser
org.dom4j.datatype.SchemaParser
- public class SchemaParser- extends Object
 SchemaParser reads an XML Schema Document.
 
- Version:
- $Revision: 1.19 $
- Author:
- James Strachan , Yuxin Ruan
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SchemaParser
public SchemaParser()
SchemaParser
public SchemaParser(DatatypeDocumentFactory documentFactory)
build
public void build(Document schemaDocument)
- Parses the given schema document
 
- 
- Parameters:
- schemaDocument- is the document of the XML Schema
 
build
public void build(Document schemaDocument,
                  Namespace namespace)
- 
 
Copyright © 2001-2005 MetaStuff Ltd.. All Rights Reserved.