Class SameNodeJoinConditionImpl

    • Method Detail

      • getSelector1QName

        public Name getSelector1QName()
        Gets the name of the first selector.
        Returns:
        the selector name; non-null
      • getSelector2QName

        public Name getSelector2QName()
        Gets the name of the second selector.
        Returns:
        the selector name; non-null
      • getSelector2QPath

        public Path getSelector2QPath()
        Gets the path relative to the second selector.
        Returns:
        the relative path, or null for none
      • accept

        public Object accept​(QOMTreeVisitor visitor,
                             Object data)
                      throws Exception
        Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
        Specified by:
        accept in class AbstractQOMNode
        Parameters:
        visitor - the visitor.
        data - user defined data, which is passed to the visit method.
        Throws:
        Exception