public class

SAXUtils

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

Class Overview

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

Summary

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

Public Constructors

public SAXUtils ()

Public Methods

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

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

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

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

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

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

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

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

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

public static String getAttributeOrThrow (Attributes pAttributes, String pAttributeName)

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

public static boolean getBooleanAttributeOrThrow (Attributes pAttributes, String pAttributeName)

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

public static byte getByteAttributeOrThrow (Attributes pAttributes, String pAttributeName)

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

public static double getDoubleAttributeOrThrow (Attributes pAttributes, String pAttributeName)

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

public static float getFloatAttributeOrThrow (Attributes pAttributes, String pAttributeName)

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

public static int getIntAttributeOrThrow (Attributes pAttributes, String pAttributeName)

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

public static long getLongAttributeOrThrow (Attributes pAttributes, String pAttributeName)

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

public static short getShortAttributeOrThrow (Attributes pAttributes, String pAttributeName)