public class SRuleState extends SimpleState implements SActionReceiver
Constructor and Description |
---|
SRuleState() |
Modifier and Type | Method and Description |
---|---|
protected State |
createChildState(StartTagInfo tag)
creates appropriate child state object for this element
|
void |
endSelf()
this method is called in endElement method
when the state is about to be removed.
|
void |
onAssert(SAction action) |
void |
onReport(SAction action) |
endDocument, endElement, isGrammarElement, startElement
_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelf
protected State createChildState(StartTagInfo tag)
SimpleState
createChildState
in class SimpleState
public void onAssert(SAction action)
onAssert
in interface SActionReceiver
public void onReport(SAction action)
onReport
in interface SActionReceiver
public void endSelf()
SimpleState
endSelf
in class SimpleState
Copyright © 2013 Oracle Corporation. All Rights Reserved.