XSTypeOwner
, ExpressionOwner
, ContentHandler
ModuleState
public class ModuleMergeState extends DivInModuleState
Modifier and Type | Field | Description |
---|---|---|
protected String |
expectedTargetNamespace |
expected targetNamespace for this module.
|
protected String |
targetNamespace |
computed targetNamespace.
|
Modifier | Constructor | Description |
---|---|---|
protected |
ModuleMergeState(String expectedTargetNamespace) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
startSelf() |
performs a task that should be done before reading any child elements.
|
createChildState, getReader, getTargetNamespaceUri, onEndChild, onEndChild
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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 © 2019 Oracle Corporation. All rights reserved.