public abstract class HedgeRuleBaseState extends SimpleState implements ExpressionOwner
| Constructor and Description |
|---|
HedgeRuleBaseState() |
| 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.
|
protected abstract void |
endSelf(Expression contentModel)
derived class will receive child expression by this method
|
void |
onEndChild(Expression exp) |
endDocument, endElement, isGrammarElement, startElement_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelfpublic void onEndChild(Expression exp)
onEndChild in interface ExpressionOwnerprotected final void endSelf()
SimpleStateendSelf in class SimpleStateprotected abstract void endSelf(Expression contentModel)
protected State createChildState(StartTagInfo tag)
SimpleStatecreateChildState in class SimpleStateCopyright © 2016 Oracle Corporation. All Rights Reserved.