public class DefineState extends DefineState
Modifier and Type | Field and Description |
---|---|
private boolean |
previousDirectRefernce |
private RELAXNGReader.RefExpParseInfo |
prevNamedPattern |
exp
Constructor and Description |
---|
DefineState() |
Modifier and Type | Method and Description |
---|---|
protected Expression |
doCombine(ReferenceExp baseExp,
Expression newExp,
java.lang.String combine)
combines two expressions into one as specified by the combine parameter,
and returns a new expression.
|
protected void |
endSelf()
this method is called in endElement method
when the state is about to be removed.
|
protected void |
startSelf()
performs a task that should be done before reading any child elements.
|
createChildState, getRef, getReference, onEndChild
endDocument, endElement, isGrammarElement, startElement
_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping
private RELAXNGReader.RefExpParseInfo prevNamedPattern
private boolean previousDirectRefernce
protected void startSelf()
State
startSelf
in class DefineState
protected void endSelf()
SimpleState
endSelf
in class DefineState
protected Expression doCombine(ReferenceExp baseExp, Expression newExp, java.lang.String combine)
doCombine
in class DefineState