public class TagState extends SimpleState
Modifier and Type | Field and Description |
---|---|
protected Expression |
exp
expression object that is being created.
|
Constructor and Description |
---|
TagState() |
Modifier and Type | Method and Description |
---|---|
protected Expression |
castExpression(Expression exp,
Expression child) |
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 RELAXCoreReader |
getReader()
gets reader in type-safe fashion
|
protected Expression |
initialExpression() |
void |
onEndChild(Expression childExpression)
receives a Pattern object that is contained in this element.
|
endDocument, endElement, isGrammarElement, startElement
_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelf
protected Expression exp
#castPattern
and #annealPattern
methods
for how will a pattern be created.protected void endSelf()
SimpleState
endSelf
in class SimpleState
protected State createChildState(StartTagInfo tag)
SimpleState
createChildState
in class SimpleState
protected Expression initialExpression()
protected Expression castExpression(Expression exp, Expression child)
protected RELAXCoreReader getReader()
public final void onEndChild(Expression childExpression)
onEndChild
in interface ExpressionOwner
Copyright © 2016 Oracle Corporation. All rights reserved.