use of org.apache.axiom.om.OMDocument in project webservices-axiom by apache.
the class TestGetOMFactory2 method runTest.
@Override
protected void runTest() throws Throwable {
Document document = ((DOMMetaFactory) metaFactory).getDOMImplementation().createDocument("urn:test", "root", null);
assertSame(metaFactory.getOMFactory(), ((OMDocument) document).getOMFactory());
}
Aggregations