jxUtil 0.6

org.sourceforge.jxutil.xml
Class XMLUtil

java.lang.Object
  |
  +--org.sourceforge.jxutil.xml.XMLUtil

public final class XMLUtil
extends Object

Miscellaneous utility functions for dealing with XML.


Constructor Summary
private XMLUtil()
           
 
Method Summary
static Iterator elementsIterator(Element el)
           
static DocumentBuilder getDocBuilder()
           
static DocumentBuilder getDocBuilder(EntityResolver resolver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLUtil

private XMLUtil()
Method Detail

elementsIterator

public static Iterator elementsIterator(Element el)

getDocBuilder

public static DocumentBuilder getDocBuilder()
                                     throws ParserConfigurationException
ParserConfigurationException

getDocBuilder

public static DocumentBuilder getDocBuilder(EntityResolver resolver)
                                     throws ParserConfigurationException
ParserConfigurationException

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.