com.thaiopensource.relaxng.parse.sax
Class SchemaParser.StartState

java.lang.Object
  extended by com.thaiopensource.relaxng.parse.sax.SchemaParser.Handler
      extended by com.thaiopensource.relaxng.parse.sax.SchemaParser.State
          extended by com.thaiopensource.relaxng.parse.sax.SchemaParser.PatternContainerState
              extended by com.thaiopensource.relaxng.parse.sax.SchemaParser.DefinitionState
                  extended by com.thaiopensource.relaxng.parse.sax.SchemaParser.StartState
All Implemented Interfaces:
SchemaParser.CommentHandler, ContentHandler
Enclosing class:
SchemaParser

 class SchemaParser.StartState
extends SchemaParser.DefinitionState


Field Summary
 
Fields inherited from class com.thaiopensource.relaxng.parse.sax.SchemaParser.DefinitionState
combine, section
 
Fields inherited from class com.thaiopensource.relaxng.parse.sax.SchemaParser.PatternContainerState
childPatterns, nChildPatterns
 
Fields inherited from class com.thaiopensource.relaxng.parse.sax.SchemaParser.State
annotations, datatypeLibrary, ns, nsInherit, parent, scope, startLocation
 
Fields inherited from class com.thaiopensource.relaxng.parse.sax.SchemaParser.Handler
comments
 
Constructor Summary
SchemaParser.StartState(GrammarSection section)
           
 
Method Summary
(package private)  SchemaParser.State create()
           
(package private)  SchemaParser.State createChildState(String localName)
           
(package private)  void sendPatternToParent(ParsedPattern p)
           
 
Methods inherited from class com.thaiopensource.relaxng.parse.sax.SchemaParser.DefinitionState
buildPattern, setOtherAttribute
 
Methods inherited from class com.thaiopensource.relaxng.parse.sax.SchemaParser.PatternContainerState
end, endChild, endForeignChild
 
Methods inherited from class com.thaiopensource.relaxng.parse.sax.SchemaParser.State
attributes, characters, checkForeignElement, endAttributes, endChild, endDocument, endElement, getNs, isPatternNamespaceURI, isRelaxNGElement, mergeLeadingComments, set, setName, setParent, startDocument, startElement
 
Methods inherited from class com.thaiopensource.relaxng.parse.sax.SchemaParser.Handler
comment, endPrefixMapping, getComments, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaParser.StartState

SchemaParser.StartState(GrammarSection section)
Method Detail

create

SchemaParser.State create()
Specified by:
create in class SchemaParser.State

sendPatternToParent

void sendPatternToParent(ParsedPattern p)
Overrides:
sendPatternToParent in class SchemaParser.PatternContainerState

createChildState

SchemaParser.State createChildState(String localName)
                              throws SAXException
Overrides:
createChildState in class SchemaParser.PatternContainerState
Throws:
SAXException