com.melloware.jspiff.jaxp
Class URelaxer

java.lang.Object
  extended by com.melloware.jspiff.jaxp.URelaxer

public final class URelaxer
extends Object

URelaxer

Since:
Jan. 19, 2000
Version:
Dec. 15, 2004
Author:
ASAMI, Tomoharu (asami@relaxer.org), Emil A. Lefkof III

Constructor Summary
URelaxer()
           
 
Method Summary
protected static String _node2String4Print(Node node, String indent)
           
protected static void _node2String4Print(Node node, String indent, StringBuffer buffer)
           
static String doc2String4Data(Document doc)
           
static String doc2String4Print(Document doc)
           
static String doc2String4Print(Document doc, String encoding)
           
static String element2Data(Element element)
           
static String element2Text(Element element)
           
static String escape(String string)
           
static String escapeAttrApos(String string)
           
static String escapeAttrQuot(String string)
           
static String escapeCharData(String string)
           
static String escapeEntityApos(String string)
           
static String escapeEntityQuot(String string)
           
static String escapeSystemApos(String string)
           
static String escapeSystemQuot(String string)
           
static String getAttribute(Element element, String name)
           
static String getAttributeHungry(RStack stack, String name)
           
static BigDecimal getAttributePropertyAsBigDecimal(Element element, String name)
           
static List getAttributePropertyAsBigDecimalList(Element element, String name)
           
static BigInteger getAttributePropertyAsBigInteger(Element element, String name)
           
static List getAttributePropertyAsBigIntegerList(Element element, String name)
           
static byte[] getAttributePropertyAsBinaryBASE64(Element element, String name)
           
static List getAttributePropertyAsBinaryBASE64List(Element element, String name)
           
static byte[] getAttributePropertyAsBinaryHEX(Element element, String name)
           
static List getAttributePropertyAsBinaryHEXList(Element element, String name)
           
static boolean getAttributePropertyAsBoolean(Element element, String name)
           
static List getAttributePropertyAsBooleanList(Element element, String name)
           
static Boolean getAttributePropertyAsBooleanObject(Element element, String name)
           
static byte getAttributePropertyAsByte(Element element, String name)
           
static List getAttributePropertyAsByteList(Element element, String name)
           
static Byte getAttributePropertyAsByteObject(Element element, String name)
           
static Date getAttributePropertyAsDate(Element element, String name)
           
static List getAttributePropertyAsDateList(Element element, String name)
           
static double getAttributePropertyAsDouble(Element element, String name)
           
static List getAttributePropertyAsDoubleList(Element element, String name)
           
static Double getAttributePropertyAsDoubleObject(Element element, String name)
           
static float getAttributePropertyAsFloat(Element element, String name)
           
static List getAttributePropertyAsFloatList(Element element, String name)
           
static Float getAttributePropertyAsFloatObject(Element element, String name)
           
static int getAttributePropertyAsInt(Element element, String name)
           
static List getAttributePropertyAsIntList(Element element, String name)
           
static Integer getAttributePropertyAsIntObject(Element element, String name)
           
static Locale getAttributePropertyAsLocale(Element element, String name)
           
static List getAttributePropertyAsLocaleList(Element element, String name)
           
static long getAttributePropertyAsLong(Element element, String name)
           
static List getAttributePropertyAsLongList(Element element, String name)
           
static Long getAttributePropertyAsLongObject(Element element, String name)
           
static short getAttributePropertyAsShort(Element element, String name)
           
static List getAttributePropertyAsShortList(Element element, String name)
           
static Short getAttributePropertyAsShortObject(Element element, String name)
           
static Date getAttributePropertyAsSQLDate(Element element, String name)
           
static List getAttributePropertyAsSQLDateList(Element element, String name)
           
static Time getAttributePropertyAsSQLTime(Element element, String name)
           
static List getAttributePropertyAsSQLTimeList(Element element, String name)
           
static Timestamp getAttributePropertyAsSQLTimestamp(Element element, String name)
           
static List getAttributePropertyAsSQLTimestampList(Element element, String name)
           
static String getAttributePropertyAsString(Element element, String name)
           
static List getAttributePropertyAsStringList(Element element, String name)
           
static URL getAttributePropertyAsURL(Element element, String name)
           
static List getAttributePropertyAsURLList(Element element, String name)
           
static String getAttributePropertyAsValue(Element element, String attrName, String typeName)
           
static String getAttributePropertyAsValueData(Element element, String attrName)
           
static String getAutoIDPrefix()
           
static Boolean getAutoIDThreadGroupSingle()
           
static Boolean getAutoIDThreadSingle()
           
static BigDecimal getBigDecimal(String value)
           
static BigDecimal[] getBigDecimalList(String text)
           
static BigDecimal getBigDecimalObject(Object value)
           
static BigInteger getBigInteger(String value)
           
static BigInteger[] getBigIntegerList(String text)
           
static BigInteger getBigIntegerObject(Object value)
           
static byte[] getBinary(String value)
           
static byte[] getBinaryHEX(String value)
           
static byte[][] getBinaryHEXList(String text)
           
static byte[] getBinaryHEXObject(Object value)
           
static byte[][] getBinaryList(String text)
           
static byte[] getBinaryObject(Object value)
           
static String getBinaryString(byte[] value)
           
static String getBinaryString(byte[][] value)
           
static Boolean getBooleanObject(String text)
           
static Boolean[] getBooleanObjectList(String text)
           
static boolean getBooleanValue(Object value)
           
static Byte getByteObject(String text)
           
static Byte[] getByteObjectList(String text)
           
static byte getByteValue(Object value)
           
static Date getDateObject(Object value)
           
static Double getDoubleObject(String text)
           
static Double[] getDoubleObjectList(String text)
           
static double getDoubleValue(Object value)
           
static BigDecimal getElementPropertyAsBigDecimal(Element element)
           
static BigDecimal getElementPropertyAsBigDecimal(Element element, String name)
           
static BigDecimal getElementPropertyAsBigDecimalByStack(RStack stack, String name)
           
static List getElementPropertyAsBigDecimalDataList(Element element)
           
static List getElementPropertyAsBigDecimalDataList(Element element, String name)
           
static List getElementPropertyAsBigDecimalDataListByStack(RStack stack, String name)
           
static List getElementPropertyAsBigDecimalList(Element element, String name)
           
static List getElementPropertyAsBigDecimalListByStack(RStack stack, String name)
           
static List getElementPropertyAsBigDecimalListDataList(Element element, String name)
           
static List getElementPropertyAsBigDecimalListDataListByStack(RStack stack, String name)
           
static BigInteger getElementPropertyAsBigInteger(Element element)
           
static BigInteger getElementPropertyAsBigInteger(Element element, String name)
           
static BigInteger getElementPropertyAsBigIntegerByStack(RStack stack, String name)
           
static List getElementPropertyAsBigIntegerDataList(Element element)
           
static List getElementPropertyAsBigIntegerDataList(Element element, String name)
           
static List getElementPropertyAsBigIntegerDataListByStack(RStack stack, String name)
           
static List getElementPropertyAsBigIntegerList(Element element, String name)
           
static List getElementPropertyAsBigIntegerListByStack(RStack stack, String name)
           
static List getElementPropertyAsBigIntegerListDataList(Element element, String name)
           
static List getElementPropertyAsBigIntegerListDataListByStack(RStack stack, String name)
           
static byte[] getElementPropertyAsBinaryBASE64(Element element)
           
static byte[] getElementPropertyAsBinaryBASE64(Element element, String name)
           
static byte[] getElementPropertyAsBinaryBASE64ByStack(RStack stack, String name)
           
static List getElementPropertyAsBinaryBASE64DataList(Element element)
           
static List getElementPropertyAsBinaryBASE64DataList(Element element, String name)
           
static List getElementPropertyAsBinaryBASE64DataListByStack(RStack stack, String name)
           
static List getElementPropertyAsBinaryBASE64ListDataList(Element element, String name)
           
static List getElementPropertyAsBinaryBASE64ListDataListByStack(RStack stack, String name)
           
static byte[] getElementPropertyAsBinaryHEX(Element element)
           
static byte[] getElementPropertyAsBinaryHEX(Element element, String name)
           
static byte[] getElementPropertyAsBinaryHEXByStack(RStack stack, String name)
           
static List getElementPropertyAsBinaryHEXDataList(Element element)
           
static List getElementPropertyAsBinaryHEXDataList(Element element, String name)
           
static List getElementPropertyAsBinaryHEXDataListByStack(RStack stack, String name)
           
static List getElementPropertyAsBinaryHEXListDataList(Element element, String name)
           
static List getElementPropertyAsBinaryHEXListDataListByStack(RStack stack, String name)
           
static List getElementPropertyAsBinaryListBASE64(Element element, String name)
           
static List getElementPropertyAsBinaryListBASE64ByStack(RStack stack, String name)
           
static List getElementPropertyAsBinaryListHEX(Element element, String name)
           
static List getElementPropertyAsBinaryListHEXByStack(RStack stack, String name)
           
static boolean getElementPropertyAsBoolean(Element element)
           
static boolean getElementPropertyAsBoolean(Element element, String name)
           
static Boolean getElementPropertyAsBooleanByStack(RStack stack, String name)
           
static List getElementPropertyAsBooleanDataList(Element element)
           
static List getElementPropertyAsBooleanDataList(Element element, String name)
           
static List getElementPropertyAsBooleanDataListByStack(RStack stack, String name)
           
static List getElementPropertyAsBooleanList(Element element, String name)
           
static List getElementPropertyAsBooleanListByStack(RStack stack, String name)
           
static List getElementPropertyAsBooleanListDataList(Element element, String name)
           
static List getElementPropertyAsBooleanListDataListByStack(RStack stack, String name)
           
static Boolean getElementPropertyAsBooleanObject(Element element)
           
static byte getElementPropertyAsByte(Element element)
           
static byte getElementPropertyAsByte(Element element, String name)
           
static Byte getElementPropertyAsByteByStack(RStack stack, String name)
           
static List getElementPropertyAsByteDataList(Element element)
           
static List getElementPropertyAsByteDataList(Element element, String name)
           
static List getElementPropertyAsByteDataListByStack(RStack stack, String name)
           
static List getElementPropertyAsByteList(Element element, String name)
           
static List getElementPropertyAsByteListByStack(RStack stack, String name)
           
static List getElementPropertyAsByteListDataList(Element element, String name)
           
static List getElementPropertyAsByteListDataListByStack(RStack stack, String name)
           
static Byte getElementPropertyAsByteObject(Element element)
           
static Date getElementPropertyAsDate(Element element)
           
static Date getElementPropertyAsDate(Element element, String name)
           
static Date getElementPropertyAsDateByStack(RStack stack, String name)
           
static List getElementPropertyAsDateDataList(Element element)
           
static List getElementPropertyAsDateDataList(Element element, String name)
           
static List getElementPropertyAsDateDataListByStack(RStack stack, String name)
           
static List getElementPropertyAsDateList(Element element, String name)
           
static List getElementPropertyAsDateListByStack(RStack stack, String name)
           
static List getElementPropertyAsDateListDataList(Element element, String name)
           
static List getElementPropertyAsDateListDataListByStack(RStack stack, String name)
           
static double getElementPropertyAsDouble(Element element)
           
static double getElementPropertyAsDouble(Element element, String name)
           
static Double getElementPropertyAsDoubleByStack(RStack stack, String name)