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

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.EmptyContentState
All Implemented Interfaces:
SchemaParser.CommentHandler, ContentHandler
Direct Known Subclasses:
SchemaParser.EmptyState, SchemaParser.ExternalRefState, SchemaParser.NotAllowedState, SchemaParser.RefState, SchemaParser.TextState, SchemaParser.ValueState
Enclosing class:
SchemaParser

abstract class SchemaParser.EmptyContentState
extends SchemaParser.State


Field Summary
 
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.EmptyContentState()
           
 
Method Summary
(package private)  SchemaParser.State createChildState(String localName)
           
(package private)  void end()
           
(package private) abstract  ParsedPattern makePattern()
           
 
Methods inherited from class com.thaiopensource.relaxng.parse.sax.SchemaParser.State
attributes, characters, checkForeignElement, create, endAttributes, endChild, endChild, endDocument, endElement, endForeignChild, 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
 

Constructor Detail

SchemaParser.EmptyContentState

SchemaParser.EmptyContentState()
Method Detail

createChildState

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

makePattern

abstract ParsedPattern makePattern()
                            throws SAXException
Throws:
SAXException

end

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