Package javax.jcr.query.qom

Examples of javax.jcr.query.qom.NodeLocalName


        assertEquals(length, l.getOperand());
    }

    @Test
    public void nodeLocalName() throws RepositoryException {
        NodeLocalName n = f.nodeLocalName("selectorName");
        assertEquals("selectorName", n.getSelectorName());
    }
View Full Code Here

TOP

Related Classes of javax.jcr.query.qom.NodeLocalName

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.