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, onEndChildendDocument, endElement, isGrammarElement, startElement_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMappingprivate RELAXNGReader.RefExpParseInfo prevNamedPattern
private boolean previousDirectRefernce
protected void startSelf()
StatestartSelf in class DefineStateprotected void endSelf()
SimpleStateendSelf in class DefineStateprotected Expression doCombine(ReferenceExp baseExp, Expression newExp, java.lang.String combine)
doCombine in class DefineState