public final class org.apache.axiom.core.stream.NullXmlHandler extends java.lang.Object implements org.apache.axiom.core.stream.XmlHandler
{
public static final org.apache.axiom.core.stream.NullXmlHandler INSTANCE;
private void <init>()
{
org.apache.axiom.core.stream.NullXmlHandler v;
v := @this: org.apache.axiom.core.stream.NullXmlHandler;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public void startDocument(java.lang.String, java.lang.String, java.lang.String, java.lang.Boolean) throws org.apache.axiom.core.stream.StreamException
{
java.lang.Boolean v;
org.apache.axiom.core.stream.NullXmlHandler v;
java.lang.String v, v, v;
v := @this: org.apache.axiom.core.stream.NullXmlHandler;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v := @parameter: java.lang.Boolean;
return;
}
public void startFragment() throws org.apache.axiom.core.stream.StreamException
{
org.apache.axiom.core.stream.NullXmlHandler v;
v := @this: org.apache.axiom.core.stream.NullXmlHandler;
return;
}
public void processDocumentTypeDeclaration(java.lang.String, java.lang.String, java.lang.String, java.lang.String) throws org.apache.axiom.core.stream.StreamException
{
org.apache.axiom.core.stream.NullXmlHandler v;
java.lang.String v, v, v, v;
v := @this: org.apache.axiom.core.stream.NullXmlHandler;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
return;
}
public void startElement(java.lang.String, java.lang.String, java.lang.String) throws org.apache.axiom.core.stream.StreamException
{
org.apache.axiom.core.stream.NullXmlHandler v;
java.lang.String v, v, v;
v := @this: org.apache.axiom.core.stream.NullXmlHandler;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
return;
}
public void endElement() throws org.apache.axiom.core.stream.StreamException
{
org.apache.axiom.core.stream.NullXmlHandler v;
v := @this: org.apache.axiom.core.stream.NullXmlHandler;
return;
}
public void processAttribute(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean) throws org.apache.axiom.core.stream.StreamException
{
org.apache.axiom.core.stream.NullXmlHandler v;
java.lang.String v, v, v, v, v;
boolean v;
v := @this: org.apache.axiom.core.stream.NullXmlHandler;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v := @parameter: boolean;
return;
}
public void processAttribute(java.lang.String, java.lang.String, java.lang.String, boolean) throws org.apache.axiom.core.stream.StreamException
{
org.apache.axiom.core.stream.NullXmlHandler v;
java.lang.String v, v, v;
boolean v;
v := @this: org.apache.axiom.core.stream.NullXmlHandler;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v := @parameter: boolean;
return;
}
public void processNamespaceDeclaration(java.lang.String, java.lang.String) throws org.apache.axiom.core.stream.StreamException
{
org.apache.axiom.core.stream.NullXmlHandler v;
java.lang.String v, v;
v := @this: org.apache.axiom.core.stream.NullXmlHandler;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
return;
}
public void attributesCompleted() throws org.apache.axiom.core.stream.StreamException
{
org.apache.axiom.core.stream.NullXmlHandler v;
v := @this: org.apache.axiom.core.stream.NullXmlHandler;
return;
}
public void processCharacterData(java.lang.Object, boolean) throws org.apache.axiom.core.stream.StreamException
{
org.apache.axiom.core.stream.NullXmlHandler v;
java.lang.Object v;
boolean v;
v := @this: org.apache.axiom.core.stream.NullXmlHandler;
v := @parameter: java.lang.Object;
v := @parameter: boolean;
return;
}
public void startProcessingInstruction(java.lang.String) throws org.apache.axiom.core.stream.StreamException
{
org.apache.axiom.core.stream.NullXmlHandler v;
java.lang.String v;
v := @this: org.apache.axiom.core.stream.NullXmlHandler;
v := @parameter: java.lang.String;
return;
}
public void endProcessingInstruction() throws org.apache.axiom.core.stream.StreamException
{
org.apache.axiom.core.stream.NullXmlHandler v;
v := @this: org.apache.axiom.core.stream.NullXmlHandler;
return;
}
public void startComment() throws org.apache.axiom.core.stream.StreamException
{
org.apache.axiom.core.stream.NullXmlHandler v;
v := @this: org.apache.axiom.core.stream.NullXmlHandler;
return;
}
public void endComment() throws org.apache.axiom.core.stream.StreamException
{
org.apache.axiom.core.stream.NullXmlHandler v;
v := @this: org.apache.axiom.core.stream.NullXmlHandler;
return;
}
public void startCDATASection() throws org.apache.axiom.core.stream.StreamException
{
org.apache.axiom.core.stream.NullXmlHandler v;
v := @this: org.apache.axiom.core.stream.NullXmlHandler;
return;
}
public void endCDATASection() throws org.apache.axiom.core.stream.StreamException
{
org.apache.axiom.core.stream.NullXmlHandler v;
v := @this: org.apache.axiom.core.stream.NullXmlHandler;
return;
}
public void processEntityReference(java.lang.String, java.lang.String) throws org.apache.axiom.core.stream.StreamException
{
org.apache.axiom.core.stream.NullXmlHandler v;
java.lang.String v, v;
v := @this: org.apache.axiom.core.stream.NullXmlHandler;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
return;
}
public void completed() throws org.apache.axiom.core.stream.StreamException
{
org.apache.axiom.core.stream.NullXmlHandler v;
v := @this: org.apache.axiom.core.stream.NullXmlHandler;
return;
}
public boolean drain() throws org.apache.axiom.core.stream.StreamException
{
org.apache.axiom.core.stream.NullXmlHandler v;
v := @this: org.apache.axiom.core.stream.NullXmlHandler;
return 1;
}
static void <clinit>()
{
org.apache.axiom.core.stream.NullXmlHandler v;
v = new org.apache.axiom.core.stream.NullXmlHandler;
specialinvoke v.<org.apache.axiom.core.stream.NullXmlHandler: void <init>()>();
<org.apache.axiom.core.stream.NullXmlHandler: org.apache.axiom.core.stream.NullXmlHandler INSTANCE> = v;
return;
}
}