Serialized Form


Package com.softcorporation.xmllight

Class com.softcorporation.xmllight.Element implements Serializable

Serialized Fields

status

byte status

pos

int[] pos

name

java.lang.String name

attributes

java.util.Hashtable attributes

content

java.lang.StringBuffer content

validate

boolean validate
Validation flag. Suppress the validation.
true - drop validation
false - perform basic validation (default)


errorCode

int errorCode
Error Code. Represents the errors.
0 - all right
1 - unexpected error
2 - error while processing the Element
3 - error while modifying the Element

Class com.softcorporation.xmllight.XMLLightException implements Serializable

Serialized Fields

position

int position