Package com.volantis.xml.namespace

Examples of com.volantis.xml.namespace.NamespaceFactory


     * Tests the {@link XMLPipelineFactory#getNamespaceFactory} method.
     * @throws Exception if an error occurs.
     */
    public void testGetNamespaceFactory() throws Exception {
        // retrieve the namespace factory
        NamespaceFactory namespaceFactory = factory.getNamespaceFactory();
        // ensure the namespace factory is of the correct type
        assertEquals("getNamespaceFactory should return the default " +
                     "NamespaceFactory instance",
                     NamespaceFactory.getDefaultInstance(),
                     namespaceFactory);
View Full Code Here

TOP

Related Classes of com.volantis.xml.namespace.NamespaceFactory

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.