public class ListState extends TypeWithOneChildState
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
newTypeName |
protected java.lang.String |
newTypeUri |
type| Modifier | Constructor and Description |
|---|---|
protected |
ListState(java.lang.String newTypeUri,
java.lang.String newTypeName) |
| Modifier and Type | Method and Description |
|---|---|
protected XSDatatypeExp |
annealType(XSDatatypeExp itemType)
performs final wrap-up and returns a fully created DataType object
that represents this element.
|
protected State |
createChildState(StartTagInfo tag)
creates appropriate child state object for this element
|
protected void |
startSelf()
performs a task that should be done before reading any child elements.
|
makeType, onEndChild_makeType, endSelf, getTargetNamespaceUri, startElementendDocument, endElement, isGrammarElement_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMappingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTargetNamespaceUriprotected final java.lang.String newTypeUri
protected final java.lang.String newTypeName
protected ListState(java.lang.String newTypeUri,
java.lang.String newTypeName)
protected XSDatatypeExp annealType(XSDatatypeExp itemType) throws org.relaxng.datatype.DatatypeException
TypeWithOneChildStateannealType in class TypeWithOneChildStateorg.relaxng.datatype.DatatypeExceptionprotected void startSelf()
Stateprotected State createChildState(StartTagInfo tag)
SimpleStatecreateChildState in class SimpleState