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

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.GrammarSectionState
              extended by com.thaiopensource.relaxng.parse.sax.SchemaParser.GrammarState
All Implemented Interfaces:
SchemaParser.CommentHandler, ContentHandler
Enclosing class:
SchemaParser

 class SchemaParser.GrammarState
extends SchemaParser.GrammarSectionState


Field Summary
(package private)  Grammar grammar
           
 
Fields inherited from class com.thaiopensource.relaxng.parse.sax.SchemaParser.GrammarSectionState
section
 
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.GrammarState()
           
 
Method Summary
(package private)  SchemaParser.State create()
           
(package private)  void end()
           
(package private)  void setParent(SchemaParser.State parent)
           
 
Methods inherited from class com.thaiopensource.relaxng.parse.sax.SchemaParser.GrammarSectionState
createChildState, endForeignChild
 
Methods inherited from class com.thaiopensource.relaxng.parse.sax.SchemaParser.State
attributes, characters, checkForeignElement, endAttributes, endChild, endChild, endDocument, endElement, getNs, isPatternNamespaceURI, isRelaxNGElement, mergeLeadingComments, set, setName, setOtherAttribute, 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
 

Field Detail

grammar

Grammar grammar
Constructor Detail

SchemaParser.GrammarState

SchemaParser.GrammarState()
Method Detail

setParent

void setParent(SchemaParser.State parent)
Overrides:
setParent in class SchemaParser.State

create

SchemaParser.State create()
Overrides:
create in class SchemaParser.GrammarSectionState

end

void end()
   throws SAXException
Overrides:
end in class SchemaParser.GrammarSectionState
Throws:
SAXException