|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectxmlutil.XMLUtil.InProgress
| Field Summary | |
static int |
HASH
|
static int |
HASHITEM
|
static int |
HASHITEMKEY
|
static int |
HASHITEMVAL
|
static int |
LONG
|
java.lang.String |
mCustom
Custom filter specified, if any |
java.lang.String |
mID
ID attribute specified, if any |
java.lang.Object |
mObj
object being constructed |
int |
mType
type of object being constructed, one of the constants below. |
static int |
REFERENCE
|
static int |
STRING
|
static int |
TOP
|
static int |
VECT
|
| Constructor Summary | |
XMLUtil.InProgress(java.lang.String val)
|
|
XMLUtil.InProgress(java.lang.String id,
java.lang.String custom,
int type)
|
|
XMLUtil.InProgress(XMLUtil u)
|
|
| Method Summary | |
void |
characters(char[] ch,
int start,
int length)
If this is a type of object that cares about char data, then it processes it. |
void |
filter(XMLUtil xu)
|
java.lang.Object |
getKey()
If this is HASHITEM, returns the key |
java.lang.Object |
getVal()
If this is HASHITEM, returns the value |
void |
receive(XMLUtil.InProgress obj)
when a object constructor finishes, its parent's "receive" method is called |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String mID
public java.lang.String mCustom
public java.lang.Object mObj
public int mType
public static final int TOP
public static final int HASH
public static final int HASHITEM
public static final int HASHITEMKEY
public static final int HASHITEMVAL
public static final int VECT
public static final int STRING
public static final int LONG
public static final int REFERENCE
| Constructor Detail |
public XMLUtil.InProgress(java.lang.String val)
public XMLUtil.InProgress(XMLUtil u)
public XMLUtil.InProgress(java.lang.String id,
java.lang.String custom,
int type)
throws XMLUtilException
| Method Detail |
public void filter(XMLUtil xu)
throws XMLUtilException
XMLUtilException
public void characters(char[] ch,
int start,
int length)
throws XMLUtilException
XMLUtilException
public void receive(XMLUtil.InProgress obj)
throws XMLUtilException
XMLUtilException
public java.lang.Object getKey()
throws XMLUtilException
XMLUtilException
public java.lang.Object getVal()
throws XMLUtilException
XMLUtilException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||