Class ListState

  • All Implemented Interfaces:
    XSTypeOwner, org.xml.sax.ContentHandler

    public class ListState
    extends TypeWithOneChildState
    state that parses <list> element of XSD.
    • Field Detail

      • newTypeUri

        protected final java.lang.String newTypeUri
      • newTypeName

        protected final java.lang.String newTypeName
    • Constructor Detail

      • ListState

        protected ListState​(java.lang.String newTypeUri,
                            java.lang.String newTypeName)
    • Method Detail

      • startSelf

        protected void startSelf()
        Description copied from class: State
        performs a task that should be done before reading any child elements. derived-class can safely read startTag and/or parentState values.
        Overrides:
        startSelf in class State