public class ElementRuleWithHedgeState extends SimpleState implements ExpressionOwner
| Modifier and Type | Field and Description |
|---|---|
protected TagClause |
clause |
protected Expression |
contentModel |
| Constructor and Description |
|---|
ElementRuleWithHedgeState() |
| 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 Expression |
getContentModel()
gets content model of this elementRule
|
protected RELAXCoreReader |
getReader()
gets reader in type-safe fashion
|
void |
onEndChild(Expression exp) |
protected void |
onEndInlineClause(TagClause inlineTag)
notification of inline tag element.
|
endDocument, endElement, isGrammarElement, startElement_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelfprotected Expression contentModel
protected TagClause clause
public void onEndChild(Expression exp)
onEndChild in interface ExpressionOwnerprotected Expression getContentModel()
protected State createChildState(StartTagInfo tag)
SimpleStateprotected RELAXCoreReader getReader()
protected void onEndInlineClause(TagClause inlineTag)
protected void endSelf()
SimpleStateendSelf in class SimpleStateCopyright © 2016 Oracle Corporation. All Rights Reserved.