Class UndefinedNode

    • Constructor Detail

      • UndefinedNode

        public UndefinedNode​(String attribute)
        Creates a new instance of UndefinedNode.
    • Method Detail

      • isLeaf

        public boolean isLeaf()
        Tests to see if this node is a leaf or branch node. This implementation always returns false.
        Returns:
        true if the node is a leaf,false otherwise
      • accept

        public Object accept​(FilterVisitor visitor)
        Element/node accept method for visitor pattern. This implementation always returns null.
        Parameters:
        visitor - the filter expression tree structure visitor
        Returns:
        the modified element
      • isSchemaAware

        public boolean isSchemaAware()
        Tells if this Node is Schema aware.
        Returns:
        true if the Node is SchemaAware