public class ModuleMergeState extends DivInModuleState
Modifier and Type | Field and Description |
---|---|
protected String |
expectedTargetNamespace
expected targetNamespace for this module.
|
protected String |
targetNamespace
computed targetNamespace.
|
Modifier | Constructor and Description |
---|---|
protected |
ModuleMergeState(String expectedTargetNamespace) |
Modifier and Type | Method and Description |
---|---|
protected void |
startSelf()
performs a task that should be done before reading any child elements.
|
createChildState, getReader, getTargetNamespaceUri, onEndChild, onEndChild
endDocument, endElement, endSelf, isGrammarElement, startElement
_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping
protected final String expectedTargetNamespace
If RELAX module has 'targetNamespace' attribute, then its value must be equal to this value, or this value must be null.
If RELAX module doesn't have the attribute, then this value is used as the target namespace. If this value is null, then it is an error.
protected String targetNamespace
protected ModuleMergeState(String expectedTargetNamespace)
Copyright © 2016 Oracle Corporation. All rights reserved.