Class XMLParse

    • Constructor Detail

      • XMLParse

        public XMLParse()
    • Method Detail

      • getType

        public Class<?> getType()
        Description copied from interface: Expression
        Get the return type of this expression.
        Specified by:
        getType in interface Expression
        Returns:
        Java class may be null prior to being resolved
      • getExpression

        public Expression getExpression()
      • isDocument

        public boolean isDocument()
      • setDocument

        public void setDocument​(boolean document)
      • setExpression

        public void setExpression​(Expression expression)
      • isWellFormed

        public boolean isWellFormed()
      • setWellFormed

        public void setWellFormed​(boolean wellFormed)
      • acceptVisitor

        public void acceptVisitor​(LanguageVisitor visitor)
        Description copied from interface: LanguageObject
        Method for accepting a visitor. It is the responsibility of the language object to call back on the visitor.
        Specified by:
        acceptVisitor in interface LanguageObject
        Parameters:
        visitor - Visitor being used
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object