public class RedefineState extends GlobalDeclState
Modifier and Type | Field and Description |
---|---|
private SimpleTypeExp |
oldSimpleTypeExp
When a simple type is being redefined, the original declaration
will be stored here.
|
private boolean |
prevDuplicateCheck
previous value of reader#doDuplicateDefinitionCheck.
|
Constructor and Description |
---|
RedefineState() |
Modifier and Type | Method and 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.
|
void |
onEndChild(XSDatatypeExp type) |
protected void |
startSelf()
performs a task that should be done before reading any child elements.
|
getTargetNamespaceUri, onEndChild
endDocument, endElement, isGrammarElement, startElement
_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping
private SimpleTypeExp oldSimpleTypeExp
private boolean prevDuplicateCheck
protected State createChildState(StartTagInfo tag)
SimpleState
createChildState
in class GlobalDeclState
protected void startSelf()
State
protected void endSelf()
SimpleState
endSelf
in class SimpleState
public void onEndChild(XSDatatypeExp type)
onEndChild
in interface XSTypeOwner
onEndChild
in class GlobalDeclState