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

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

 class SchemaParser.ParentRefState
extends SchemaParser.RefState


Field Summary
 
Fields inherited from class com.thaiopensource.relaxng.parse.sax.SchemaParser.RefState
name
 
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.ParentRefState()
           
 
Method Summary
(package private)  SchemaParser.State create()
           
(package private)  ParsedPattern makePattern()
           
 
Methods inherited from class com.thaiopensource.relaxng.parse.sax.SchemaParser.RefState
endAttributes, setName
 
Methods inherited from class com.thaiopensource.relaxng.parse.sax.SchemaParser.EmptyContentState
createChildState, end
 
Methods inherited from class com.thaiopensource.relaxng.parse.sax.SchemaParser.State
attributes, characters, checkForeignElement, endChild, endChild, endDocument, endElement, endForeignChild, getNs, isPatternNamespaceURI, isRelaxNGElement, mergeLeadingComments, set, 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.ParentRefState

SchemaParser.ParentRefState()
Method Detail

create

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

makePattern

ParsedPattern makePattern()
Overrides:
makePattern in class SchemaParser.RefState