Interface SchemaTypeElementSequencer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean next​(javax.xml.namespace.QName elementName)
      Returns true if the element with the given name is valid at the current position.
      boolean peek​(javax.xml.namespace.QName elementName)
      Return true if the element with the given name is valid at the current position.
    • Method Detail

      • next

        boolean next​(javax.xml.namespace.QName elementName)
        Returns true if the element with the given name is valid at the current position. Advances the current position.
      • peek

        boolean peek​(javax.xml.namespace.QName elementName)
        Return true if the element with the given name is valid at the current position. Does not advance the current position.