public final class SAXUtils
extends java.lang.Object
| Constructor and Description |
|---|
SAXUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
appendAttribute(java.lang.StringBuilder pStringBuilder,
java.lang.String pName,
boolean pValue) |
static void |
appendAttribute(java.lang.StringBuilder pStringBuilder,
java.lang.String pName,
byte pValue) |
static void |
appendAttribute(java.lang.StringBuilder pStringBuilder,
java.lang.String pName,
double pValue) |
static void |
appendAttribute(java.lang.StringBuilder pStringBuilder,
java.lang.String pName,
float pValue) |
static void |
appendAttribute(java.lang.StringBuilder pStringBuilder,
java.lang.String pName,
int pValue) |
static void |
appendAttribute(java.lang.StringBuilder pStringBuilder,
java.lang.String pName,
long pValue) |
static void |
appendAttribute(java.lang.StringBuilder pStringBuilder,
java.lang.String pName,
short pValue) |
static void |
appendAttribute(java.lang.StringBuilder pStringBuilder,
java.lang.String pName,
java.lang.String pValue) |
static java.lang.String |
getAttribute(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName,
java.lang.String pDefaultValue) |
static java.lang.String |
getAttributeOrThrow(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName) |
static boolean |
getBooleanAttribute(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName,
boolean pDefaultValue) |
static boolean |
getBooleanAttributeOrThrow(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName) |
static byte |
getByteAttribute(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName,
byte pDefaultValue) |
static byte |
getByteAttributeOrThrow(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName) |
static double |
getDoubleAttribute(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName,
double pDefaultValue) |
static double |
getDoubleAttributeOrThrow(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName) |
static float |
getFloatAttribute(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName,
float pDefaultValue) |
static float |
getFloatAttributeOrThrow(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName) |
static int |
getIntAttribute(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName,
int pDefaultValue) |
static int |
getIntAttributeOrThrow(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName) |
static long |
getLongAttribute(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName,
long pDefaultValue) |
static long |
getLongAttributeOrThrow(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName) |
static short |
getShortAttribute(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName,
short pDefaultValue) |
static short |
getShortAttributeOrThrow(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName) |
public static final java.lang.String getAttribute(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName,
java.lang.String pDefaultValue)
public static final java.lang.String getAttributeOrThrow(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName)
public static final boolean getBooleanAttribute(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName,
boolean pDefaultValue)
public static final boolean getBooleanAttributeOrThrow(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName)
public static final byte getByteAttribute(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName,
byte pDefaultValue)
public static final byte getByteAttributeOrThrow(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName)
public static final short getShortAttribute(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName,
short pDefaultValue)
public static final short getShortAttributeOrThrow(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName)
public static final int getIntAttribute(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName,
int pDefaultValue)
public static final int getIntAttributeOrThrow(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName)
public static final long getLongAttribute(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName,
long pDefaultValue)
public static final long getLongAttributeOrThrow(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName)
public static final float getFloatAttribute(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName,
float pDefaultValue)
public static final float getFloatAttributeOrThrow(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName)
public static final double getDoubleAttribute(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName,
double pDefaultValue)
public static final double getDoubleAttributeOrThrow(org.xml.sax.Attributes pAttributes,
java.lang.String pAttributeName)
public static final void appendAttribute(java.lang.StringBuilder pStringBuilder,
java.lang.String pName,
boolean pValue)
public static final void appendAttribute(java.lang.StringBuilder pStringBuilder,
java.lang.String pName,
byte pValue)
public static final void appendAttribute(java.lang.StringBuilder pStringBuilder,
java.lang.String pName,
short pValue)
public static final void appendAttribute(java.lang.StringBuilder pStringBuilder,
java.lang.String pName,
int pValue)
public static final void appendAttribute(java.lang.StringBuilder pStringBuilder,
java.lang.String pName,
long pValue)
public static final void appendAttribute(java.lang.StringBuilder pStringBuilder,
java.lang.String pName,
float pValue)
public static final void appendAttribute(java.lang.StringBuilder pStringBuilder,
java.lang.String pName,
double pValue)
public static final void appendAttribute(java.lang.StringBuilder pStringBuilder,
java.lang.String pName,
java.lang.String pValue)