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

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.ExternalRefState
All Implemented Interfaces:
SchemaParser.CommentHandler, ContentHandler
Enclosing class:
SchemaParser

 class SchemaParser.ExternalRefState
extends SchemaParser.EmptyContentState


Field Summary
(package private)  String href
           
(package private)  ParsedPattern includedPattern
           
 
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.ExternalRefState()
           
 
Method Summary
(package private)  SchemaParser.State create()
           
(package private)  void endAttributes()
           
(package private)  ParsedPattern makePattern()
           
(package private)  void setOtherAttribute(String name, String value)
           
 
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, 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
 

Field Detail

href

String href

includedPattern

ParsedPattern includedPattern
Constructor Detail

SchemaParser.ExternalRefState

SchemaParser.ExternalRefState()
Method Detail

create

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

setOtherAttribute

void setOtherAttribute(String name,
                       String value)
                 throws SAXException
Overrides:
setOtherAttribute in class SchemaParser.State
Throws:
SAXException

endAttributes

void endAttributes()
             throws SAXException
Overrides:
endAttributes in class SchemaParser.State
Throws:
SAXException

makePattern

ParsedPattern makePattern()
Specified by:
makePattern in class SchemaParser.EmptyContentState