Serialized Form


Package com.twicom.qdparser

Class com.twicom.qdparser.Element extends java.lang.Object implements Serializable

Class com.twicom.qdparser.TaggedElement extends Element implements Serializable

Serialized Fields

nameSpace

java.lang.String nameSpace

tagName

java.lang.String tagName

name

java.lang.String name

namespacePrefix

java.lang.String namespacePrefix

line

int line

col

int col

attributes

java.util.Map<K,V> attributes

elements

java.util.List<E> elements

comment

java.lang.String comment

Class com.twicom.qdparser.TextElement extends Element implements Serializable

Serialized Fields

string

java.lang.String string
The value of the TextElement.


integer

java.lang.Integer integer

cdata

boolean cdata

Class com.twicom.qdparser.XMLParseException extends java.lang.Exception implements Serializable