|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LazyHandler | |
---|---|
com.dyuproject.util.xml |
Uses of LazyHandler in com.dyuproject.util.xml |
---|
Classes in com.dyuproject.util.xml that implement LazyHandler | |
---|---|
class |
SimpleHandler
Simple Handler to generate a root node with all its child nodes. |
Methods in com.dyuproject.util.xml with parameters of type LazyHandler | |
---|---|
static void |
XMLParser.parse(InputStreamReader reader,
LazyHandler handler,
boolean includeInnerText)
Lazily parses the given reader using the default buffer size
XMLParser.__defaultBufferSize . |
static void |
XMLParser.parse(InputStreamReader reader,
LazyHandler handler,
boolean includeInnerText,
int bufferSize)
Lazily parses the given reader . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |