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, startElementcharacters, 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, tracelnpublic IncludeParserRuntime(ParserRuntime parent)
The - parent runtime object that created this runtime.public RootParserRuntime getRootRuntime()
ParserRuntimegetRootRuntime in class ParserRuntime