ContentHandlerAttributeState, DataState, DivInGrammarState, ExpressionWithChildState, ExpressionWithoutChildState, InlineElementStatepublic abstract class ExpressionState extends SimpleState
Responsibility of derived classes are:
| Constructor | Description |
|---|---|
ExpressionState() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
endSelf() |
this method is called in endElement method
when the state is about to be removed.
|
protected abstract Expression |
makeExpression() |
This method is called from endElement method.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateChildState, endDocument, endElement, isGrammarElement, startElement_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelfprotected void endSelf()
SimpleStateendSelf in class SimpleStateprotected abstract Expression makeExpression()
Copyright © 2019 Oracle Corporation. All rights reserved.