Package org.apache.webdav.lib.search.expressions

Examples of org.apache.webdav.lib.search.expressions.TestExpression


    /**
     * Factory method for <code>is-????</code> expressions.
     * @param operator
     */
    public TestExpression test(TestOperator operator) {
        return new TestExpression(operator.getNamespaceURI(), operator.getLocalName());
    }
View Full Code Here

TOP

Related Classes of org.apache.webdav.lib.search.expressions.TestExpression

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.