|
jSyncManager | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jdom.Element | +--org.jSyncManager.API.Protocol.Util.JSXMLElement
A single node of the JSXML XML Tree. This node is used for all types of elements in the XML tree, including CDATA.
Fields inherited from class org.jdom.Element |
---|
additionalNamespaces, attributes, content, name, namespace, parent |
Constructor Summary | |
---|---|
JSXMLElement()
Creates a new instance of JSXMLElement |
|
JSXMLElement(java.lang.String name)
Creates a new instance of JSXMLElement with the name given. |
|
JSXMLElement(java.lang.String name,
boolean value)
Creates a new instance of JSXMLElement with the given name and content of the boolean given. |
|
JSXMLElement(java.lang.String name,
byte value)
Creates a new instance of JSXMLElement with the given name and content of the byte value given. |
|
JSXMLElement(java.lang.String name,
byte[] value)
Creates a new instance of JSXMLElement with the given name and content of the boolean array values given. |
|
JSXMLElement(java.lang.String name,
java.util.Calendar dateentry)
Creates a new instance of JSXMLElement with the given name and content of the Calendar date given. |
|
JSXMLElement(java.lang.String name,
char value)
Creates a new instance of JSXMLElement with the given name and content of the char given. |
|
JSXMLElement(java.lang.String name,
char[] value)
Creates a new set of instances of JSXMLElement with the given name and content of the char array values given. |
|
JSXMLElement(java.lang.String name,
double value)
Creates a new instance of JSXMLElement with the given name and content of the double value given. |
|
JSXMLElement(java.lang.String name,
double[] value)
Creates a new instance of JSXMLElement with the given name and content of the array of double values given. |
|
JSXMLElement(java.lang.String name,
float value)
Creates a new instance of JSXMLElement with the given name and content of the float given. |
|
JSXMLElement(java.lang.String name,
float[] value)
Creates a new instance of JSXMLElement with the given name and content of the array of float values given. |
|
JSXMLElement(java.lang.String name,
int value)
Creates a new instance of JSXMLElement with the given name and content of the int value given. |
|
JSXMLElement(java.lang.String name,
int[] value)
Creates a new set of instances of JSXMLElement with the given name and content of the int array values given. |
|
JSXMLElement(java.lang.String name,
long value)
Creates a new instance of JSXMLElement with the given name and content of the long given. |
|
JSXMLElement(java.lang.String name,
long[] value)
Creates a new instance of JSXMLElement with the given name and content of the long value array given. |
|
JSXMLElement(java.lang.String name,
java.lang.String value)
Creates a new instance of JSXMLElement with the given name and content of the String given. |
|
JSXMLElement(java.lang.String name,
java.lang.String[] value)
Creates a new instance of JSXMLElement with the given name and content of the String array given. |
|
JSXMLElement(java.lang.String name,
java.lang.StringBuffer value)
Creates a new instance of JSXMLElement with the given name and content of the StringBuffer value given. |
Method Summary | |
---|---|
boolean |
readBooleanElement()
Read boolean element and return the value. |
byte[] |
readByteArrayElement()
Read byte array element and return the value in a byte array. |
byte |
readByteElement()
Read byte element and return the value. |
char[] |
readCharArrayElement()
Read char array element and return the value in a byte array. |
char |
readCharElement()
Read char element and return the value. |
java.util.Calendar |
readDateElement()
Read date element and return the Calendar value. |
double[] |
readDoubleArrayElement()
Read double array element and return the value in a byte array. |
double |
readDoubleElement()
Read double element and return the value. |
float[] |
readFloatArrayElement()
Read float array element and return the value in a byte array. |
float |
readFloatElement()
Read float element and return the value. |
int[] |
readIntArrayElement()
Read int array element and return the value in a byte array. |
int |
readIntElement()
Read int element and return the value. |
long[] |
readLongArrayElement()
Read long array element and return the value in a byte array. |
long |
readLongElement()
Read long element and return the value. |
java.lang.String[] |
readStringArrayElement()
Read the Child contents of the JSXMLElement, and create a String array from them. |
Methods inherited from class org.jdom.Element |
---|
addContent, addContent, addContent, addContent, addContent, addContent, addContent, addNamespaceDeclaration, clone, detach, equals, getAdditionalNamespaces, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getAttributeValue, getAttributeValue, getChild, getChild, getChildren, getChildren, getChildren, getChildText, getChildText, getChildTextNormalize, getChildTextNormalize, getChildTextTrim, getChildTextTrim, getContent, getContent, getDocument, getName, getNamespace, getNamespace, getNamespacePrefix, getNamespaceURI, getParent, getQualifiedName, getText, getTextNormalize, getTextTrim, hasChildren, hashCode, isAncestor, isRootElement, removeAttribute, removeAttribute, removeAttribute, removeChild, removeChild, removeChildren, removeChildren, removeChildren, removeContent, removeContent, removeContent, removeContent, removeContent, removeContent, removeNamespaceDeclaration, setAttribute, setAttribute, setAttribute, setAttributes, setChildren, setContent, setDocument, setName, setNamespace, setParent, setText, toString |
Methods inherited from class java.lang.Object |
---|
|
Constructor Detail |
public JSXMLElement()
public JSXMLElement(java.lang.String name)
name
- String name of elementpublic JSXMLElement(java.lang.String name, java.util.Calendar dateentry)
name
- String name of element.dateentry
- Calendar object for date content.public JSXMLElement(java.lang.String name, java.lang.String value)
name
- String name of element.value
- String object for content.public JSXMLElement(java.lang.String name, java.lang.String[] value)
name
- String name of element.value
- String array of content.public JSXMLElement(java.lang.String name, boolean value)
name
- String name of element.value
- Boolean primitive type for content.public JSXMLElement(java.lang.String name, char value)
name
- String name of element.value
- char primitive type for content.public JSXMLElement(java.lang.String name, char[] value)
name
- String name of element.value
- array of char primitive types for content.public JSXMLElement(java.lang.String name, byte value)
name
- String name of element.value
- byte primitive type for content.public JSXMLElement(java.lang.String name, byte[] value)
name
- String name of element.value
- byte array of values for content.public JSXMLElement(java.lang.String name, int value)
name
- String name of element.value
- int primitive type for content.public JSXMLElement(java.lang.String name, int[] value)
name
- String name of element.value
- int primitive type array for content.public JSXMLElement(java.lang.String name, long value)
name
- String name of element.value
- long primitive type for content.public JSXMLElement(java.lang.String name, long[] value)
name
- String name of element.value
- array of long primitive types for content.public JSXMLElement(java.lang.String name, float value)
name
- String name of element.value
- float primitive type for content.public JSXMLElement(java.lang.String name, float[] value)
name
- String name of element.value
- float array of primitive types for content.public JSXMLElement(java.lang.String name, double value)
name
- String name of element.value
- double primitive type for content.public JSXMLElement(java.lang.String name, double[] value)
name
- String name of element.value
- double array of primitive types for content.public JSXMLElement(java.lang.String name, java.lang.StringBuffer value)
name
- String name of element.value
- StringBuffer type for content.Method Detail |
public java.lang.String[] readStringArrayElement()
public boolean readBooleanElement()
public byte readByteElement()
public byte[] readByteArrayElement()
public char readCharElement()
public char[] readCharArrayElement()
public int readIntElement()
public int[] readIntArrayElement()
public long readLongElement()
public long[] readLongArrayElement()
public float readFloatElement()
public float[] readFloatArrayElement()
public double readDoubleElement()
public double[] readDoubleArrayElement()
public java.util.Calendar readDateElement()
|
jSyncManager | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |