Serialized Form

Class com.xfactorstudio.ahawasi.AdminServlet implements Serializable

Serialized Fields

pw

java.io.PrintWriter pw

request

javax.servlet.http.HttpServletRequest request

response

javax.servlet.http.HttpServletResponse response

ahawasi

Ahawasi ahawasi


Class com.xfactorstudio.ahawasi.exceptions.BufferOverflowException implements Serializable


Class com.xfactorstudio.ahawasi.ClientList implements Serializable


Class com.xfactorstudio.ahawasi.exceptions.ConfigurationFileNotFoundException implements Serializable


Class com.xfactorstudio.ahawasi.ServiceList implements Serializable


Class com.xfactorstudio.ahawasi.XMLElement implements Serializable

Serialized Fields

attributes

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

children

java.util.Vector 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.xfactorstudio.ahawasi.XMLParseException implements Serializable

Serialized Fields

lineNr

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