public class SimpleContentExtensionState extends SequenceState implements AnyAttributeOwner
Modifier and Type | Field and Description |
---|---|
protected ComplexTypeExp |
parentDecl
ComplexType object that we are now constructing.
|
allowEmptySequence
exp
Modifier | Constructor and Description |
---|---|
protected |
SimpleContentExtensionState(ComplexTypeExp parentDecl) |
Modifier and Type | Method and Description |
---|---|
protected Expression |
annealExpression(Expression exp)
performs final wrap-up and returns a fully created Expression object
that represents this element.
|
protected State |
createChildState(StartTagInfo tag)
creates appropriate child state object for this element
|
private Expression |
getBody()
Gets the expression for the base type.
|
protected Expression |
initialExpression()
sets initial pattern
|
void |
setAttributeWildcard(AttributeWildcard local)
Sets the attribtue wildcard.
|
castExpression
defaultExpression, makeExpression, onEndChild, startSelf
endSelf
endDocument, endElement, isGrammarElement, startElement
_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping
protected ComplexTypeExp parentDecl
protected SimpleContentExtensionState(ComplexTypeExp parentDecl)
public void setAttributeWildcard(AttributeWildcard local)
AnyAttributeOwner
setAttributeWildcard
in interface AnyAttributeOwner
protected State createChildState(StartTagInfo tag)
SimpleState
createChildState
in class ExpressionWithChildState
protected Expression initialExpression()
ExpressionWithChildState
initialExpression
in class SequenceState
protected Expression annealExpression(Expression exp)
ExpressionWithChildState
annealExpression
in class ExpressionWithChildState
private Expression getBody()