public class ModuleMergeState extends DivInModuleState
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
expectedTargetNamespace
expected targetNamespace for this module.
|
protected java.lang.String |
targetNamespace
computed targetNamespace.
|
Modifier | Constructor and Description |
---|---|
protected |
ModuleMergeState(java.lang.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 java.lang.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 java.lang.String targetNamespace