Serialized Form


Package com.nanoxml

Class com.nanoxml.XMLElement extends java.lang.Object implements Serializable

serialVersionUID: 6685035139346394777L

Serialized Fields

attributes

java.util.Properties attributes
The attributes given to the object.


children

java.util.Vector<E> children
Subobjects of the object. The subobjects are of class XMLElement themselves.


tagName

java.lang.String tagName
The class of the object (the name indicated in the tag).


contents

java.lang.String contents
The #PCDATA content of the object. If there is no such content, this field is null.


conversionTable

java.util.Properties conversionTable
Conversion table for &...; tags.


skipLeadingWhitespace

boolean skipLeadingWhitespace
Whether to skip leading whitespace in CDATA.


lineNr

int lineNr
The line number where the element starts.


ignoreCase

boolean ignoreCase
Whether the parsing is case sensitive.

Class com.nanoxml.XMLParseException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 8901114984137118078L

Serialized Fields

lineNr

int lineNr
Where the error occurred, or -1 if the line number is unknown.


Package com.universaldevices.client

Class com.universaldevices.client.NoDeviceException extends java.lang.Exception implements Serializable

serialVersionUID: -561540271397227174L