public class InlineElementState extends ExpressionState implements FacetStateParent
Modifier and Type | Field and Description |
---|---|
protected XSTypeIncubator |
incubator
this field is set to null if this element has label attribute.
|
Constructor and Description |
---|
InlineElementState() |
Modifier and Type | Method and Description |
---|---|
protected State |
createChildState(StartTagInfo tag)
creates appropriate child state object for this element
|
XSTypeIncubator |
getIncubator()
gets an incubator object that the owner holds.
|
protected Expression |
makeExpression()
This method is called from endElement method.
|
protected void |
startSelf()
performs a task that should be done before reading any child elements.
|
endSelf
endDocument, endElement, isGrammarElement, startElement
_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping
protected XSTypeIncubator incubator
public XSTypeIncubator getIncubator()
FacetStateParent
getIncubator
in interface FacetStateParent
protected State createChildState(StartTagInfo tag)
SimpleState
createChildState
in class SimpleState
protected void startSelf()
State
protected Expression makeExpression()
ExpressionState
makeExpression
in class ExpressionState
Copyright © 2016 Oracle Corporation. All rights reserved.