public class oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl extends oadd.org.codehaus.stax.ri.evt.BaseEventImpl implements oadd.org.codehaus.stax.evt.NotationDeclaration
{
final java.lang.String mName;
final java.lang.String mPublicId;
final java.lang.String mSystemId;
public void <init>(javax.xml.stream.Location, java.lang.String, java.lang.String, java.lang.String)
{
javax.xml.stream.Location v;
oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl v;
java.lang.String v, v, v;
v := @this: oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl;
v := @parameter: javax.xml.stream.Location;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
specialinvoke v.<oadd.org.codehaus.stax.ri.evt.BaseEventImpl: void <init>(javax.xml.stream.Location)>(v);
v.<oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl: java.lang.String mName> = v;
v.<oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl: java.lang.String mPublicId> = v;
v.<oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl: java.lang.String mSystemId> = v;
return;
}
public java.lang.String getName()
{
oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl v;
java.lang.String v;
v := @this: oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl;
v = v.<oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl: java.lang.String mName>;
return v;
}
public java.lang.String getPublicId()
{
oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl v;
java.lang.String v;
v := @this: oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl;
v = v.<oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl: java.lang.String mPublicId>;
return v;
}
public java.lang.String getSystemId()
{
oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl v;
java.lang.String v;
v := @this: oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl;
v = v.<oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl: java.lang.String mSystemId>;
return v;
}
public java.lang.String getBaseURI()
{
oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl v;
v := @this: oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl;
return "";
}
public int getEventType()
{
oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl v;
v := @this: oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl;
return 14;
}
public void writeAsEncodedUnicode(java.io.Writer) throws javax.xml.stream.XMLStreamException
{
java.io.IOException v;
java.io.Writer v;
oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl v;
java.lang.String v, v, v, v, v;
v := @this: oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl;
v := @parameter: java.io.Writer;
label:
virtualinvoke v.<java.io.Writer: void write(java.lang.String)>("<!NOTATION ");
v = v.<oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl: java.lang.String mName>;
virtualinvoke v.<java.io.Writer: void write(java.lang.String)>(v);
v = v.<oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl: java.lang.String mPublicId>;
if v == null goto label;
virtualinvoke v.<java.io.Writer: void write(java.lang.String)>("PUBLIC \"");
v = v.<oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl: java.lang.String mPublicId>;
virtualinvoke v.<java.io.Writer: void write(java.lang.String)>(v);
virtualinvoke v.<java.io.Writer: void write(int)>(34);
goto label;
label:
virtualinvoke v.<java.io.Writer: void write(java.lang.String)>("SYSTEM");
label:
v = v.<oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl: java.lang.String mSystemId>;
if v == null goto label;
virtualinvoke v.<java.io.Writer: void write(java.lang.String)>(" \"");
v = v.<oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl: java.lang.String mSystemId>;
virtualinvoke v.<java.io.Writer: void write(java.lang.String)>(v);
virtualinvoke v.<java.io.Writer: void write(int)>(34);
label:
virtualinvoke v.<java.io.Writer: void write(int)>(62);
label:
goto label;
label:
v := @caughtexception;
virtualinvoke v.<oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl: void throwFromIOE(java.io.IOException)>(v);
label:
return;
catch java.io.IOException from label to label with label;
}
public void writeUsing(oadd.org.codehaus.stax.XMLStreamWriter) throws javax.xml.stream.XMLStreamException
{
oadd.org.codehaus.stax.XMLStreamWriter v;
oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl v;
javax.xml.stream.XMLStreamException v;
v := @this: oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl;
v := @parameter: oadd.org.codehaus.stax.XMLStreamWriter;
v = new javax.xml.stream.XMLStreamException;
specialinvoke v.<javax.xml.stream.XMLStreamException: void <init>(java.lang.String)>("Can not write notation declarations using an XMLStreamWriter");
throw v;
}
public boolean equals(java.lang.Object)
{
oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl v;
java.lang.String v, v, v, v, v, v, v, v;
boolean v, v, v, v, v, v;
java.lang.Object v;
v := @this: oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl;
v := @parameter: java.lang.Object;
if v != v goto label;
return 1;
label:
if v != null goto label;
return 0;
label:
v = v instanceof oadd.org.codehaus.stax.evt.NotationDeclaration;
if v != 0 goto label;
return 0;
label:
v = virtualinvoke v.<oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl: java.lang.String getName()>();
v = interfaceinvoke v.<oadd.org.codehaus.stax.evt.NotationDeclaration2: java.lang.String getName()>();
v = staticinvoke <oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl: boolean stringsWithNullsEqual(java.lang.String,java.lang.String)>(v, v);
if v == 0 goto label;
v = virtualinvoke v.<oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl: java.lang.String getPublicId()>();
v = interfaceinvoke v.<oadd.org.codehaus.stax.evt.NotationDeclaration2: java.lang.String getPublicId()>();
v = staticinvoke <oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl: boolean stringsWithNullsEqual(java.lang.String,java.lang.String)>(v, v);
if v == 0 goto label;
v = virtualinvoke v.<oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl: java.lang.String getSystemId()>();
v = interfaceinvoke v.<oadd.org.codehaus.stax.evt.NotationDeclaration2: java.lang.String getSystemId()>();
v = staticinvoke <oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl: boolean stringsWithNullsEqual(java.lang.String,java.lang.String)>(v, v);
if v == 0 goto label;
v = virtualinvoke v.<oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl: java.lang.String getBaseURI()>();
v = interfaceinvoke v.<oadd.org.codehaus.stax.evt.NotationDeclaration2: java.lang.String getBaseURI()>();
v = staticinvoke <oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl: boolean stringsWithNullsEqual(java.lang.String,java.lang.String)>(v, v);
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public int hashCode()
{
int v, v, v, v;
oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl v;
java.lang.String v, v, v, v, v, v;
v := @this: oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl;
v = 0;
v = v.<oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl: java.lang.String mName>;
if v == null goto label;
v = v.<oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl: java.lang.String mName>;
v = virtualinvoke v.<java.lang.String: int hashCode()>();
v = 0 ^ v;
label:
v = v.<oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl: java.lang.String mPublicId>;
if v == null goto label;
v = v.<oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl: java.lang.String mPublicId>;
v = virtualinvoke v.<java.lang.String: int hashCode()>();
v = v ^ v;
label:
v = v.<oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl: java.lang.String mSystemId>;
if v == null goto label;
v = v.<oadd.org.codehaus.stax.ri.evt.NotationDeclarationEventImpl: java.lang.String mSystemId>;
v = virtualinvoke v.<java.lang.String: int hashCode()>();
v = v ^ v;
label:
return v;
}
}