Package org.apache.ws.jaxme.impl

Examples of org.apache.ws.jaxme.impl.JMSAXDriver


  /** Test for proper creation of prefixes.
   */
  public void testPrefixes() throws Exception {
    AllTypesElementImpl el = new AllTypesElementImpl();
    JMSAXDriver driver = new AllTypesElementTypeDriver();
    assertEquals("ex", driver.getPreferredPrefix(el.getQName().getNamespaceURI()));
    assertNull(driver.getPreferredPrefix("dummyURI"));
  }
View Full Code Here

TOP

Related Classes of org.apache.ws.jaxme.impl.JMSAXDriver

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.