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

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
All Implemented Interfaces:
SchemaParser.CommentHandler, ContentHandler
Direct Known Subclasses:
SchemaParser.DivState, SchemaParser.GrammarState, SchemaParser.IncludeState, SchemaParser.MergeGrammarState
Enclosing class:
SchemaParser

 class SchemaParser.GrammarSectionState
extends SchemaParser.State


Field Summary
(package private)  GrammarSection 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.GrammarSectionState()
           
SchemaParser.GrammarSectionState(GrammarSection section)
           
 
Method Summary
(package private)  SchemaParser.State create()
           
(package private)  SchemaParser.State createChildState(String localName)
           
(package private)  void end()
           
(package private)  void endForeignChild(ParsedElementAnnotation ea)
           
 
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, 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
 

Field Detail

section

GrammarSection section
Constructor Detail

SchemaParser.GrammarSectionState

SchemaParser.GrammarSectionState()

SchemaParser.GrammarSectionState

SchemaParser.GrammarSectionState(GrammarSection section)
Method Detail

create

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

createChildState

SchemaParser.State createChildState(String localName)
                              throws SAXException
Specified by:
createChildState in class SchemaParser.State
Throws:
SAXException

end

void end()
   throws SAXException
Specified by:
end in class SchemaParser.State
Throws:
SAXException

endForeignChild

void endForeignChild(ParsedElementAnnotation ea)
Overrides:
endForeignChild in class SchemaParser.State