ExpressionOwner
, ContentHandler
AttributeState
, ElementState
public abstract class NameClassAndExpressionState extends SequenceState
Modifier and Type | Field | Description |
---|---|---|
protected NameClass |
nameClass |
exp
allowEmptySequence
Constructor | Description |
---|---|
NameClassAndExpressionState() |
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 String |
getNamespace() |
gets namespace URI to which this declaration belongs
|
void |
onEndChild(NameClass p) |
|
protected void |
startSelf() |
performs a task that should be done before reading any child elements.
|
annealExpression, defaultExpression, makeExpression, onEndChild
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
castExpression, initialExpression
endDocument, endElement, isGrammarElement, startElement
_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping
protected NameClass nameClass
protected String getNamespace()
protected void startSelf()
State
startSelf
in class ExpressionWithChildState
public void onEndChild(NameClass p)
protected State createChildState(StartTagInfo tag)
SimpleState
createChildState
in class ExpressionWithChildState
protected void endSelf()
SimpleState
endSelf
in class ExpressionState
Copyright © 2019 Oracle Corporation. All rights reserved.