public class IncludeParserRuntime extends ParserRuntime
grammar
Constructor and Description |
---|
IncludeParserRuntime(ParserRuntime parent) |
Modifier and Type | Method and Description |
---|---|
RootParserRuntime |
getRootRuntime()
Gets the reference to the root runtime.
|
addError, createLocator, endElement, getDatatype, getTargetNamespace, iterateErrors, parse, parseSimpleName, processInclude, startElement
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, traceln
public IncludeParserRuntime(ParserRuntime parent)
The
- parent runtime object that created this runtime.public RootParserRuntime getRootRuntime()
ParserRuntime
getRootRuntime
in class ParserRuntime