|
Java namespace
URI
http://spiders.com/specs/xml/java/
Suggested Prefix
java
Description
| Element |
Description |
| boolean |
Represents the Java class java.lang.Boolean
Has a single attribute "val" containing a string
representation of the value which is passed to the
constructor of the object.
There are no sub-elements or text.
|
| byte |
Represents the Java class java.lang.Byte
Has a single attribute "val" containing a string
representation of the value which is passed to the
constructor of the object.
There are no sub-elements or text.
|
| double |
Represents the Java class java.lang.Double
Has a single attribute "val" containing a string
representation of the value which is passed to the
constructor of the object.
There are no sub-elements or text.
|
| float |
Represents the Java class java.lang.Float
Has a single attribute "val" containing a string
representation of the value which is passed to the
constructor of the object.
There are no sub-elements or text.
|
| integer |
Represents the Java class java.lang.Integer
Has a single attribute "val" containing a string
representation of the value which is passed to the
constructor of the object.
There are no sub-elements or text.
|
| long |
Represents the Java class java.lang.Long
Has a single attribute "val" containing a string
representation of the value which is passed to the
constructor of the object.
There are no sub-elements or text.
|
| short |
Represents the Java class java.lang.Short
Has a single attribute "val" containing a string
representation of the value which is passed to the
constructor of the object.
There are no sub-elements or text.
|
| string |
Represents the Java class java.lang.String
Has a single attribute "val" containing
the value of this String.
There are no sub-elements or text.
|
| vector |
Represents the Java class java.util.Vector
May have multiple subelements representing an ordered set of
objects that are stored in the vector.
There are no attributes.
|
| treeMap |
Represents the Java class java.util.TreeMap
May contain multiple mapEntry elements representing the has
key and values stored in this map.
There are no attributes.
|
| hashMap |
Represents the Java class java.util.HashMap
May contain multiple mapEntry elements representing the has
key and values stored in this map.
There are no attributes.
|
| mapEntry |
Represents an entry in a TreeMap or HashMap. This does not
represent a public Java class, but stores both the key and
value objects for the entry.
The "key" element contains an object representing the key
of this entry.
The "value" element contains an object representing the
value attached to the key.
There are no attributes.
|
| key |
Represents the key of a map entry
Contains one subelement representing the key of a mapEntry.
|
| val |
Represents the value of a map entry
Contains one subelement representing the value of a mapEntry.
|
|