abstract class TypeWithOneChildState extends TypeState implements XSTypeOwner
| Modifier and Type | Field and Description |
|---|---|
protected XSDatatypeExp |
type |
| Constructor and Description |
|---|
TypeWithOneChildState() |
| Modifier and Type | Method and Description |
|---|---|
protected XSDatatypeExp |
annealType(XSDatatypeExp dt)
performs final wrap-up and returns a fully created DataType object
that represents this element.
|
protected XSDatatypeExp |
makeType()
This method is called from endElement method.
|
void |
onEndChild(XSDatatypeExp child)
receives a Pattern object that is contained in this element.
|
_makeType, endSelf, getTargetNamespaceUri, startElementcreateChildState, endDocument, endElement, isGrammarElement_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelfclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTargetNamespaceUriprotected XSDatatypeExp type
public void onEndChild(XSDatatypeExp child)
onEndChild in interface XSTypeOwnerprotected final XSDatatypeExp makeType() throws org.relaxng.datatype.DatatypeException
TypeStateprotected XSDatatypeExp annealType(XSDatatypeExp dt) throws org.relaxng.datatype.DatatypeException
org.relaxng.datatype.DatatypeException