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)
           
static List getElementPropertyAsDoubleDataList(Element element)
           
static List getElementPropertyAsDoubleDataList(Element element, String name)
           
static List getElementPropertyAsDoubleDataListByStack(RStack stack, String name)
           
static List getElementPropertyAsDoubleList(Element element)
           
static List getElementPropertyAsDoubleList(Element element, String name)
           
static List getElementPropertyAsDoubleListByStack(RStack stack, String name)
           
static List getElementPropertyAsDoubleListDataList(Element element, String name)
           
static List getElementPropertyAsDoubleListDataListByStack(RStack stack, String name)
           
static Double getElementPropertyAsDoubleObject(Element element)
           
static float getElementPropertyAsFloat(Element element)
           
static float getElementPropertyAsFloat(Element element, String name)
           
static Float getElementPropertyAsFloatByStack(RStack stack, String name)
           
static List getElementPropertyAsFloatDataList(Element element)
           
static List getElementPropertyAsFloatDataList(Element element, String name)
           
static List getElementPropertyAsFloatDataListByStack(RStack stack, String name)
           
static List getElementPropertyAsFloatList(Element element, String name)
           
static List getElementPropertyAsFloatListByStack(RStack stack, String name)
           
static List getElementPropertyAsFloatListDataList(Element element, String name)
           
static List getElementPropertyAsFloatListDataListByStack(RStack stack, String name)
           
static Float getElementPropertyAsFloatObject(Element element)
           
static int getElementPropertyAsInt(Element element)
           
static int getElementPropertyAsInt(Element element, String name)
           
static Integer getElementPropertyAsIntByStack(RStack stack, String name)
           
static List getElementPropertyAsIntDataList(Element element)
           
static List getElementPropertyAsIntDataList(Element element, String name)
           
static List getElementPropertyAsIntDataListByStack(RStack stack, String name)
           
static List getElementPropertyAsIntList(Element element, String name)
           
static List getElementPropertyAsIntListByStack(RStack stack, String name)
           
static List getElementPropertyAsIntListDataList(Element element, String name)
           
static List getElementPropertyAsIntListDataListByStack(RStack stack, String name)
           
static Integer getElementPropertyAsIntObject(Element element)
           
static Locale getElementPropertyAsLocale(Element element)
           
static Locale getElementPropertyAsLocale(Element element, String name)
           
static Locale getElementPropertyAsLocaleByStack(RStack stack, String name)
           
static List getElementPropertyAsLocaleDataList(Element element)
           
static List getElementPropertyAsLocaleDataList(Element element, String name)
           
static List getElementPropertyAsLocaleDataListByStack(RStack stack, String name)
           
static List getElementPropertyAsLocaleList(Element element, String name)
           
static List getElementPropertyAsLocaleListByStack(RStack stack, String name)
           
static List getElementPropertyAsLocaleListDataList(Element element, String name)
           
static List getElementPropertyAsLocaleListDataListByStack(RStack stack, String name)
           
static long getElementPropertyAsLong(Element element)
           
static long getElementPropertyAsLong(Element element, String name)
           
static Long getElementPropertyAsLongByStack(RStack stack, String name)
           
static List getElementPropertyAsLongDataList(Element element)
           
static List getElementPropertyAsLongDataList(Element element, String name)
           
static List getElementPropertyAsLongDataListByStack(RStack stack, String name)
           
static List getElementPropertyAsLongList(Element element, String name)
           
static List getElementPropertyAsLongListByStack(RStack stack, String name)
           
static List getElementPropertyAsLongListDataList(Element element, String name)
           
static List getElementPropertyAsLongListDataListByStack(RStack stack, String name)
           
static Long getElementPropertyAsLongObject(Element element)
           
static short getElementPropertyAsShort(Element element)
           
static short getElementPropertyAsShort(Element element, String name)
           
static Short getElementPropertyAsShortByStack(RStack stack, String name)
           
static List getElementPropertyAsShortDataList(Element element)
           
static List getElementPropertyAsShortDataList(Element element, String name)
           
static List getElementPropertyAsShortDataListByStack(RStack stack, String name)
           
static List getElementPropertyAsShortList(Element element, String name)
           
static List getElementPropertyAsShortListByStack(RStack stack, String name)
           
static List getElementPropertyAsShortListDataList(Element element, String name)
           
static List getElementPropertyAsShortListDataListByStack(RStack stack, String name)
           
static Short getElementPropertyAsShortObject(Element element)
           
static Date getElementPropertyAsSQLDate(Element element)
           
static Date getElementPropertyAsSQLDate(Element element, String name)
           
static Date getElementPropertyAsSQLDateByStack(RStack stack, String name)
           
static List getElementPropertyAsSQLDateDataList(Element element)
           
static List getElementPropertyAsSQLDateDataList(Element element, String name)
           
static List getElementPropertyAsSQLDateDataListByStack(RStack stack, String name)
           
static List getElementPropertyAsSQLDateList(Element element, String name)
           
static List getElementPropertyAsSQLDateListByStack(RStack stack, String name)
           
static List getElementPropertyAsSQLDateListDataList(Element element, String name)
           
static List getElementPropertyAsSQLDateListDataListByStack(RStack stack, String name)
           
static Time getElementPropertyAsSQLTime(Element element)
           
static Time getElementPropertyAsSQLTime(Element element, String name)
           
static Time getElementPropertyAsSQLTimeByStack(RStack stack, String name)
           
static List getElementPropertyAsSQLTimeDataList(Element element)
           
static List getElementPropertyAsSQLTimeDataList(Element element, String name)
           
static List getElementPropertyAsSQLTimeDataListByStack(RStack stack, String name)
           
static List getElementPropertyAsSQLTimeList(Element element, String name)
           
static List getElementPropertyAsSQLTimeListByStack(RStack stack, String name)
           
static List getElementPropertyAsSQLTimeListDataList(Element element, String name)
           
static List getElementPropertyAsSQLTimeListDataListByStack(RStack stack, String name)
           
static Timestamp getElementPropertyAsSQLTimestamp(Element element)
           
static Timestamp getElementPropertyAsSQLTimestamp(Element element, String name)
           
static Timestamp getElementPropertyAsSQLTimestampByStack(RStack stack, String name)
           
static List getElementPropertyAsSQLTimestampDataList(Element element)
           
static List getElementPropertyAsSQLTimestampDataList(Element element, String name)
           
static List getElementPropertyAsSQLTimestampDataListByStack(RStack stack, String name)
           
static List getElementPropertyAsSQLTimestampList(Element element, String name)
           
static List getElementPropertyAsSQLTimestampListByStack(RStack stack, String name)
           
static List getElementPropertyAsSQLTimestampListDataList(Element element, String name)
           
static List getElementPropertyAsSQLTimestampListDataListByStack(RStack stack, String name)
           
static String getElementPropertyAsString(Element element)
           
static String getElementPropertyAsString(Element element, String name)
           
static String getElementPropertyAsStringByStack(RStack stack, String name)
           
static List getElementPropertyAsStringDataList(Element element)
           
static List getElementPropertyAsStringDataList(Element element, String name)
           
static List getElementPropertyAsStringDataListByStack(RStack stack, String name)
           
static List getElementPropertyAsStringList(Element element, String name)
           
static List getElementPropertyAsStringListByStack(RStack stack, String name)
           
static List getElementPropertyAsStringListDataList(Element element, String name)
           
static List getElementPropertyAsStringListDataListByStack(RStack stack, String name)
           
static URL getElementPropertyAsURL(Element element)
           
static URL getElementPropertyAsURL(Element element, String name)
           
static URL getElementPropertyAsURLByStack(RStack stack, String name)
           
static List getElementPropertyAsURLDataList(Element element)
           
static List getElementPropertyAsURLDataList(Element element, String name)
           
static List getElementPropertyAsURLDataListByStack(RStack stack, String name)
           
static List getElementPropertyAsURLList(Element element, String name)
           
static List getElementPropertyAsURLListByStack(RStack stack, String name)
           
static List getElementPropertyAsURLListDataList(Element element, String name)
           
static List getElementPropertyAsURLListDataListByStack(RStack stack, String name)
           
static String getElementPropertyAsValue(Element element, String typeName)
           
static String getElementPropertyAsValue(Element element, String slotName, String typeName)
           
static String getElementPropertyAsValueData(Element element)
           
static String getElementPropertyAsValueData(Element element, String slotName)
           
static Element[] getElements(Element element)
           
static Element[] getElements(Element element, String name)
           
static Stack getElementsAsStack(Element element)
           
static Float getFloatObject(String text)
           
static Float[] getFloatObjectList(String text)
           
static float getFloatValue(Object value)
           
static Integer getIntObject(String text)
           
static Integer[] getIntObjectList(String text)
           
static int getIntValue(Object value)
           
static Locale getLocale(String value)
           
static Locale[] getLocaleList(String text)
           
static Locale getLocaleObject(Object value)
           
static Long getLongObject(String text)
           
static Long[] getLongObjectList(String text)
           
static long getLongValue(Object value)
           
static String getNSMapping(String prefix, String uri)
           
static Element getOnlyElement(Element element, String name)
           
static Object getPropertyObject(boolean value)
           
static Object getPropertyObject(byte value)
           
static Object getPropertyObject(Collection value)
           
static Object getPropertyObject(double value)
           
static Object getPropertyObject(float value)
           
static Object getPropertyObject(int value)
           
static Object getPropertyObject(long value)
           
static Object getPropertyObject(Object value)
           
static Object getPropertyObject(short value)
           
static Object getPropertyObject(String value)
           
static String getQName(String prefix, String localName)
           
static Short getShortObject(String text)
           
static Short[] getShortObjectList(String text)
           
static short getShortValue(Object value)
           
static Date getSQLDate(String value)
           
static Date[] getSQLDateList(String text)
           
static Date getSQLDateObject(Object value)
           
static Time getSQLTime(String value)
           
static Time[] getSQLTimeList(String text)
           
static Time getSQLTimeObject(Object value)
           
static Timestamp getSQLTimestamp(String value)
           
static Timestamp[] getSQLTimestampList(String text)
           
static Timestamp getSQLTimestampObject(Object value)
           
static String getString(BigDecimal value)
           
static String getString(BigDecimal[] values)
           
static String getString(BigInteger value)
           
static String getString(BigInteger[] values)
           
static String getString(boolean value)
           
static String getString(Boolean value)
           
static String getString(boolean[] values)
           
static String getString(Boolean[] values)
           
static String getString(byte value)
           
static String getString(Byte value)
           
static String getString(byte[] values)
           
static String getString(Byte[] values)
           
static String getString(Date value)
           
static String getString(Date value)
           
static String getString(Date[] values)
           
static String getString(Date[] values)
           
static String getString(double value)
           
static String getString(Double value)
           
static String getString(double[] values)
           
static String getString(Double[] values)
           
static String getString(float value)
           
static String getString(Float value)
           
static String getString(float[] values)
           
static String getString(Float[] values)
           
static String getString(int value)
           
static String getString(int[] values)
           
static String getString(Integer value)
           
static String getString(Integer[] values)
           
static String getString(List values)
           
static String getString(Locale value)
           
static String getString(Locale[] values)
           
static String getString(long value)
           
static String getString(Long value)
           
static String getString(long[] values)
           
static String getString(Long[] values)
           
static String getString(Object object)
           
static String getString(short value)
           
static String getString(Short value)
           
static String getString(short[] values)
           
static String getString(Short[] values)
           
static String getString(String value)
           
static String getString(String[] values)
           
static String getString(Time value)
           
static String getString(Time[] values)
           
static String getString(Timestamp value)
           
static String getString(Timestamp[] values)
           
static String getString(URL value)
           
static String getString(URL[] values)
           
static String[] getStringArray(String value)
           
static String[] getStringArrayObject(Object value)
           
static String getStringByBinaryHEX(byte[] bytes)
           
static String getStringByBinaryHEX(byte[][] value)
           
static String getStringByMixedList(List list)
           
static String[] getStringList(String value)
           
static URL getURL(String value)
           
static URL[] getURLList(String text)
           
static URL getURLObject(Object value)
           
static boolean hasAttribute(Element element, String name)
           
static boolean hasAttributeHungry(RStack stack, String name)
           
static boolean hasChildElement(Element element)
           
static boolean hasElement(Element element, String name)
           
static boolean hasElement(Element element, String[] names)
           
static boolean isBlankText(Text text)
           
static boolean isMatchDataComplex(Element element, String typeExpr)
           
static boolean isMatchDataComplex(String data, String typeExpr)
           
static boolean isMatchDataComplexAttr(Element element, String attrName, String typeExpr)
           
static boolean isMatchDataComplexElement(Element element, String elementName, String typeExpr)
           
static boolean isMatchDataValues(Element element, String typeName, String value)
           
static boolean isMatchDataValues(Element element, String typeName, String[] values)
           
static boolean isMatchDataValues(Element element, String typeName, String value1, String value2)
           
static boolean isMatchDataValues(Element element, String typeName, String value1, String value2, String value3)
           
static boolean isMatchDataValues(String data, String typeName, String value)
           
static boolean isMatchDataValues(String data, String typeName, String[] values)
           
static boolean isMatchDataValues(String data, String typeName, String value1, String value2)
           
static boolean isMatchDataValues(String data, String typeName, String value1, String value2, String value3)
           
static boolean isMatchDataValuesAttr(Element element, String attrName, String typeName, String value)
           
static boolean isMatchDataValuesAttr(Element element, String attrName, String typeName, String[] values)
           
static boolean isMatchDataValuesAttr(Element element, String attrName, String typeName, String value1, String value2)
           
static boolean isMatchDataValuesAttr(Element element, String attrName, String typeName, String value1, String value2, String value3)
           
static boolean isMatchDataValuesElement(Element element, String elementName, String typeName, String value)
           
static boolean isMatchDataValuesElement(Element element, String elementName, String typeName, String[] values)
           
static boolean isMatchDataValuesElement(Element element, String elementName, String typeName, String value1, String value2)
           
static boolean isMatchDataValuesElement(Element element, String elementName, String typeName, String value1, String value2, String value3)
           
static boolean isSequence(RStack stack, String name)
           
static boolean isSequence(RStack stack, String[] names)
           
static boolean isSpace(char c)
           
static boolean isTargetElement(Element element, String localName)
           
static String makeAutoID()
           
static Date makeAutoSQLDate()
           
static Time makeAutoSQLTime()
           
static Timestamp makeAutoSQLTimestamp()
           
static byte[] makeBytesByBASE64(String cdata)
           
static byte[] makeBytesByHEX(String cdata)
           
static Date makeDateJava(String cdata)
           
static Locale makeLocale(String name)
           
static void makeQName(String prefix, String localName, PrintWriter buffer)
           
static void makeQName(String prefix, String localName, StringBuffer buffer)
           
static void makeQName(String prefix, String localName, Writer buffer)
           
static String makeStringAsBASE64(byte[] bytes)
           
static String makeStringAsHEX(byte[] bytes)
           
static String makeStringJava(Date date)
           
static List makeStringList(String string)
           
static URL makeURL(String uri)
           
static URL makeURL(String base, String leaf)
           
static URL makeURL(URL base, URL leaf)
           
static URL makeURL4Property(String name)
           
static String makeUrlString(String base, String leaf)
           
static String makeUrlString(URL base, String leaf)
           
static String node2String4Data(Node node)
           
static String node2String4Print(Node node)
           
static String node2String4Print(Node node, String encoding)
           
static String node2Text(Node node)
           
static void node2Text(Node node, StringBuffer buffer)
           
static String nodes2Text(Node[] nodes)
           
static void setAttributePropertyByBigDecimal(Element element, String name, BigDecimal value)
           
static void setAttributePropertyByBigDecimalList(Element element, String name, List values)
           
static void setAttributePropertyByBigInteger(Element element, String name, BigInteger value)
           
static void setAttributePropertyByBigIntegerList(Element element, String name, List values)
           
static void setAttributePropertyByBinaryBASE64(Element element, String name, byte[] value)
           
static void setAttributePropertyByBinaryBASE64List(Element element, String name, List values)
           
static void setAttributePropertyByBinaryHEX(Element element, String name, byte[] value)
           
static void setAttributePropertyByBinaryHEXList(Element element, String name, List values)
           
static void setAttributePropertyByBoolean(Element element, String name, boolean value)
           
static void setAttributePropertyByBoolean(Element element, String name, Boolean value)
           
static void setAttributePropertyByBooleanList(Element element, String name, List values)
           
static void setAttributePropertyByByte(Element element, String name, byte value)
           
static void setAttributePropertyByByte(Element element, String name, Byte value)
           
static void setAttributePropertyByByteList(Element element, String name, List values)
           
static void setAttributePropertyByDate(Element element, String name, Date value)
           
static void setAttributePropertyByDateList(Element element, String name, List values)
           
static void setAttributePropertyByDouble(Element element, String name, double value)
           
static void setAttributePropertyByDouble(Element element, String name, Double value)
           
static void setAttributePropertyByDoubleList(Element element, String name, List values)
           
static void setAttributePropertyByFloat(Element element, String name, float value)
           
static void setAttributePropertyByFloat(Element element, String name, Float value)
           
static void setAttributePropertyByFloatList(Element element, String name, List values)
           
static void setAttributePropertyByInt(Element element, String name, int value)
           
static void setAttributePropertyByInt(Element element, String name, Integer value)
           
static void setAttributePropertyByIntList(Element element, String name, List values)
           
static void setAttributePropertyByLocale(Element element, String name, Locale value)
           
static void setAttributePropertyByLocaleList(Element element, String name, List values)
           
static void setAttributePropertyByLong(Element element, String name, long value)
           
static void setAttributePropertyByLong(Element element, String name, Long value)
           
static void setAttributePropertyByLongList(Element element, String name, List values)
           
static void setAttributePropertyByShort(Element element, String name, short value)
           
static void setAttributePropertyByShort(Element element, String name, Short value)
           
static void setAttributePropertyByShortList(Element element, String name, List values)
           
static void setAttributePropertyBySQLDate(Element element, String name, Date value)
           
static void setAttributePropertyBySQLDateList(Element element, String name, List values)
           
static void setAttributePropertyBySQLTime(Element element, String name, Time value)
           
static void setAttributePropertyBySQLTimeList(Element element, String name, List values)
           
static void setAttributePropertyBySQLTimestamp(Element element, String name, Timestamp value)
           
static void setAttributePropertyBySQLTimestampList(Element element, String name, List values)
           
static void setAttributePropertyByString(Element element, String name, String value)
           
static void setAttributePropertyByStringList(Element element, String name, List values)
           
static void setAttributePropertyByURL(Element element, String name, URL value)
           
static void setAttributePropertyByURLList(Element element, String name, List values)
           
static void setAutoIDHandler(Object handler)
           
static void setAutoIDPrefix(String prefix)
           
static void setAutoIDThreadGroupSingle(Boolean threadGroupSingle)
           
static void setAutoIDThreadSingle(Boolean threadSingle)
           
static void setElementPropertyByBigDecimal(Element element, BigDecimal value)
           
static void setElementPropertyByBigDecimal(Element element, String name, BigDecimal value)
           
static void setElementPropertyByBigDecimalDataList(Element element, List values)
           
static void setElementPropertyByBigDecimalDataList(Element element, String name, List values)
           
static void setElementPropertyByBigDecimalList(Element element, String name, List values)
           
static void setElementPropertyByBigDecimalListDataList(Element element, String name, List values)
           
static void setElementPropertyByBigInteger(Element element, BigInteger value)
           
static void setElementPropertyByBigInteger(Element element, String name, BigInteger value)
           
static void setElementPropertyByBigIntegerDataList(Element element, List values)
           
static void setElementPropertyByBigIntegerDataList(Element element, String name, List values)
           
static void setElementPropertyByBigIntegerList(Element element, String name, List values)
           
static void setElementPropertyByBigIntegerListDataList(Element element, String name, List values)
           
static void setElementPropertyByBinaryBASE64(Element element, byte[] value)
           
static void setElementPropertyByBinaryBASE64(Element element, String name, byte[] value)
           
static void setElementPropertyByBinaryBASE64DataList(Element element, List values)
           
static void setElementPropertyByBinaryBASE64DataList(Element element, String name, List values)
           
static void setElementPropertyByBinaryBASE64ListDataList(Element element, String name, List values)
           
static void setElementPropertyByBinaryHEX(Element element, byte[] value)
           
static void setElementPropertyByBinaryHEX(Element element, String name, byte[] value)
           
static void setElementPropertyByBinaryHEXDataList(Element element, List values)
           
static void setElementPropertyByBinaryHEXDataList(Element element, String name, List values)
           
static void setElementPropertyByBinaryHEXListDataList(Element element, String name, List values)
           
static void setElementPropertyByBinaryListBASE64(Element element, String name, List values)
           
static void setElementPropertyByBinaryListHEX(Element element, String name, List values)
           
static void setElementPropertyByBoolean(Element element, boolean value)
           
static void setElementPropertyByBoolean(Element element, Boolean value)
           
static void setElementPropertyByBoolean(Element element, String name, boolean value)
           
static void setElementPropertyByBoolean(Element element, String name, Boolean value)
           
static void setElementPropertyByBooleanDataList(Element element, List values)
           
static void setElementPropertyByBooleanDataList(Element element, String name, List values)
           
static void setElementPropertyByBooleanList(Element element, String name, List values)
           
static void setElementPropertyByBooleanListDataList(Element element, String name, List values)
           
static void setElementPropertyByByte(Element element, byte value)
           
static void setElementPropertyByByte(Element element, Byte value)
           
static void setElementPropertyByByte(Element element, String name, byte value)
           
static void setElementPropertyByByte(Element element, String name, Byte value)
           
static void setElementPropertyByByteDataList(Element element, List values)
           
static void setElementPropertyByByteDataList(Element element, String name, List values)
           
static void setElementPropertyByByteList(Element element, String name, List values)
           
static void setElementPropertyByByteListDataList(Element element, String name, List values)
           
static void setElementPropertyByDate(Element element, Date value)
           
static void setElementPropertyByDate(Element element, String name, Date value)
           
static void setElementPropertyByDateDataList(Element element, List values)
           
static void setElementPropertyByDateDataList(Element element, String name, List values)
           
static void setElementPropertyByDateList(Element element, String name, List values)
           
static void setElementPropertyByDateListDataList(Element element, String name, List values)
           
static void setElementPropertyByDouble(Element element, double value)
           
static void setElementPropertyByDouble(Element element, Double value)
           
static void setElementPropertyByDouble(Element element, String name, double value)
           
static void setElementPropertyByDouble(Element element, String name, Double value)
           
static void setElementPropertyByDoubleDataList(Element element, List values)
           
static void setElementPropertyByDoubleDataList(Element element, String name, List values)
           
static void setElementPropertyByDoubleList(Element element, List values)
           
static void setElementPropertyByDoubleList(Element element, String name, List values)
           
static void setElementPropertyByDoubleListDataList(Element element, String name, List values)
           
static void setElementPropertyByFloat(Element element, float value)
           
static void setElementPropertyByFloat(Element element, Float value)
           
static void setElementPropertyByFloat(Element element, String name, float value)
           
static void setElementPropertyByFloat(Element element, String name, Float value)
           
static void setElementPropertyByFloatDataList(Element element, List values)
           
static void setElementPropertyByFloatDataList(Element element, String name, List values)
           
static void setElementPropertyByFloatList(Element element, List values)
           
static void setElementPropertyByFloatList(Element element, String name, List values)
           
static void setElementPropertyByFloatListDataList(Element element, String name, List values)
           
static void setElementPropertyByInt(Element element, int value)
           
static void setElementPropertyByInt(Element element, Integer value)
           
static void setElementPropertyByInt(Element element, String name, int value)
           
static void setElementPropertyByInt(Element element, String name, Integer value)
           
static void setElementPropertyByIntDataList(Element element, List values)
           
static void setElementPropertyByIntDataList(Element element, String name, List values)
           
static void setElementPropertyByIntList(Element element, String name, List values)
           
static void setElementPropertyByIntListDataList(Element element, String name, List values)
           
static void setElementPropertyByLocale(Element element, Locale value)
           
static void setElementPropertyByLocale(Element element, String name, Locale value)
           
static void setElementPropertyByLocaleDataList(Element element, List values)
           
static void setElementPropertyByLocaleDataList(Element element, String name, List values)
           
static void setElementPropertyByLocaleList(Element element, String name, List values)
           
static void setElementPropertyByLocaleListDataList(Element element, String name, List values)
           
static void setElementPropertyByLong(Element element, long value)
           
static void setElementPropertyByLong(Element element, Long value)
           
static void setElementPropertyByLong(Element element, String name, long value)
           
static void setElementPropertyByLong(Element element, String name, Long value)
           
static void setElementPropertyByLongDataList(Element element, List values)
           
static void setElementPropertyByLongDataList(Element element, String name, List values)
           
static void setElementPropertyByLongList(Element element, List values)
           
static void setElementPropertyByLongList(Element element, String name, List values)
           
static void setElementPropertyByLongListDataList(Element element, String name, List values)
           
static void setElementPropertyByShort(Element element, short value)
           
static void setElementPropertyByShort(Element element, Short value)
           
static void setElementPropertyByShort(Element element, String name, short value)
           
static void setElementPropertyByShort(Element element, String name, Short value)
           
static void setElementPropertyByShortDataList(Element element, List values)
           
static void setElementPropertyByShortDataList(Element element, String name, List values)
           
static void setElementPropertyByShortList(Element element, String name, List values)
           
static void setElementPropertyByShortListDataList(Element element, String name, List values)
           
static void setElementPropertyBySQLDate(Element element, Date value)
           
static void setElementPropertyBySQLDate(Element element, String name, Date value)
           
static void setElementPropertyBySQLDateDataList(Element element, List values)
           
static void setElementPropertyBySQLDateDataList(Element element, String name, List values)
           
static void setElementPropertyBySQLDateList(Element element, String name, List values)
           
static void setElementPropertyBySQLDateListDataList(Element element, String name, List values)
           
static void setElementPropertyBySQLTime(Element element, String name, Time value)
           
static void setElementPropertyBySQLTime(Element element, Time value)
           
static void setElementPropertyBySQLTimeDataList(Element element, List values)
           
static void setElementPropertyBySQLTimeDataList(Element element, String name, List values)
           
static void setElementPropertyBySQLTimeList(Element element, String name, List values)
           
static void setElementPropertyBySQLTimeListDataList(Element element, String name, List values)
           
static void setElementPropertyBySQLTimestamp(Element element, String name, Timestamp value)
           
static void setElementPropertyBySQLTimestamp(Element element, Timestamp value)
           
static void setElementPropertyBySQLTimestampDataList(Element element, List values)
           
static void setElementPropertyBySQLTimestampDataList(Element element, String name, List values)
           
static void setElementPropertyBySQLTimestampList(Element element, String name, List values)
           
static void setElementPropertyBySQLTimestampListDataList(Element element, String name, List values)
           
static void setElementPropertyByString(Element element, String value)
           
static void setElementPropertyByString(Element element, String name, String value)
           
static void setElementPropertyByStringDataList(Element element, List values)
           
static void setElementPropertyByStringDataList(Element element, String name, List values)
           
static void setElementPropertyByStringList(Element element, String name, List values)
           
static void setElementPropertyByStringListDataList(Element element, String name, List values)
           
static void setElementPropertyByURL(Element element, String name, URL value)
           
static void setElementPropertyByURL(Element element, URL value)
           
static void setElementPropertyByURLDataList(Element element, List values)
           
static void setElementPropertyByURLDataList(Element element, String name, List values)
           
static void setElementPropertyByURLList(Element element, String name, List values)
           
static void setElementPropertyByURLListDataList(Element element, String name, List values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URelaxer

public URelaxer()
Method Detail

getAttribute

public static String getAttribute(Element element,
                                  String name)

getAttributeHungry

public static String getAttributeHungry(RStack stack,
                                        String name)

getAttributePropertyAsBigDecimal

public static BigDecimal getAttributePropertyAsBigDecimal(Element element,
                                                          String name)

getAttributePropertyAsBigDecimalList

public static List getAttributePropertyAsBigDecimalList(Element element,
                                                        String name)

getAttributePropertyAsBigInteger

public static BigInteger getAttributePropertyAsBigInteger(Element element,
                                                          String name)

getAttributePropertyAsBigIntegerList

public static List getAttributePropertyAsBigIntegerList(Element element,
                                                        String name)

getAttributePropertyAsBinaryBASE64

public static byte[] getAttributePropertyAsBinaryBASE64(Element element,
                                                        String name)

getAttributePropertyAsBinaryBASE64List

public static List getAttributePropertyAsBinaryBASE64List(Element element,
                                                          String name)

getAttributePropertyAsBinaryHEX

public static byte[] getAttributePropertyAsBinaryHEX(Element element,
                                                     String name)

getAttributePropertyAsBinaryHEXList

public static List getAttributePropertyAsBinaryHEXList(Element element,
                                                       String name)

getAttributePropertyAsBoolean

public static boolean getAttributePropertyAsBoolean(Element element,
                                                    String name)

getAttributePropertyAsBooleanList

public static List getAttributePropertyAsBooleanList(Element element,
                                                     String name)

getAttributePropertyAsBooleanObject

public static Boolean getAttributePropertyAsBooleanObject(Element element,
                                                          String name)

getAttributePropertyAsByte

public static byte getAttributePropertyAsByte(Element element,
                                              String name)

getAttributePropertyAsByteList

public static List getAttributePropertyAsByteList(Element element,
                                                  String name)

getAttributePropertyAsByteObject

public static Byte getAttributePropertyAsByteObject(Element element,
                                                    String name)

getAttributePropertyAsDate

public static Date getAttributePropertyAsDate(Element element,
                                              String name)

getAttributePropertyAsDateList

public static List getAttributePropertyAsDateList(Element element,
                                                  String name)

getAttributePropertyAsDouble

public static double getAttributePropertyAsDouble(Element element,
                                                  String name)

getAttributePropertyAsDoubleList

public static List getAttributePropertyAsDoubleList(Element element,
                                                    String name)

getAttributePropertyAsDoubleObject

public static Double getAttributePropertyAsDoubleObject(Element element,
                                                        String name)

getAttributePropertyAsFloat

public static float getAttributePropertyAsFloat(Element element,
                                                String name)

getAttributePropertyAsFloatList

public static List getAttributePropertyAsFloatList(Element element,
                                                   String name)

getAttributePropertyAsFloatObject

public static Float getAttributePropertyAsFloatObject(Element element,
                                                      String name)

getAttributePropertyAsInt

public static int getAttributePropertyAsInt(Element element,
                                            String name)

getAttributePropertyAsIntList

public static List getAttributePropertyAsIntList(Element element,
                                                 String name)

getAttributePropertyAsIntObject

public static Integer getAttributePropertyAsIntObject(Element element,
                                                      String name)

getAttributePropertyAsLocale

public static Locale getAttributePropertyAsLocale(Element element,
                                                  String name)

getAttributePropertyAsLocaleList

public static List getAttributePropertyAsLocaleList(Element element,
                                                    String name)

getAttributePropertyAsLong

public static long getAttributePropertyAsLong(Element element,
                                              String name)

getAttributePropertyAsLongList

public static List getAttributePropertyAsLongList(Element element,
                                                  String name)

getAttributePropertyAsLongObject

public static Long getAttributePropertyAsLongObject(Element element,
                                                    String name)

getAttributePropertyAsShort

public static short getAttributePropertyAsShort(Element element,
                                                String name)

getAttributePropertyAsShortList

public static List getAttributePropertyAsShortList(Element element,
                                                   String name)

getAttributePropertyAsShortObject

public static Short getAttributePropertyAsShortObject(Element element,
                                                      String name)

getAttributePropertyAsSQLDate

public static Date getAttributePropertyAsSQLDate(Element element,
                                                 String name)

getAttributePropertyAsSQLDateList

public static List getAttributePropertyAsSQLDateList(Element element,
                                                     String name)

getAttributePropertyAsSQLTime

public static Time getAttributePropertyAsSQLTime(Element element,
                                                 String name)

getAttributePropertyAsSQLTimeList

public static List getAttributePropertyAsSQLTimeList(Element element,
                                                     String name)

getAttributePropertyAsSQLTimestamp

public static Timestamp getAttributePropertyAsSQLTimestamp(Element element,
                                                           String name)

getAttributePropertyAsSQLTimestampList

public static List getAttributePropertyAsSQLTimestampList(Element element,
                                                          String name)

getAttributePropertyAsString

public static String getAttributePropertyAsString(Element element,
                                                  String name)

getAttributePropertyAsStringList

public static List getAttributePropertyAsStringList(Element element,
                                                    String name)

getAttributePropertyAsURL

public static URL getAttributePropertyAsURL(Element element,
                                            String name)

getAttributePropertyAsURLList

public static List getAttributePropertyAsURLList(Element element,
                                                 String name)

getAttributePropertyAsValue

public static String getAttributePropertyAsValue(Element element,
                                                 String attrName,
                                                 String typeName)

getAttributePropertyAsValueData

public static String getAttributePropertyAsValueData(Element element,
                                                     String attrName)

getAutoIDPrefix

public static String getAutoIDPrefix()

getAutoIDThreadGroupSingle

public static Boolean getAutoIDThreadGroupSingle()

getAutoIDThreadSingle

public static Boolean getAutoIDThreadSingle()

getBigDecimal

public static BigDecimal getBigDecimal(String value)

getBigDecimalList

public static BigDecimal[] getBigDecimalList(String text)

getBigDecimalObject

public static BigDecimal getBigDecimalObject(Object value)

getBigInteger

public static BigInteger getBigInteger(String value)

getBigIntegerList

public static BigInteger[] getBigIntegerList(String text)

getBigIntegerObject

public static BigInteger getBigIntegerObject(Object value)

getBinary

public static byte[] getBinary(String value)

getBinaryHEX

public static byte[] getBinaryHEX(String value)

getBinaryHEXList

public static byte[][] getBinaryHEXList(String text)

getBinaryHEXObject

public static byte[] getBinaryHEXObject(Object value)

getBinaryList

public static byte[][] getBinaryList(String text)

getBinaryObject

public static byte[] getBinaryObject(Object value)

getBinaryString

public static String getBinaryString(byte[] value)

getBinaryString

public static String getBinaryString(byte[][] value)

getBooleanObject

public static Boolean getBooleanObject(String text)

getBooleanObjectList

public static Boolean[] getBooleanObjectList(String text)

getBooleanValue

public static boolean getBooleanValue(Object value)

getByteObject

public static Byte getByteObject(String text)

getByteObjectList

public static Byte[] getByteObjectList(String text)

getByteValue

public static byte getByteValue(Object value)

getDateObject

public static Date getDateObject(Object value)

getDoubleObject

public static Double getDoubleObject(String text)

getDoubleObjectList

public static Double[] getDoubleObjectList(String text)

getDoubleValue

public static double getDoubleValue(Object value)

getElementPropertyAsBigDecimal

public static BigDecimal getElementPropertyAsBigDecimal(Element element)

getElementPropertyAsBigDecimal

public static BigDecimal getElementPropertyAsBigDecimal(Element element,
                                                        String name)

getElementPropertyAsBigDecimalByStack

public static BigDecimal getElementPropertyAsBigDecimalByStack(RStack stack,
                                                               String name)

getElementPropertyAsBigDecimalDataList

public static List getElementPropertyAsBigDecimalDataList(Element element)

getElementPropertyAsBigDecimalDataList

public static List getElementPropertyAsBigDecimalDataList(Element element,
                                                          String name)

getElementPropertyAsBigDecimalDataListByStack

public static List getElementPropertyAsBigDecimalDataListByStack(RStack stack,
                                                                 String name)

getElementPropertyAsBigDecimalList

public static List getElementPropertyAsBigDecimalList(Element element,
                                                      String name)

getElementPropertyAsBigDecimalListByStack

public static List getElementPropertyAsBigDecimalListByStack(RStack stack,
                                                             String name)

getElementPropertyAsBigDecimalListDataList

public static List getElementPropertyAsBigDecimalListDataList(Element element,
                                                              String name)

getElementPropertyAsBigDecimalListDataListByStack

public static List getElementPropertyAsBigDecimalListDataListByStack(RStack stack,
                                                                     String name)

getElementPropertyAsBigInteger

public static BigInteger getElementPropertyAsBigInteger(Element element)

getElementPropertyAsBigInteger

public static BigInteger getElementPropertyAsBigInteger(Element element,
                                                        String name)

getElementPropertyAsBigIntegerByStack

public static BigInteger getElementPropertyAsBigIntegerByStack(RStack stack,
                                                               String name)

getElementPropertyAsBigIntegerDataList

public static List getElementPropertyAsBigIntegerDataList(Element element)

getElementPropertyAsBigIntegerDataList

public static List getElementPropertyAsBigIntegerDataList(Element element,
                                                          String name)

getElementPropertyAsBigIntegerDataListByStack

public static List getElementPropertyAsBigIntegerDataListByStack(RStack stack,
                                                                 String name)

getElementPropertyAsBigIntegerList

public static List getElementPropertyAsBigIntegerList(Element element,
                                                      String name)

getElementPropertyAsBigIntegerListByStack

public static List getElementPropertyAsBigIntegerListByStack(RStack stack,
                                                             String name)

getElementPropertyAsBigIntegerListDataList

public static List getElementPropertyAsBigIntegerListDataList(Element element,
                                                              String name)

getElementPropertyAsBigIntegerListDataListByStack

public static List getElementPropertyAsBigIntegerListDataListByStack(RStack stack,
                                                                     String name)

getElementPropertyAsBinaryBASE64

public static byte[] getElementPropertyAsBinaryBASE64(Element element)

getElementPropertyAsBinaryBASE64

public static byte[] getElementPropertyAsBinaryBASE64(Element element,
                                                      String name)

getElementPropertyAsBinaryBASE64ByStack

public static byte[] getElementPropertyAsBinaryBASE64ByStack(RStack stack,
                                                             String name)

getElementPropertyAsBinaryBASE64DataList

public static List getElementPropertyAsBinaryBASE64DataList(Element element)

getElementPropertyAsBinaryBASE64DataList

public static List getElementPropertyAsBinaryBASE64DataList(Element element,
                                                            String name)

getElementPropertyAsBinaryBASE64DataListByStack

public static List getElementPropertyAsBinaryBASE64DataListByStack(RStack stack,
                                                                   String name)

getElementPropertyAsBinaryBASE64ListDataList

public static List getElementPropertyAsBinaryBASE64ListDataList(Element element,
                                                                String name)

getElementPropertyAsBinaryBASE64ListDataListByStack

public static List getElementPropertyAsBinaryBASE64ListDataListByStack(RStack stack,
                                                                       String name)

getElementPropertyAsBinaryHEX

public static byte[] getElementPropertyAsBinaryHEX(Element element)

getElementPropertyAsBinaryHEX

public static byte[] getElementPropertyAsBinaryHEX(Element element,
                                                   String name)

getElementPropertyAsBinaryHEXByStack

public static byte[] getElementPropertyAsBinaryHEXByStack(RStack stack,
                                                          String name)

getElementPropertyAsBinaryHEXDataList

public static List getElementPropertyAsBinaryHEXDataList(Element element)

getElementPropertyAsBinaryHEXDataList

public static List getElementPropertyAsBinaryHEXDataList(Element element,
                                                         String name)

getElementPropertyAsBinaryHEXDataListByStack

public static List getElementPropertyAsBinaryHEXDataListByStack(RStack stack,
                                                                String name)

getElementPropertyAsBinaryHEXListDataList

public static List getElementPropertyAsBinaryHEXListDataList(Element element,
                                                             String name)

getElementPropertyAsBinaryHEXListDataListByStack

public static List getElementPropertyAsBinaryHEXListDataListByStack(RStack stack,
                                                                    String name)

getElementPropertyAsBinaryListBASE64

public static List getElementPropertyAsBinaryListBASE64(Element element,
                                                        String name)

getElementPropertyAsBinaryListBASE64ByStack

public static List getElementPropertyAsBinaryListBASE64ByStack(RStack stack,
                                                               String name)

getElementPropertyAsBinaryListHEX

public static List getElementPropertyAsBinaryListHEX(Element element,
                                                     String name)

getElementPropertyAsBinaryListHEXByStack

public static List getElementPropertyAsBinaryListHEXByStack(RStack stack,
                                                            String name)

getElementPropertyAsBoolean

public static boolean getElementPropertyAsBoolean(Element element)

getElementPropertyAsBoolean

public static boolean getElementPropertyAsBoolean(Element element,
                                                  String name)

getElementPropertyAsBooleanByStack

public static Boolean getElementPropertyAsBooleanByStack(RStack stack,
                                                         String name)

getElementPropertyAsBooleanDataList

public static List getElementPropertyAsBooleanDataList(Element element)

getElementPropertyAsBooleanDataList

public static List getElementPropertyAsBooleanDataList(Element element,
                                                       String name)

getElementPropertyAsBooleanDataListByStack

public static List getElementPropertyAsBooleanDataListByStack(RStack stack,
                                                              String name)

getElementPropertyAsBooleanList

public static List getElementPropertyAsBooleanList(Element element,
                                                   String name)

getElementPropertyAsBooleanListByStack

public static List getElementPropertyAsBooleanListByStack(RStack stack,
                                                          String name)

getElementPropertyAsBooleanListDataList

public static List getElementPropertyAsBooleanListDataList(Element element,
                                                           String name)

getElementPropertyAsBooleanListDataListByStack

public static List getElementPropertyAsBooleanListDataListByStack(RStack stack,
                                                                  String name)

getElementPropertyAsBooleanObject

public static Boolean getElementPropertyAsBooleanObject(Element element)

getElementPropertyAsByte

public static byte getElementPropertyAsByte(Element element)

getElementPropertyAsByte

public static byte getElementPropertyAsByte(Element element,
                                            String name)

getElementPropertyAsByteByStack

public static Byte getElementPropertyAsByteByStack(RStack stack,
                                                   String name)

getElementPropertyAsByteDataList

public static List getElementPropertyAsByteDataList(Element element)

getElementPropertyAsByteDataList

public static List getElementPropertyAsByteDataList(Element element,
                                                    String name)

getElementPropertyAsByteDataListByStack

public static List getElementPropertyAsByteDataListByStack(RStack stack,
                                                           String name)

getElementPropertyAsByteList

public static List getElementPropertyAsByteList(Element element,
                                                String name)

getElementPropertyAsByteListByStack

public static List getElementPropertyAsByteListByStack(RStack stack,
                                                       String name)

getElementPropertyAsByteListDataList

public static List getElementPropertyAsByteListDataList(Element element,
                                                        String name)

getElementPropertyAsByteListDataListByStack

public static List getElementPropertyAsByteListDataListByStack(RStack stack,
                                                               String name)

getElementPropertyAsByteObject

public static Byte getElementPropertyAsByteObject(Element element)

getElementPropertyAsDate

public static Date getElementPropertyAsDate(Element element)

getElementPropertyAsDate

public static Date getElementPropertyAsDate(Element element,
                                            String name)

getElementPropertyAsDateByStack

public static Date getElementPropertyAsDateByStack(RStack stack,
                                                   String name)

getElementPropertyAsDateDataList

public static List getElementPropertyAsDateDataList(Element element)

getElementPropertyAsDateDataList

public static List getElementPropertyAsDateDataList(Element element,
                                                    String name)

getElementPropertyAsDateDataListByStack

public static List getElementPropertyAsDateDataListByStack(RStack stack,
                                                           String name)

getElementPropertyAsDateList

public static List getElementPropertyAsDateList(Element element,
                                                String name)

getElementPropertyAsDateListByStack

public static List getElementPropertyAsDateListByStack(RStack stack,
                                                       String name)

getElementPropertyAsDateListDataList

public static List getElementPropertyAsDateListDataList(Element element,
                                                        String name)

getElementPropertyAsDateListDataListByStack

public static List getElementPropertyAsDateListDataListByStack(RStack stack,
                                                               String name)

getElementPropertyAsDouble

public static double getElementPropertyAsDouble(Element element)

getElementPropertyAsDouble

public static double getElementPropertyAsDouble(Element element,
                                                String name)

getElementPropertyAsDoubleByStack

public static Double getElementPropertyAsDoubleByStack(RStack stack,
                                                       String name)

getElementPropertyAsDoubleDataList

public static List getElementPropertyAsDoubleDataList(Element element)

getElementPropertyAsDoubleDataList

public static List getElementPropertyAsDoubleDataList(Element element,
                                                      String name)

getElementPropertyAsDoubleDataListByStack

public static List getElementPropertyAsDoubleDataListByStack(RStack stack,
                                                             String name)

getElementPropertyAsDoubleList

public static List getElementPropertyAsDoubleList(Element element)

getElementPropertyAsDoubleList

public static List getElementPropertyAsDoubleList(Element element,
                                                  String name)

getElementPropertyAsDoubleListByStack

public static List getElementPropertyAsDoubleListByStack(RStack stack,
                                                         String name)

getElementPropertyAsDoubleListDataList

public static List getElementPropertyAsDoubleListDataList(Element element,
                                                          String name)

getElementPropertyAsDoubleListDataListByStack

public static List getElementPropertyAsDoubleListDataListByStack(RStack stack,
                                                                 String name)

getElementPropertyAsDoubleObject

public static Double getElementPropertyAsDoubleObject(Element element)

getElementPropertyAsFloat

public static float getElementPropertyAsFloat(Element element)

getElementPropertyAsFloat

public static float getElementPropertyAsFloat(Element element,
                                              String name)

getElementPropertyAsFloatByStack

public static Float getElementPropertyAsFloatByStack(RStack stack,
                                                     String name)

getElementPropertyAsFloatDataList

public static List getElementPropertyAsFloatDataList(Element element)

getElementPropertyAsFloatDataList

public static List getElementPropertyAsFloatDataList(Element element,
                                                     String name)

getElementPropertyAsFloatDataListByStack

public static List getElementPropertyAsFloatDataListByStack(RStack stack,
                                                            String name)

getElementPropertyAsFloatList

public static List getElementPropertyAsFloatList(Element element,
                                                 String name)

getElementPropertyAsFloatListByStack

public static List getElementPropertyAsFloatListByStack(RStack stack,
                                                        String name)

getElementPropertyAsFloatListDataList

public static List getElementPropertyAsFloatListDataList(Element element,
                                                         String name)

getElementPropertyAsFloatListDataListByStack

public static List getElementPropertyAsFloatListDataListByStack(RStack stack,
                                                                String name)

getElementPropertyAsFloatObject

public static Float getElementPropertyAsFloatObject(Element element)

getElementPropertyAsInt

public static int getElementPropertyAsInt(Element element)

getElementPropertyAsInt

public static int getElementPropertyAsInt(Element element,
                                          String name)

getElementPropertyAsIntByStack

public static Integer getElementPropertyAsIntByStack(RStack stack,
                                                     String name)

getElementPropertyAsIntDataList

public static List getElementPropertyAsIntDataList(Element element)

getElementPropertyAsIntDataList

public static List getElementPropertyAsIntDataList(Element element,
                                                   String name)

getElementPropertyAsIntDataListByStack

public static List getElementPropertyAsIntDataListByStack(RStack stack,
                                                          String name)

getElementPropertyAsIntList

public static List getElementPropertyAsIntList(Element element,
                                               String name)

getElementPropertyAsIntListByStack

public static List getElementPropertyAsIntListByStack(RStack stack,
                                                      String name)

getElementPropertyAsIntListDataList

public static List getElementPropertyAsIntListDataList(Element element,
                                                       String name)

getElementPropertyAsIntListDataListByStack

public static List getElementPropertyAsIntListDataListByStack(RStack stack,
                                                              String name)

getElementPropertyAsIntObject

public static Integer getElementPropertyAsIntObject(Element element)

getElementPropertyAsLocale

public static Locale getElementPropertyAsLocale(Element element)

getElementPropertyAsLocale

public static Locale getElementPropertyAsLocale(Element element,
                                                String name)

getElementPropertyAsLocaleByStack

public static Locale getElementPropertyAsLocaleByStack(RStack stack,
                                                       String name)

getElementPropertyAsLocaleDataList

public static List getElementPropertyAsLocaleDataList(Element element)

getElementPropertyAsLocaleDataList

public static List getElementPropertyAsLocaleDataList(Element element,
                                                      String name)

getElementPropertyAsLocaleDataListByStack

public static List getElementPropertyAsLocaleDataListByStack(RStack stack,
                                                             String name)

getElementPropertyAsLocaleList

public static List getElementPropertyAsLocaleList(Element element,
                                                  String name)

getElementPropertyAsLocaleListByStack

public static List getElementPropertyAsLocaleListByStack(RStack stack,
                                                         String name)

getElementPropertyAsLocaleListDataList

public static List getElementPropertyAsLocaleListDataList(Element element,
                                                          String name)

getElementPropertyAsLocaleListDataListByStack

public static List getElementPropertyAsLocaleListDataListByStack(RStack stack,
                                                                 String name)

getElementPropertyAsLong

public static long getElementPropertyAsLong(Element element)

getElementPropertyAsLong

public static long getElementPropertyAsLong(Element element,
                                            String name)

getElementPropertyAsLongByStack

public static Long getElementPropertyAsLongByStack(RStack stack,
                                                   String name)

getElementPropertyAsLongDataList

public static List getElementPropertyAsLongDataList(Element element)

getElementPropertyAsLongDataList

public static List getElementPropertyAsLongDataList(Element element,
                                                    String name)

getElementPropertyAsLongDataListByStack

public static List getElementPropertyAsLongDataListByStack(RStack stack,
                                                           String name)

getElementPropertyAsLongList

public static List getElementPropertyAsLongList(Element element,
                                                String name)

getElementPropertyAsLongListByStack

public static List getElementPropertyAsLongListByStack(RStack stack,
                                                       String name)

getElementPropertyAsLongListDataList

public static List getElementPropertyAsLongListDataList(Element element,
                                                        String name)

getElementPropertyAsLongListDataListByStack

public static List getElementPropertyAsLongListDataListByStack(RStack stack,
                                                               String name)

getElementPropertyAsLongObject

public static Long getElementPropertyAsLongObject(Element element)

getElementPropertyAsShort

public static short getElementPropertyAsShort(Element element)

getElementPropertyAsShort

public static short getElementPropertyAsShort(Element element,
                                              String name)

getElementPropertyAsShortByStack

public static Short getElementPropertyAsShortByStack(RStack stack,
                                                     String name)

getElementPropertyAsShortDataList

public static List getElementPropertyAsShortDataList(Element element)

getElementPropertyAsShortDataList

public static List getElementPropertyAsShortDataList(Element element,
                                                     String name)

getElementPropertyAsShortDataListByStack

public static List getElementPropertyAsShortDataListByStack(RStack stack,
                                                            String name)

getElementPropertyAsShortList

public static List getElementPropertyAsShortList(Element element,
                                                 String name)

getElementPropertyAsShortListByStack

public static List getElementPropertyAsShortListByStack(RStack stack,
                                                        String name)

getElementPropertyAsShortListDataList

public static List getElementPropertyAsShortListDataList(Element element,
                                                         String name)

getElementPropertyAsShortListDataListByStack

public static List getElementPropertyAsShortListDataListByStack(RStack stack,
                                                                String name)

getElementPropertyAsShortObject

public static Short getElementPropertyAsShortObject(Element element)

getElementPropertyAsSQLDate

public static Date getElementPropertyAsSQLDate(Element element)

getElementPropertyAsSQLDate

public static Date getElementPropertyAsSQLDate(Element element,
                                               String name)

getElementPropertyAsSQLDateByStack

public static Date getElementPropertyAsSQLDateByStack(RStack stack,
                                                      String name)

getElementPropertyAsSQLDateDataList

public static List getElementPropertyAsSQLDateDataList(Element element)

getElementPropertyAsSQLDateDataList

public static List getElementPropertyAsSQLDateDataList(Element element,
                                                       String name)

getElementPropertyAsSQLDateDataListByStack

public static List getElementPropertyAsSQLDateDataListByStack(RStack stack,
                                                              String name)

getElementPropertyAsSQLDateList

public static List getElementPropertyAsSQLDateList(Element element,
                                                   String name)

getElementPropertyAsSQLDateListByStack

public static List getElementPropertyAsSQLDateListByStack(RStack stack,
                                                          String name)

getElementPropertyAsSQLDateListDataList

public static List getElementPropertyAsSQLDateListDataList(Element element,
                                                           String name)

getElementPropertyAsSQLDateListDataListByStack

public static List getElementPropertyAsSQLDateListDataListByStack(RStack stack,
                                                                  String name)

getElementPropertyAsSQLTime

public static Time getElementPropertyAsSQLTime(Element element)

getElementPropertyAsSQLTime

public static Time getElementPropertyAsSQLTime(Element element,
                                               String name)

getElementPropertyAsSQLTimeByStack

public static Time getElementPropertyAsSQLTimeByStack(RStack stack,
                                                      String name)

getElementPropertyAsSQLTimeDataList

public static List getElementPropertyAsSQLTimeDataList(Element element)

getElementPropertyAsSQLTimeDataList

public static List getElementPropertyAsSQLTimeDataList(Element element,
                                                       String name)

getElementPropertyAsSQLTimeDataListByStack

public static List getElementPropertyAsSQLTimeDataListByStack(RStack stack,
                                                              String name)

getElementPropertyAsSQLTimeList

public static List getElementPropertyAsSQLTimeList(Element element,
                                                   String name)

getElementPropertyAsSQLTimeListByStack

public static List getElementPropertyAsSQLTimeListByStack(RStack stack,
                                                          String name)

getElementPropertyAsSQLTimeListDataList

public static List getElementPropertyAsSQLTimeListDataList(Element element,
                                                           String name)

getElementPropertyAsSQLTimeListDataListByStack

public static List getElementPropertyAsSQLTimeListDataListByStack(RStack stack,
                                                                  String name)

getElementPropertyAsSQLTimestamp

public static Timestamp getElementPropertyAsSQLTimestamp(Element element)

getElementPropertyAsSQLTimestamp

public static Timestamp getElementPropertyAsSQLTimestamp(Element element,
                                                         String name)

getElementPropertyAsSQLTimestampByStack

public static Timestamp getElementPropertyAsSQLTimestampByStack(RStack stack,
                                                                String name)

getElementPropertyAsSQLTimestampDataList

public static List getElementPropertyAsSQLTimestampDataList(Element element)

getElementPropertyAsSQLTimestampDataList

public static List getElementPropertyAsSQLTimestampDataList(Element element,
                                                            String name)

getElementPropertyAsSQLTimestampDataListByStack

public static List getElementPropertyAsSQLTimestampDataListByStack(RStack stack,
                                                                   String name)

getElementPropertyAsSQLTimestampList

public static List getElementPropertyAsSQLTimestampList(Element element,
                                                        String name)

getElementPropertyAsSQLTimestampListByStack

public static List getElementPropertyAsSQLTimestampListByStack(RStack stack,
                                                               String name)

getElementPropertyAsSQLTimestampListDataList

public static List getElementPropertyAsSQLTimestampListDataList(Element element,
                                                                String name)

getElementPropertyAsSQLTimestampListDataListByStack

public static List getElementPropertyAsSQLTimestampListDataListByStack(RStack stack,
                                                                       String name)

getElementPropertyAsString

public static String getElementPropertyAsString(Element element)

getElementPropertyAsString

public static String getElementPropertyAsString(Element element,
                                                String name)

getElementPropertyAsStringByStack

public static String getElementPropertyAsStringByStack(RStack stack,
                                                       String name)

getElementPropertyAsStringDataList

public static List getElementPropertyAsStringDataList(Element element)

getElementPropertyAsStringDataList

public static List getElementPropertyAsStringDataList(Element element,
                                                      String name)

getElementPropertyAsStringDataListByStack

public static List getElementPropertyAsStringDataListByStack(RStack stack,
                                                             String name)

getElementPropertyAsStringList

public static List getElementPropertyAsStringList(Element element,
                                                  String name)

getElementPropertyAsStringListByStack

public static List getElementPropertyAsStringListByStack(RStack stack,
                                                         String name)

getElementPropertyAsStringListDataList

public static List getElementPropertyAsStringListDataList(Element element,
                                                          String name)

getElementPropertyAsStringListDataListByStack

public static List getElementPropertyAsStringListDataListByStack(RStack stack,
                                                                 String name)

getElementPropertyAsURL

public static URL getElementPropertyAsURL(Element element)

getElementPropertyAsURL

public static URL getElementPropertyAsURL(Element element,
                                          String name)

getElementPropertyAsURLByStack

public static URL getElementPropertyAsURLByStack(RStack stack,
                                                 String name)

getElementPropertyAsURLDataList

public static List getElementPropertyAsURLDataList(Element element)

getElementPropertyAsURLDataList

public static List getElementPropertyAsURLDataList(Element element,
                                                   String name)

getElementPropertyAsURLDataListByStack

public static List getElementPropertyAsURLDataListByStack(RStack stack,
                                                          String name)

getElementPropertyAsURLList

public static List getElementPropertyAsURLList(Element element,
                                               String name)

getElementPropertyAsURLListByStack

public static List getElementPropertyAsURLListByStack(RStack stack,
                                                      String name)

getElementPropertyAsURLListDataList

public static List getElementPropertyAsURLListDataList(Element element,
                                                       String name)

getElementPropertyAsURLListDataListByStack

public static List getElementPropertyAsURLListDataListByStack(RStack stack,
                                                              String name)

getElementPropertyAsValue

public static String getElementPropertyAsValue(Element element,
                                               String typeName)

getElementPropertyAsValue

public static String getElementPropertyAsValue(Element element,
                                               String slotName,
                                               String typeName)

getElementPropertyAsValueData

public static String getElementPropertyAsValueData(Element element)

getElementPropertyAsValueData

public static String getElementPropertyAsValueData(Element element,
                                                   String slotName)

getElements

public static Element[] getElements(Element element)

getElements

public static Element[] getElements(Element element,
                                    String name)

getElementsAsStack

public static Stack getElementsAsStack(Element element)

getFloatObject

public static Float getFloatObject(String text)

getFloatObjectList

public static Float[] getFloatObjectList(String text)

getFloatValue

public static float getFloatValue(Object value)

getIntObject

public static Integer getIntObject(String text)

getIntObjectList

public static Integer[] getIntObjectList(String text)

getIntValue

public static int getIntValue(Object value)

getLocale

public static Locale getLocale(String value)

getLocaleList

public static Locale[] getLocaleList(String text)

getLocaleObject

public static Locale getLocaleObject(Object value)

getLongObject

public static Long getLongObject(String text)

getLongObjectList

public static Long[] getLongObjectList(String text)

getLongValue

public static long getLongValue(Object value)

getNSMapping

public static String getNSMapping(String prefix,
                                  String uri)

getOnlyElement

public static Element getOnlyElement(Element element,
                                     String name)
                              throws IllegalArgumentException
Throws:
IllegalArgumentException

getPropertyObject

public static Object getPropertyObject(String value)

getPropertyObject

public static Object getPropertyObject(boolean value)

getPropertyObject

public static Object getPropertyObject(byte value)

getPropertyObject

public static Object getPropertyObject(short value)

getPropertyObject

public static Object getPropertyObject(int value)

getPropertyObject

public static Object getPropertyObject(long value)

getPropertyObject

public static Object getPropertyObject(float value)

getPropertyObject

public static Object getPropertyObject(double value)

getPropertyObject

public static Object getPropertyObject(Object value)

getPropertyObject

public static Object getPropertyObject(Collection value)

getQName

public static String getQName(String prefix,
                              String localName)

getShortObject

public static Short getShortObject(String text)

getShortObjectList

public static Short[] getShortObjectList(String text)

getShortValue

public static short getShortValue(Object value)

getSQLDate

public static Date getSQLDate(String value)

getSQLDateList

public static Date[] getSQLDateList(String text)

getSQLDateObject

public static Date getSQLDateObject(Object value)

getSQLTime

public static Time getSQLTime(String value)

getSQLTimeList

public static Time[] getSQLTimeList(String text)

getSQLTimeObject

public static Time getSQLTimeObject(Object value)

getSQLTimestamp

public static Timestamp getSQLTimestamp(String value)

getSQLTimestampList

public static Timestamp[] getSQLTimestampList(String text)

getSQLTimestampObject

public static Timestamp getSQLTimestampObject(Object value)

getString

public static String getString(String value)

getString

public static String getString(String[] values)

getString

public static String getString(List values)

getString

public static String getString(boolean value)

getString

public static String getString(Boolean value)

getString

public static String getString(boolean[] values)

getString

public static String getString(Boolean[] values)

getString

public static String getString(byte value)

getString

public static String getString(Byte value)

getString

public static String getString(byte[] values)

getString

public static String getString(Byte[] values)

getString

public static String getString(short value)

getString

public static String getString(Short value)

getString

public static String getString(short[] values)

getString

public static String getString(Short[] values)

getString

public static String getString(int value)

getString

public static String getString(Integer value)

getString

public static String getString(int[] values)

getString

public static String getString(Integer[] values)

getString

public static String getString(long value)

getString

public static String getString(Long value)

getString

public static String getString(long[] values)

getString

public static String getString(Long[] values)

getString

public static String getString(float value)

getString

public static String getString(Float value)

getString

public static String getString(float[] values)

getString

public static String getString(Float[] values)

getString

public static String getString(double value)

getString

public static String getString(Double value)

getString

public static String getString(double[] values)

getString

public static String getString(Double[] values)

getString

public static String getString(BigDecimal value)

getString

public static String getString(BigDecimal[] values)

getString

public static String getString(BigInteger value)

getString

public static String getString(BigInteger[] values)

getString

public static String getString(Date value)

getString

public static String getString(Date[] values)

getString

public static String getString(Locale value)

getString

public static String getString(Locale[] values)

getString

public static String getString(URL value)

getString

public static String getString(URL[] values)

getString

public static String getString(Timestamp value)

getString

public static String getString(Timestamp[] values)

getString

public static String getString(Time value)

getString

public static String getString(Time[] values)

getString

public static String getString(Date value)

getString

public static String getString(Date[] values)

getString

public static String getString(Object object)

getStringArray

public static String[] getStringArray(String value)

getStringArrayObject

public static String[] getStringArrayObject(Object value)

getStringByBinaryHEX

public static String getStringByBinaryHEX(byte[] bytes)

getStringByBinaryHEX

public static String getStringByBinaryHEX(byte[][] value)

getStringByMixedList

public static String getStringByMixedList(List list)

getStringList

public static String[] getStringList(String value)

getURL

public static URL getURL(String value)

getURLList

public static URL[] getURLList(String text)

getURLObject

public static URL getURLObject(Object value)

setAttributePropertyByBigDecimal

public static void setAttributePropertyByBigDecimal(Element element,
                                                    String name,
                                                    BigDecimal value)

setAttributePropertyByBigDecimalList

public static void setAttributePropertyByBigDecimalList(Element element,
                                                        String name,
                                                        List values)

setAttributePropertyByBigInteger

public static void setAttributePropertyByBigInteger(Element element,
                                                    String name,
                                                    BigInteger value)

setAttributePropertyByBigIntegerList

public static void setAttributePropertyByBigIntegerList(Element element,
                                                        String name,
                                                        List values)

setAttributePropertyByBinaryBASE64

public static void setAttributePropertyByBinaryBASE64(Element element,
                                                      String name,
                                                      byte[] value)

setAttributePropertyByBinaryBASE64List

public static void setAttributePropertyByBinaryBASE64List(Element element,
                                                          String name,
                                                          List values)

setAttributePropertyByBinaryHEX

public static void setAttributePropertyByBinaryHEX(Element element,
                                                   String name,
                                                   byte[] value)

setAttributePropertyByBinaryHEXList

public static void setAttributePropertyByBinaryHEXList(Element element,
                                                       String name,
                                                       List values)

setAttributePropertyByBoolean

public static void setAttributePropertyByBoolean(Element element,
                                                 String name,
                                                 boolean value)

setAttributePropertyByBoolean

public static void setAttributePropertyByBoolean(Element element,
                                                 String name,
                                                 Boolean value)

setAttributePropertyByBooleanList

public static void setAttributePropertyByBooleanList(Element element,
                                                     String name,
                                                     List values)

setAttributePropertyByByte

public static void setAttributePropertyByByte(Element element,
                                              String name,
                                              byte value)

setAttributePropertyByByte

public static void setAttributePropertyByByte(Element element,
                                              String name,
                                              Byte value)

setAttributePropertyByByteList

public static void setAttributePropertyByByteList(Element element,
                                                  String name,
                                                  List values)

setAttributePropertyByDate

public static void setAttributePropertyByDate(Element element,
                                              String name,
                                              Date value)

setAttributePropertyByDateList

public static void setAttributePropertyByDateList(Element element,
                                                  String name,
                                                  List values)

setAttributePropertyByDouble

public static void setAttributePropertyByDouble(Element element,
                                                String name,
                                                double value)

setAttributePropertyByDouble

public static void setAttributePropertyByDouble(Element element,
                                                String name,
                                                Double value)

setAttributePropertyByDoubleList

public static void setAttributePropertyByDoubleList(Element element,
                                                    String name,
                                                    List values)

setAttributePropertyByFloat

public static void setAttributePropertyByFloat(Element element,
                                               String name,
                                               float value)

setAttributePropertyByFloat

public static void setAttributePropertyByFloat(Element element,
                                               String name,
                                               Float value)

setAttributePropertyByFloatList

public static void setAttributePropertyByFloatList(Element element,
                                                   String name,
                                                   List values)

setAttributePropertyByInt

public static void setAttributePropertyByInt(Element element,
                                             String name,
                                             int value)

setAttributePropertyByInt

public static void setAttributePropertyByInt(Element element,
                                             String name,
                                             Integer value)

setAttributePropertyByIntList

public static void setAttributePropertyByIntList(Element element,
                                                 String name,
                                                 List values)

setAttributePropertyByLocale

public static void setAttributePropertyByLocale(Element element,
                                                String name,
                                                Locale value)

setAttributePropertyByLocaleList

public static void setAttributePropertyByLocaleList(Element element,
                                                    String name,
                                                    List values)

setAttributePropertyByLong

public static void setAttributePropertyByLong(Element element,
                                              String name,
                                              long value)

setAttributePropertyByLong

public static void setAttributePropertyByLong(Element element,
                                              String name,
                                              Long value)

setAttributePropertyByLongList

public static void setAttributePropertyByLongList(Element element,
                                                  String name,
                                                  List values)

setAttributePropertyByShort

public static void setAttributePropertyByShort(Element element,
                                               String name,
                                               short value)

setAttributePropertyByShort

public static void setAttributePropertyByShort(Element element,
                                               String name,
                                               Short value)

setAttributePropertyByShortList

public static void setAttributePropertyByShortList(Element element,
                                                   String name,
                                                   List values)

setAttributePropertyBySQLDate

public static void setAttributePropertyBySQLDate(Element element,
                                                 String name,
                                                 Date value)

setAttributePropertyBySQLDateList

public static void setAttributePropertyBySQLDateList(Element element,
                                                     String name,
                                                     List values)

setAttributePropertyBySQLTime

public static void setAttributePropertyBySQLTime(Element element,
                                                 String name,
                                                 Time value)

setAttributePropertyBySQLTimeList

public static void setAttributePropertyBySQLTimeList(Element element,
                                                     String name,
                                                     List values)

setAttributePropertyBySQLTimestamp

public static void setAttributePropertyBySQLTimestamp(Element element,
                                                      String name,
                                                      Timestamp value)

setAttributePropertyBySQLTimestampList

public static void setAttributePropertyBySQLTimestampList(Element element,
                                                          String name,
                                                          List values)

setAttributePropertyByString

public static void setAttributePropertyByString(Element element,
                                                String name,
                                                String value)

setAttributePropertyByStringList

public static void setAttributePropertyByStringList(Element element,
                                                    String name,
                                                    List values)

setAttributePropertyByURL

public static void setAttributePropertyByURL(Element element,
                                             String name,
                                             URL value)

setAttributePropertyByURLList

public static void setAttributePropertyByURLList(Element element,
                                                 String name,
                                                 List values)

setAutoIDHandler

public static void setAutoIDHandler(Object handler)

setAutoIDPrefix

public static void setAutoIDPrefix(String prefix)

setAutoIDThreadGroupSingle

public static void setAutoIDThreadGroupSingle(Boolean threadGroupSingle)

setAutoIDThreadSingle

public static void setAutoIDThreadSingle(Boolean threadSingle)

setElementPropertyByBigDecimal

public static void setElementPropertyByBigDecimal(Element element,
                                                  BigDecimal value)

setElementPropertyByBigDecimal

public static void setElementPropertyByBigDecimal(Element element,
                                                  String name,
                                                  BigDecimal value)

setElementPropertyByBigDecimalDataList

public static void setElementPropertyByBigDecimalDataList(Element element,
                                                          List values)

setElementPropertyByBigDecimalDataList

public static void setElementPropertyByBigDecimalDataList(Element element,
                                                          String name,
                                                          List values)

setElementPropertyByBigDecimalList

public static void setElementPropertyByBigDecimalList(Element element,
                                                      String name,
                                                      List values)

setElementPropertyByBigDecimalListDataList

public static void setElementPropertyByBigDecimalListDataList(Element element,
                                                              String name,
                                                              List values)

setElementPropertyByBigInteger

public static void setElementPropertyByBigInteger(Element element,
                                                  BigInteger value)

setElementPropertyByBigInteger

public static void setElementPropertyByBigInteger(Element element,
                                                  String name,
                                                  BigInteger value)

setElementPropertyByBigIntegerDataList

public static void setElementPropertyByBigIntegerDataList(Element element,
                                                          List values)

setElementPropertyByBigIntegerDataList

public static void setElementPropertyByBigIntegerDataList(Element element,
                                                          String name,
                                                          List values)

setElementPropertyByBigIntegerList

public static void setElementPropertyByBigIntegerList(Element element,
                                                      String name,
                                                      List values)

setElementPropertyByBigIntegerListDataList

public static void setElementPropertyByBigIntegerListDataList(Element element,
                                                              String name,
                                                              List values)

setElementPropertyByBinaryBASE64

public static void setElementPropertyByBinaryBASE64(Element element,
                                                    byte[] value)

setElementPropertyByBinaryBASE64

public static void setElementPropertyByBinaryBASE64(Element element,
                                                    String name,
                                                    byte[] value)

setElementPropertyByBinaryBASE64DataList

public static void setElementPropertyByBinaryBASE64DataList(Element element,
                                                            List values)

setElementPropertyByBinaryBASE64DataList

public static void setElementPropertyByBinaryBASE64DataList(Element element,
                                                            String name,
                                                            List values)

setElementPropertyByBinaryBASE64ListDataList

public static void setElementPropertyByBinaryBASE64ListDataList(Element element,
                                                                String name,
                                                                List values)

setElementPropertyByBinaryHEX

public static void setElementPropertyByBinaryHEX(Element element,
                                                 byte[] value)

setElementPropertyByBinaryHEX

public static void setElementPropertyByBinaryHEX(Element element,
                                                 String name,
                                                 byte[] value)

setElementPropertyByBinaryHEXDataList

public static void setElementPropertyByBinaryHEXDataList(Element element,
                                                         List values)

setElementPropertyByBinaryHEXDataList

public static void setElementPropertyByBinaryHEXDataList(Element element,
                                                         String name,
                                                         List values)

setElementPropertyByBinaryHEXListDataList

public static void setElementPropertyByBinaryHEXListDataList(Element element,
                                                             String name,
                                                             List values)

setElementPropertyByBinaryListBASE64

public static void setElementPropertyByBinaryListBASE64(Element element,
                                                        String name,
                                                        List values)

setElementPropertyByBinaryListHEX

public static void setElementPropertyByBinaryListHEX(Element element,
                                                     String name,
                                                     List values)

setElementPropertyByBoolean

public static void setElementPropertyByBoolean(Element element,
                                               boolean value)

setElementPropertyByBoolean

public static void setElementPropertyByBoolean(Element element,
                                               Boolean value)

setElementPropertyByBoolean

public static void setElementPropertyByBoolean(Element element,
                                               String name,
                                               boolean value)

setElementPropertyByBoolean

public static void setElementPropertyByBoolean(Element element,
                                               String name,
                                               Boolean value)

setElementPropertyByBooleanDataList

public static void setElementPropertyByBooleanDataList(Element element,
                                                       List values)

setElementPropertyByBooleanDataList

public static void setElementPropertyByBooleanDataList(Element element,
                                                       String name,
                                                       List values)

setElementPropertyByBooleanList

public static void setElementPropertyByBooleanList(Element element,
                                                   String name,
                                                   List values)

setElementPropertyByBooleanListDataList

public static void setElementPropertyByBooleanListDataList(Element element,
                                                           String name,
                                                           List values)

setElementPropertyByByte

public static void setElementPropertyByByte(Element element,
                                            byte value)

setElementPropertyByByte

public static void setElementPropertyByByte(Element element,
                                            Byte value)

setElementPropertyByByte

public static void setElementPropertyByByte(Element element,
                                            String name,
                                            byte value)

setElementPropertyByByte

public static void setElementPropertyByByte(Element element,
                                            String name,
                                            Byte value)

setElementPropertyByByteDataList

public static void setElementPropertyByByteDataList(Element element,
                                                    List values)

setElementPropertyByByteDataList

public static void setElementPropertyByByteDataList(Element element,
                                                    String name,
                                                    List values)

setElementPropertyByByteList

public static void setElementPropertyByByteList(Element element,
                                                String name,
                                                List values)

setElementPropertyByByteListDataList

public static void setElementPropertyByByteListDataList(Element element,
                                                        String name,
                                                        List values)

setElementPropertyByDate

public static void setElementPropertyByDate(Element element,
                                            Date value)

setElementPropertyByDate

public static void setElementPropertyByDate(Element element,
                                            String name,
                                            Date value)

setElementPropertyByDateDataList

public static void setElementPropertyByDateDataList(Element element,
                                                    List values)

setElementPropertyByDateDataList

public static void setElementPropertyByDateDataList(Element element,
                                                    String name,
                                                    List values)

setElementPropertyByDateList

public static void setElementPropertyByDateList(Element element,
                                                String name,
                                                List values)

setElementPropertyByDateListDataList

public static void setElementPropertyByDateListDataList(Element element,
                                                        String name,
                                                        List values)

setElementPropertyByDouble

public static void setElementPropertyByDouble(Element element,
                                              double value)

setElementPropertyByDouble

public static void setElementPropertyByDouble(Element element,
                                              Double value)

setElementPropertyByDouble

public static void setElementPropertyByDouble(Element element,
                                              String name,
                                              double value)

setElementPropertyByDouble

public static void setElementPropertyByDouble(Element element,
                                              String name,
                                              Double value)

setElementPropertyByDoubleDataList

public static void setElementPropertyByDoubleDataList(Element element,
                                                      List values)

setElementPropertyByDoubleDataList

public static void setElementPropertyByDoubleDataList(Element element,
                                                      String name,
                                                      List values)

setElementPropertyByDoubleList

public static void setElementPropertyByDoubleList(Element element,
                                                  List values)

setElementPropertyByDoubleList

public static void setElementPropertyByDoubleList(Element element,
                                                  String name,
                                                  List values)

setElementPropertyByDoubleListDataList

public static void setElementPropertyByDoubleListDataList(Element element,
                                                          String name,
                                                          List values)

setElementPropertyByFloat

public static void setElementPropertyByFloat(Element element,
                                             float value)

setElementPropertyByFloat

public static void setElementPropertyByFloat(Element element,
                                             Float value)

setElementPropertyByFloat

public static void setElementPropertyByFloat(Element element,
                                             String name,
                                             float value)

setElementPropertyByFloat

public static void setElementPropertyByFloat(Element element,
                                             String name,
                                             Float value)

setElementPropertyByFloatDataList

public static void setElementPropertyByFloatDataList(Element element,
                                                     List values)

setElementPropertyByFloatDataList

public static void setElementPropertyByFloatDataList(Element element,
                                                     String name,
                                                     List values)

setElementPropertyByFloatList

public static void setElementPropertyByFloatList(Element element,
                                                 List values)

setElementPropertyByFloatList

public static void setElementPropertyByFloatList(Element element,
                                                 String name,
                                                 List values)

setElementPropertyByFloatListDataList

public static void setElementPropertyByFloatListDataList(Element element,
                                                         String name,
                                                         List values)

setElementPropertyByInt

public static void setElementPropertyByInt(Element element,
                                           int value)

setElementPropertyByInt

public static void setElementPropertyByInt(Element element,
                                           Integer value)

setElementPropertyByInt

public static void setElementPropertyByInt(Element element,
                                           String name,
                                           int value)

setElementPropertyByInt

public static void setElementPropertyByInt(Element element,
                                           String name,
                                           Integer value)

setElementPropertyByIntDataList

public static void setElementPropertyByIntDataList(Element element,
                                                   List values)

setElementPropertyByIntDataList

public static void setElementPropertyByIntDataList(Element element,
                                                   String name,
                                                   List values)

setElementPropertyByIntList

public static void setElementPropertyByIntList(Element element,
                                               String name,
                                               List values)

setElementPropertyByIntListDataList

public static void setElementPropertyByIntListDataList(Element element,
                                                       String name,
                                                       List values)

setElementPropertyByLocale

public static void setElementPropertyByLocale(Element element,
                                              Locale value)

setElementPropertyByLocale

public static void setElementPropertyByLocale(Element element,
                                              String name,
                                              Locale value)

setElementPropertyByLocaleDataList

public static void setElementPropertyByLocaleDataList(Element element,
                                                      List values)

setElementPropertyByLocaleDataList

public static void setElementPropertyByLocaleDataList(Element element,
                                                      String name,
                                                      List values)

setElementPropertyByLocaleList

public static void setElementPropertyByLocaleList(Element element,
                                                  String name,
                                                  List values)

setElementPropertyByLocaleListDataList

public static void setElementPropertyByLocaleListDataList(Element element,
                                                          String name,
                                                          List values)

setElementPropertyByLong

public static void setElementPropertyByLong(Element element,
                                            long value)

setElementPropertyByLong

public static void setElementPropertyByLong(Element element,
                                            Long value)

setElementPropertyByLong

public static void setElementPropertyByLong(Element element,
                                            String name,
                                            long value)

setElementPropertyByLong

public static void setElementPropertyByLong(Element element,
                                            String name,
                                            Long value)

setElementPropertyByLongDataList

public static void setElementPropertyByLongDataList(Element element,
                                                    List values)

setElementPropertyByLongDataList

public static void setElementPropertyByLongDataList(Element element,
                                                    String name,
                                                    List values)

setElementPropertyByLongList

public static void setElementPropertyByLongList(Element element,
                                                List values)

setElementPropertyByLongList

public static void setElementPropertyByLongList(Element element,
                                                String name,
                                                List values)

setElementPropertyByLongListDataList

public static void setElementPropertyByLongListDataList(Element element,
                                                        String name,
                                                        List values)

setElementPropertyByShort

public static void setElementPropertyByShort(Element element,
                                             short value)

setElementPropertyByShort

public static void setElementPropertyByShort(Element element,
                                             Short value)

setElementPropertyByShort

public static void setElementPropertyByShort(Element element,
                                             String name,
                                             short value)

setElementPropertyByShort

public static void setElementPropertyByShort(Element element,
                                             String name,
                                             Short value)

setElementPropertyByShortDataList

public static void setElementPropertyByShortDataList(Element element,
                                                     List values)

setElementPropertyByShortDataList

public static void setElementPropertyByShortDataList(Element element,
                                                     String name,
                                                     List values)

setElementPropertyByShortList

public static void setElementPropertyByShortList(Element element,
                                                 String name,
                                                 List values)

setElementPropertyByShortListDataList

public static void setElementPropertyByShortListDataList(Element element,
                                                         String name,
                                                         List values)

setElementPropertyBySQLDate

public static void setElementPropertyBySQLDate(Element element,
                                               Date value)

setElementPropertyBySQLDate

public static void setElementPropertyBySQLDate(Element element,
                                               String name,
                                               Date value)

setElementPropertyBySQLDateDataList

public static void setElementPropertyBySQLDateDataList(Element element,
                                                       List values)

setElementPropertyBySQLDateDataList

public static void setElementPropertyBySQLDateDataList(Element element,
                                                       String name,
                                                       List values)

setElementPropertyBySQLDateList

public static void setElementPropertyBySQLDateList(Element element,
                                                   String name,
                                                   List values)

setElementPropertyBySQLDateListDataList

public static void setElementPropertyBySQLDateListDataList(Element element,
                                                           String name,
                                                           List values)

setElementPropertyBySQLTime

public static void setElementPropertyBySQLTime(Element element,
                                               Time value)

setElementPropertyBySQLTime

public static void setElementPropertyBySQLTime(Element element,
                                               String name,
                                               Time value)

setElementPropertyBySQLTimeDataList

public static void setElementPropertyBySQLTimeDataList(Element element,
                                                       List values)

setElementPropertyBySQLTimeDataList

public static void setElementPropertyBySQLTimeDataList(Element element,
                                                       String name,
                                                       List values)

setElementPropertyBySQLTimeList

public static void setElementPropertyBySQLTimeList(Element element,
                                                   String name,
                                                   List values)

setElementPropertyBySQLTimeListDataList

public static void setElementPropertyBySQLTimeListDataList(Element element,
                                                           String name,
                                                           List values)

setElementPropertyBySQLTimestamp

public static void setElementPropertyBySQLTimestamp(Element element,
                                                    Timestamp value)

setElementPropertyBySQLTimestamp

public static void setElementPropertyBySQLTimestamp(Element element,
                                                    String name,
                                                    Timestamp value)

setElementPropertyBySQLTimestampDataList

public static void setElementPropertyBySQLTimestampDataList(Element element,
                                                            List values)

setElementPropertyBySQLTimestampDataList

public static void setElementPropertyBySQLTimestampDataList(Element element,
                                                            String name,
                                                            List values)

setElementPropertyBySQLTimestampList

public static void setElementPropertyBySQLTimestampList(Element element,
                                                        String name,
                                                        List values)

setElementPropertyBySQLTimestampListDataList

public static void setElementPropertyBySQLTimestampListDataList(Element element,
                                                                String name,
                                                                List values)

setElementPropertyByString

public static void setElementPropertyByString(Element element,
                                              String value)

setElementPropertyByString

public static void setElementPropertyByString(Element element,
                                              String name,
                                              String value)

setElementPropertyByStringDataList

public static void setElementPropertyByStringDataList(Element element,
                                                      List values)

setElementPropertyByStringDataList

public static void setElementPropertyByStringDataList(Element element,
                                                      String name,
                                                      List values)

setElementPropertyByStringList

public static void setElementPropertyByStringList(Element element,
                                                  String name,
                                                  List values)

setElementPropertyByStringListDataList

public static void setElementPropertyByStringListDataList(Element element,
                                                          String name,
                                                          List values)

setElementPropertyByURL

public static void setElementPropertyByURL(Element element,
                                           URL value)

setElementPropertyByURL

public static void setElementPropertyByURL(Element element,
                                           String name,
                                           URL value)

setElementPropertyByURLDataList

public static void setElementPropertyByURLDataList(Element element,
                                                   List values)

setElementPropertyByURLDataList

public static void setElementPropertyByURLDataList(Element element,
                                                   String name,
                                                   List values)

setElementPropertyByURLList

public static void setElementPropertyByURLList(Element element,
                                               String name,
                                               List values)

setElementPropertyByURLListDataList

public static void setElementPropertyByURLListDataList(Element element,
                                                       String name,
                                                       List values)

isBlankText

public static boolean isBlankText(Text text)

isMatchDataComplex

public static boolean isMatchDataComplex(Element element,
                                         String typeExpr)

isMatchDataComplex

public static boolean isMatchDataComplex(String data,
                                         String typeExpr)

isMatchDataComplexAttr

public static boolean isMatchDataComplexAttr(Element element,
                                             String attrName,
                                             String typeExpr)

isMatchDataComplexElement

public static boolean isMatchDataComplexElement(Element element,
                                                String elementName,
                                                String typeExpr)

isMatchDataValues

public static boolean isMatchDataValues(Element element,
                                        String typeName,
                                        String value)

isMatchDataValues

public static boolean isMatchDataValues(Element element,
                                        String typeName,
                                        String[] values)

isMatchDataValues

public static boolean isMatchDataValues(String data,
                                        String typeName,
                                        String value)

isMatchDataValues

public static boolean isMatchDataValues(String data,
                                        String typeName,
                                        String[] values)

isMatchDataValues

public static boolean isMatchDataValues(Element element,
                                        String typeName,
                                        String value1,
                                        String value2)

isMatchDataValues

public static boolean isMatchDataValues(String data,
                                        String typeName,
                                        String value1,
                                        String value2)

isMatchDataValues

public static boolean isMatchDataValues(Element element,
                                        String typeName,
                                        String value1,
                                        String value2,
                                        String value3)

isMatchDataValues

public static boolean isMatchDataValues(String data,
                                        String typeName,
                                        String value1,
                                        String value2,
                                        String value3)

isMatchDataValuesAttr

public static boolean isMatchDataValuesAttr(Element element,
                                            String attrName,
                                            String typeName,
                                            String value)

isMatchDataValuesAttr

public static boolean isMatchDataValuesAttr(Element element,
                                            String attrName,
                                            String typeName,
                                            String[] values)

isMatchDataValuesAttr

public static boolean isMatchDataValuesAttr(Element element,
                                            String attrName,
                                            String typeName,
                                            String value1,
                                            String value2)

isMatchDataValuesAttr

public static boolean isMatchDataValuesAttr(Element element,
                                            String attrName,
                                            String typeName,
                                            String value1,
                                            String value2,
                                            String value3)

isMatchDataValuesElement

public static boolean isMatchDataValuesElement(Element element,
                                               String elementName,
                                               String typeName,
                                               String value)

isMatchDataValuesElement

public static boolean isMatchDataValuesElement(Element element,
                                               String elementName,
                                               String typeName,
                                               String[] values)

isMatchDataValuesElement

public static boolean isMatchDataValuesElement(Element element,
                                               String elementName,
                                               String typeName,
                                               String value1,
                                               String value2)

isMatchDataValuesElement

public static boolean isMatchDataValuesElement(Element element,
                                               String elementName,
                                               String typeName,
                                               String value1,
                                               String value2,
                                               String value3)

isSequence

public static boolean isSequence(RStack stack,
                                 String name)

isSequence

public static boolean isSequence(RStack stack,
                                 String[] names)

isSpace

public static boolean isSpace(char c)

isTargetElement

public static boolean isTargetElement(Element element,
                                      String localName)

doc2String4Data

public static String doc2String4Data(Document doc)

doc2String4Print

public static String doc2String4Print(Document doc)

doc2String4Print

public static String doc2String4Print(Document doc,
                                      String encoding)

element2Data

public static String element2Data(Element element)

element2Text

public static String element2Text(Element element)

escape

public static String escape(String string)

escapeAttrApos

public static String escapeAttrApos(String string)

escapeAttrQuot

public static String escapeAttrQuot(String string)

escapeCharData

public static String escapeCharData(String string)

escapeEntityApos

public static String escapeEntityApos(String string)

escapeEntityQuot

public static String escapeEntityQuot(String string)

escapeSystemApos

public static String escapeSystemApos(String string)

escapeSystemQuot

public static String escapeSystemQuot(String string)

hasAttribute

public static boolean hasAttribute(Element element,
                                   String name)

hasAttributeHungry

public static boolean hasAttributeHungry(RStack stack,
                                         String name)

hasChildElement

public static boolean hasChildElement(Element element)

hasElement

public static boolean hasElement(Element element,
                                 String name)

hasElement

public static boolean hasElement(Element element,
                                 String[] names)

makeAutoID

public static String makeAutoID()

makeAutoSQLDate

public static Date makeAutoSQLDate()

makeAutoSQLTime

public static Time makeAutoSQLTime()

makeAutoSQLTimestamp

public static Timestamp makeAutoSQLTimestamp()

makeBytesByBASE64

public static byte[] makeBytesByBASE64(String cdata)

makeBytesByHEX

public static byte[] makeBytesByHEX(String cdata)

makeDateJava

public static Date makeDateJava(String cdata)
                         throws ParseException
Throws:
ParseException

makeLocale

public static Locale makeLocale(String name)

makeQName

public static void makeQName(String prefix,
                             String localName,
                             StringBuffer buffer)

makeQName

public static void makeQName(String prefix,
                             String localName,
                             Writer buffer)
                      throws IOException
Throws:
IOException

makeQName

public static void makeQName(String prefix,
                             String localName,
                             PrintWriter buffer)

makeStringAsBASE64

public static String makeStringAsBASE64(byte[] bytes)

makeStringAsHEX

public static String makeStringAsHEX(byte[] bytes)

makeStringJava

public static String makeStringJava(Date date)

makeStringList

public static List makeStringList(String string)

makeURL

public static URL makeURL(String uri)
                   throws MalformedURLException
Throws:
MalformedURLException

makeURL

public static URL makeURL(URL base,
                          URL leaf)

makeURL

public static URL makeURL(String base,
                          String leaf)
                   throws MalformedURLException
Throws:
MalformedURLException

makeURL4Property

public static URL makeURL4Property(String name)

makeUrlString

public static String makeUrlString(String base,
                                   String leaf)

makeUrlString

public static String makeUrlString(URL base,
                                   String leaf)

node2String4Data

public static String node2String4Data(Node node)

node2String4Print

public static String node2String4Print(Node node)

node2String4Print

public static String node2String4Print(Node node,
                                       String encoding)

node2Text

public static String node2Text(Node node)

node2Text

public static void node2Text(Node node,
                             StringBuffer buffer)

nodes2Text

public static String nodes2Text(Node[] nodes)

_node2String4Print

protected static String _node2String4Print(Node node,
                                           String indent)

_node2String4Print

protected static void _node2String4Print(Node node,
                                         String indent,
                                         StringBuffer buffer)


Copyright © 1999-2006 Melloware Inc. All Rights Reserved.