public class org.apache.axiom.truth.AxiomXMLFactory extends java.lang.Object implements org.apache.axiom.truth.xml.spi.XMLFactory
{
public void <init>()
{
org.apache.axiom.truth.AxiomXMLFactory v;
v := @this: org.apache.axiom.truth.AxiomXMLFactory;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.Class getExpectedType()
{
org.apache.axiom.truth.AxiomXMLFactory v;
v := @this: org.apache.axiom.truth.AxiomXMLFactory;
return class "Lorg/apache/axiom/om/OMContainer;";
}
public org.apache.axiom.truth.xml.spi.XML createXML(org.apache.axiom.om.OMContainer)
{
org.apache.axiom.truth.AxiomXML v;
org.apache.axiom.truth.AxiomXMLFactory v;
org.apache.axiom.om.OMContainer v;
v := @this: org.apache.axiom.truth.AxiomXMLFactory;
v := @parameter: org.apache.axiom.om.OMContainer;
v = new org.apache.axiom.truth.AxiomXML;
specialinvoke v.<org.apache.axiom.truth.AxiomXML: void <init>(org.apache.axiom.om.OMContainer)>(v);
return v;
}
}