Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
E
F
G
H
I
L
M
P
R
S
T
V
X
C
characters(char[], int, int)
- Method in class xmlutil.
XMLUtil.InProgress
If this is a type of object that cares about char data, then it processes it.
characters(char[], int, int)
- Method in class xmlutil.
XMLUtil
E
endElement(String, String, String)
- Method in class xmlutil.
XMLUtil
F
filter(XMLUtil)
- Method in class xmlutil.
XMLUtil.InProgress
G
get(String)
- Method in class xmlutil.
XMLUtil
after parsing a document, use this to retrieve constructor objects by id
getHandler(String)
- Method in class xmlutil.
XMLUtil
look up a handler from those registered
getKey()
- Method in class xmlutil.
XMLUtil.InProgress
If this is HASHITEM, returns the key
getResult()
- Method in class xmlutil.
XMLUtil
after parsing a document, use this to retrieve the top level result
getResultAsHash()
- Method in class xmlutil.
XMLUtil
convenience routine to do the cast to Hashtable for you
getResultAsVect()
- Method in class xmlutil.
XMLUtil
convenience routine to do the cast to Hashtable for you
getVal()
- Method in class xmlutil.
XMLUtil.InProgress
If this is HASHITEM, returns the value
H
HASH
- Static variable in class xmlutil.
XMLUtil.InProgress
HASHITEM
- Static variable in class xmlutil.
XMLUtil.InProgress
HASHITEMKEY
- Static variable in class xmlutil.
XMLUtil.InProgress
HASHITEMVAL
- Static variable in class xmlutil.
XMLUtil.InProgress
Handler
- interface xmlutil.
Handler
.
I
ignorableWhitespace(char[], int, int)
- Method in class xmlutil.
XMLUtil
L
LONG
- Static variable in class xmlutil.
XMLUtil.InProgress
M
mContent
- Variable in class xmlutil.
XMLUtil
the content constructor stack: the top of the stack is always the object currently being constructed
mCustom
- Variable in class xmlutil.
XMLUtil.InProgress
Custom filter specified, if any
mCustoms
- Variable in class xmlutil.
XMLUtil
custom handler objects are placed in here
mID
- Variable in class xmlutil.
XMLUtil.InProgress
ID attribute specified, if any
mIDs
- Variable in class xmlutil.
XMLUtil
each content constructor with an id is placed in here
mObj
- Variable in class xmlutil.
XMLUtil.InProgress
object being constructed
mType
- Variable in class xmlutil.
XMLUtil.InProgress
type of object being constructed, one of the constants below.
P
peek()
- Method in class xmlutil.
XMLUtil
put(String, Object)
- Method in class xmlutil.
XMLUtil
during parsing, this is called to register objects with a particular id.
R
REFERENCE
- Static variable in class xmlutil.
XMLUtil.InProgress
receive(XMLUtil.InProgress)
- Method in class xmlutil.
XMLUtil.InProgress
when a object constructor finishes, its parent's "receive" method is called
registerCustomHandler(String, Handler)
- Method in class xmlutil.
XMLUtil
adds a custom handler that may then be referenced in the constructed document
S
STRING
- Static variable in class xmlutil.
XMLUtil.InProgress
startElement(String, String, String, Attributes)
- Method in class xmlutil.
XMLUtil
T
TOP
- Static variable in class xmlutil.
XMLUtil.InProgress
translate(String, Object)
- Method in interface xmlutil.
Handler
the interface for custom handlers as described in xmlutil.XMLUtil.
V
VECT
- Static variable in class xmlutil.
XMLUtil.InProgress
X
XMLUtil
- class xmlutil.
XMLUtil
.
XMLUtil is a SAX events handler which understands a simple object construction vocabulary designed for extracing patterns like lists and hashes from an XML document; it can also allow custom hooks.
XMLUtil()
- Constructor for class xmlutil.
XMLUtil
XMLUtil.InProgress
- class xmlutil.
XMLUtil.InProgress
.
XMLUtil.InProgress(String)
- Constructor for class xmlutil.
XMLUtil.InProgress
XMLUtil.InProgress(XMLUtil)
- Constructor for class xmlutil.
XMLUtil.InProgress
XMLUtil.InProgress(String, String, int)
- Constructor for class xmlutil.
XMLUtil.InProgress
XMLUtilException
- exception xmlutil.
XMLUtilException
.
XMLUtilException(String)
- Constructor for class xmlutil.
XMLUtilException
XMLUtilException(Exception)
- Constructor for class xmlutil.
XMLUtilException
xmlutil
- package xmlutil
C
E
F
G
H
I
L
M
P
R
S
T
V
X
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes