public class org.apache.axiom.ts.om.element.TestGetFirstChildWithNameOnIncompleteElement extends org.apache.axiom.ts.AxiomTestCase
{
public void <init>(org.apache.axiom.om.OMMetaFactory)
{
org.apache.axiom.om.OMMetaFactory v;
org.apache.axiom.ts.om.element.TestGetFirstChildWithNameOnIncompleteElement v;
v := @this: org.apache.axiom.ts.om.element.TestGetFirstChildWithNameOnIncompleteElement;
v := @parameter: org.apache.axiom.om.OMMetaFactory;
specialinvoke v.<org.apache.axiom.ts.AxiomTestCase: void <init>(org.apache.axiom.om.OMMetaFactory)>(v);
return;
}
protected void runTest() throws java.lang.Throwable
{
org.apache.axiom.om.OMElement v, v;
org.apache.axiom.om.OMXMLParserWrapper v;
org.apache.axiom.om.OMMetaFactory v;
java.io.StringReader v;
org.apache.axiom.om.OMFactory v;
org.apache.axiom.ts.om.element.TestGetFirstChildWithNameOnIncompleteElement v;
javax.xml.namespace.QName v;
boolean v;
v := @this: org.apache.axiom.ts.om.element.TestGetFirstChildWithNameOnIncompleteElement;
v = v.<org.apache.axiom.ts.om.element.TestGetFirstChildWithNameOnIncompleteElement: org.apache.axiom.om.OMMetaFactory metaFactory>;
v = interfaceinvoke v.<org.apache.axiom.om.OMMetaFactory: org.apache.axiom.om.OMFactory getOMFactory()>();
v = new java.io.StringReader;
specialinvoke v.<java.io.StringReader: void <init>(java.lang.String)>("<root><a/><b/><c/></root>");
v = staticinvoke <org.apache.axiom.om.OMXMLBuilderFactory: org.apache.axiom.om.OMXMLParserWrapper createOMBuilder(org.apache.axiom.om.OMFactory,java.io.Reader)>(v, v);
v = interfaceinvoke v.<org.apache.axiom.om.OMXMLParserWrapper: org.apache.axiom.om.OMElement getDocumentElement()>();
v = new javax.xml.namespace.QName;
specialinvoke v.<javax.xml.namespace.QName: void <init>(java.lang.String)>("b");
v = interfaceinvoke v.<org.apache.axiom.om.OMElement: org.apache.axiom.om.OMElement getFirstChildWithName(javax.xml.namespace.QName)>(v);
v = interfaceinvoke v.<org.apache.axiom.om.OMElement: boolean isComplete()>();
staticinvoke <org.apache.axiom.ts.om.element.TestGetFirstChildWithNameOnIncompleteElement: void assertFalse(boolean)>(v);
return;
}
}