Class AnyState

    • Constructor Detail

      • AnyState

        public AnyState()
    • Method Detail

      • makeExpression

        protected final Expression makeExpression()
        Description copied from class: ExpressionState
        This method is called from endElement method. Implementation has to provide Expression object that represents the content of this element.
        Specified by:
        makeExpression in class ExpressionState
      • createExpression

        protected abstract Expression createExpression​(java.lang.String namespace,
                                                       java.lang.String process)
        creates AGM that corresponds to the specified parameters.
      • getNameClass

        protected NameClass getNameClass​(java.lang.String namespace,
                                         XMLSchemaSchema currentSchema)
        processes 'namepsace' attribute and gets corresponding NameClass object.