public class SchemaState extends SchemaIncludedState
| Modifier and Type | Field and Description |
|---|---|
private XMLSchemaSchema |
old |
expectedTargetNamespace| Modifier | Constructor and Description |
|---|---|
protected |
SchemaState(java.lang.String expectedTargetNamespace) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
endSelf()
this method is called in endElement method
when the state is about to be removed.
|
protected void |
onTargetNamespaceResolved(java.lang.String targetNs,
boolean ignoreContents)
This is called when the target namespace is determined for a new schema.
|
createChildState, startSelfgetTargetNamespaceUri, onEndChild, onEndChildendDocument, endElement, isGrammarElement, startElement_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMappingprivate XMLSchemaSchema old
protected void onTargetNamespaceResolved(java.lang.String targetNs,
boolean ignoreContents)
SchemaIncludedStateonTargetNamespaceResolved in class SchemaIncludedStatetargetNs - namespace of the schemaignoreContents - TODOprotected void endSelf()
SimpleStateendSelf in class SchemaIncludedState