Uses of Class
org.jdom.contrib.schema.Schema.Type

Packages that use Schema.Type
org.jdom.contrib.schema   
 

Uses of Schema.Type in org.jdom.contrib.schema
 

Fields in org.jdom.contrib.schema declared as Schema.Type
static Schema.Type Schema.RELAX_CORE
          Type for RELAX Core schema definitions.
static Schema.Type Schema.RELAX_NAMESPACE
          Type for RELAX Namespace schema definitions.
static Schema.Type Schema.RELAX_NG
          Type for RELAX NG schema definitions.
static Schema.Type Schema.TREX
          Type for TREX schema definitions.
static Schema.Type Schema.W3C_XML_SCHEMA
          Type for W3C XML Schema definitions.
 

Methods in org.jdom.contrib.schema that return Schema.Type
 Schema.Type Schema.getType()
          Returns the schema type.
 

Methods in org.jdom.contrib.schema with parameters of type Schema.Type
static Schema Schema.parse(java.io.File file, Schema.Type type)
          Parses a schema definition from the specified file according to the specified schema type and returns a compiled schema object.
static Schema Schema.parse(org.xml.sax.InputSource source, Schema.Type type)
          Parses a schema definition from the specified SAX input source according to the specified schema type and returns a compiled schema object.
static Schema Schema.parse(java.io.InputStream byteStream, Schema.Type type, java.lang.String uri)
          Parses a schema definition from the specified byte stream according to the specified schema type and returns a compiled schema object.
static Schema Schema.parse(java.io.Reader reader, Schema.Type type, java.lang.String uri)
          Parses a schema definition from the specified character stream according to the specified schema type and returns a compiled schema object.
static Schema Schema.parse(java.lang.String uri, Schema.Type type)
          Parses a schema definition located at the specified URI according to the specified schema type and returns a compiled schema object.
 



Copyright © 2011 Jason Hunter, Brett McLaughlin. All Rights Reserved.