Class IncludeParserRuntime
java.lang.Object
relaxngcc.parser.state.NGCCRuntime
relaxngcc.parser.ParserRuntime
relaxngcc.parser.IncludeParserRuntime
- All Implemented Interfaces:
ContentHandler, NGCCEventSource
Used to parse grammar included by <include> elements.
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
Field Summary
Fields inherited from class ParserRuntime
grammar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the reference to the root runtime.Methods inherited from class ParserRuntime
addError, createLocator, endElement, getDatatype, getTargetNamespace, iterateErrors, parse, parseSimpleName, processInclude, startElementMethods inherited from class NGCCRuntime
characters, consumeAttribute, endDocument, endPrefixMapping, getAttributeIndex, getCurrentAttributes, getLocator, ignorableWhitespace, onEnterElementConsumed, onLeaveElementConsumed, processingInstruction, processList, redirectSubtree, replace, reset, resolveNamespacePrefix, sendEnterAttribute, sendEnterElement, sendLeaveAttribute, sendLeaveElement, sendText, setDocumentLocator, setRootHandler, skippedEntity, startDocument, startPrefixMapping, trace, tracelnMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ContentHandler
declaration
-
Constructor Details
-
IncludeParserRuntime
- Parameters:
The- parent runtime object that created this runtime.
-
-
Method Details
-
getRootRuntime
Description copied from class:ParserRuntimeGets the reference to the root runtime.- Specified by:
getRootRuntimein classParserRuntime
-