org.idoox.xml.schema
Interface SchemaFactory


public interface SchemaFactory

This interface is used for creating instances of Schema, SchemaParser.

Since:
4.0
Component:
Core

Field Summary
static java.lang.String CONTEXT_SCHEMA_FACTORY
          This key represents instance of SchemaFactory in the org.idoox.wasp.Context.
 
Method Summary
 Schema newSchema()
          Returns a new instance of Schema interface.
 SchemaParser newSchemaParser()
          Returns a new instance of schema parser.
 

Field Detail

CONTEXT_SCHEMA_FACTORY

public static final java.lang.String CONTEXT_SCHEMA_FACTORY
This key represents instance of SchemaFactory in the org.idoox.wasp.Context.

See Also:
Constant Field Values
Method Detail

newSchema

public Schema newSchema()
Returns a new instance of Schema interface.

Returns:
the new instance of Schema interface

newSchemaParser

public SchemaParser newSchemaParser()
Returns a new instance of schema parser.

Returns:
the new instance of schema parser