Uses of Interface
com.dyuproject.util.xml.LazyHandler

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.
 



Copyright © 2008-2013. All Rights Reserved.