Class XMLExists

    • Constructor Detail

      • XMLExists

        public XMLExists​(XMLQuery xmlQuery)
    • Method Detail

      • getXmlQuery

        public XMLQuery getXmlQuery()
      • 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.
        Parameters:
        visitor - Visitor being used
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object