XSTypeOwner
, ExpressionOwner
, ContentHandler
SchemaState
public class SchemaIncludedState extends GlobalDeclState
Modifier and Type | Field | Description |
---|---|---|
protected String |
expectedTargetNamespace |
target namespace that the caller expects.
|
Modifier | Constructor | Description |
---|---|---|
protected |
SchemaIncludedState(String expectedTargetNamespace) |
Modifier and Type | Method | Description |
---|---|---|
protected State |
createChildState(StartTagInfo tag) |
creates appropriate child state object for this element
|
protected void |
endSelf() |
this method is called in endElement method
when the state is about to be removed.
|
protected void |
onTargetNamespaceResolved(String targetNs,
boolean ignoreContents) |
This is called when the target namespace is determined for a new schema.
|
protected void |
startSelf() |
performs a task that should be done before reading any child elements.
|
getTargetNamespaceUri, onEndChild, onEndChild
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endDocument, endElement, isGrammarElement, startElement
_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping
protected String expectedTargetNamespace
protected SchemaIncludedState(String expectedTargetNamespace)
protected State createChildState(StartTagInfo tag)
SimpleState
createChildState
in class GlobalDeclState
protected void startSelf()
State
protected void onTargetNamespaceResolved(String targetNs, boolean ignoreContents)
targetNs
- namespace of the schemaignoreContents
- TODOprotected void endSelf()
SimpleState
endSelf
in class SimpleState
Copyright © 2019 Oracle Corporation. All rights reserved.