Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.ws.jaxme.generator
Interface SchemaReader  view SchemaReader download SchemaReader.java


public interface SchemaReader

A SchemaReader is responsible for reading a schema definition.


Method Summary
 void addSGFactoryChain(java.lang.Class pClass)
          Adds an instance of org.apache.ws.jaxme.generator.sg.SGFactoryChain to the SGFactory.
 Generator getGenerator()
          Returns the Generator controlling the SchemaReader.
 org.apache.ws.jaxme.generator.sg.SGFactory getSGFactory()
          Returns the org.apache.ws.jaxme.generator.sg.SGFactory.
 org.apache.ws.jaxme.generator.sg.SchemaSG parse(org.xml.sax.InputSource pSource)
          Called for parsing a schema definition from the given Reader.
 void setGenerator(Generator pGenerator)
          Sets the Generator controlling the SchemaReader.
 

Method Detail

getGenerator

public Generator getGenerator()

Returns the Generator controlling the SchemaReader.


setGenerator

public void setGenerator(Generator pGenerator)

Sets the Generator controlling the SchemaReader.


addSGFactoryChain

public void addSGFactoryChain(java.lang.Class pClass)

Adds an instance of org.apache.ws.jaxme.generator.sg.SGFactoryChain to the SGFactory.


getSGFactory

public org.apache.ws.jaxme.generator.sg.SGFactory getSGFactory()
                                                        throws org.xml.sax.SAXException

Returns the org.apache.ws.jaxme.generator.sg.SGFactory.


parse

public org.apache.ws.jaxme.generator.sg.SchemaSG parse(org.xml.sax.InputSource pSource)
                                                throws java.lang.Exception

Called for parsing a schema definition from the given Reader.