public final class

SAXUtils

extends Object
java.lang.Object
   ↳ org.andengine.util.SAXUtils

Class Overview

(c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc.

Summary

Public Constructors
SAXUtils()
Public Methods
final static void appendAttribute(StringBuilder pStringBuilder, String pName, float pValue)
final static void appendAttribute(StringBuilder pStringBuilder, String pName, long pValue)
final static void appendAttribute(StringBuilder pStringBuilder, String pName, String pValue)
final static void appendAttribute(StringBuilder pStringBuilder, String pName, short pValue)
final static void appendAttribute(StringBuilder pStringBuilder, String pName, byte pValue)
final static void appendAttribute(StringBuilder pStringBuilder, String pName, int pValue)
final static void appendAttribute(StringBuilder pStringBuilder, String pName, boolean pValue)
final static void appendAttribute(StringBuilder pStringBuilder, String pName, double pValue)
final static String getAttribute(Attributes pAttributes, String pAttributeName, String pDefaultValue)
final static String getAttributeOrThrow(Attributes pAttributes, String pAttributeName)
final static boolean getBooleanAttribute(Attributes pAttributes, String pAttributeName, boolean pDefaultValue)
final static boolean getBooleanAttributeOrThrow(Attributes pAttributes, String pAttributeName)
final static byte getByteAttribute(Attributes pAttributes, String pAttributeName, byte pDefaultValue)
final static byte getByteAttributeOrThrow(Attributes pAttributes, String pAttributeName)
final static double getDoubleAttribute(Attributes pAttributes, String pAttributeName, double pDefaultValue)
final static double getDoubleAttributeOrThrow(Attributes pAttributes, String pAttributeName)
final static float getFloatAttribute(Attributes pAttributes, String pAttributeName, float pDefaultValue)
final static float getFloatAttributeOrThrow(Attributes pAttributes, String pAttributeName)
final static int getIntAttribute(Attributes pAttributes, String pAttributeName, int pDefaultValue)
final static int getIntAttributeOrThrow(Attributes pAttributes, String pAttributeName)
final static long getLongAttribute(Attributes pAttributes, String pAttributeName, long pDefaultValue)
final static long getLongAttributeOrThrow(Attributes pAttributes, String pAttributeName)
final static short getShortAttribute(Attributes pAttributes, String pAttributeName, short pDefaultValue)
final static short getShortAttributeOrThrow(Attributes pAttributes, String pAttributeName)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SAXUtils ()

Public Methods

public static final void appendAttribute (StringBuilder pStringBuilder, String pName, float pValue)

public static final void appendAttribute (StringBuilder pStringBuilder, String pName, long pValue)

public static final void appendAttribute (StringBuilder pStringBuilder, String pName, String pValue)

public static final void appendAttribute (StringBuilder pStringBuilder, String pName, short pValue)

public static final void appendAttribute (StringBuilder pStringBuilder, String pName, byte pValue)

public static final void appendAttribute (StringBuilder pStringBuilder, String pName, int pValue)

public static final void appendAttribute (StringBuilder pStringBuilder, String pName, boolean pValue)

public static final void appendAttribute (StringBuilder pStringBuilder, String pName, double pValue)

public static final String getAttribute (Attributes pAttributes, String pAttributeName, String pDefaultValue)

public static final String getAttributeOrThrow (Attributes pAttributes, String pAttributeName)

public static final boolean getBooleanAttribute (Attributes pAttributes, String pAttributeName, boolean pDefaultValue)

public static final boolean getBooleanAttributeOrThrow (Attributes pAttributes, String pAttributeName)

public static final byte getByteAttribute (Attributes pAttributes, String pAttributeName, byte pDefaultValue)

public static final byte getByteAttributeOrThrow (Attributes pAttributes, String pAttributeName)

public static final double getDoubleAttribute (Attributes pAttributes, String pAttributeName, double pDefaultValue)

public static final double getDoubleAttributeOrThrow (Attributes pAttributes, String pAttributeName)

public static final float getFloatAttribute (Attributes pAttributes, String pAttributeName, float pDefaultValue)

public static final float getFloatAttributeOrThrow (Attributes pAttributes, String pAttributeName)

public static final int getIntAttribute (Attributes pAttributes, String pAttributeName, int pDefaultValue)

public static final int getIntAttributeOrThrow (Attributes pAttributes, String pAttributeName)

public static final long getLongAttribute (Attributes pAttributes, String pAttributeName, long pDefaultValue)

public static final long getLongAttributeOrThrow (Attributes pAttributes, String pAttributeName)

public static final short getShortAttribute (Attributes pAttributes, String pAttributeName, short pDefaultValue)

public static final short getShortAttributeOrThrow (Attributes pAttributes, String pAttributeName)