jxUtil 0.6

org.sourceforge.jxutil.xml
Class XMLJavaConfig

java.lang.Object
  |
  +--org.sourceforge.jxutil.xml.XMLConfig
        |
        +--org.sourceforge.jxutil.xml.XMLJavaConfig

public abstract class XMLJavaConfig
extends XMLConfig

XMLJavaConfig can deserialize some Java base types.


Nested Class Summary
static class XMLJavaConfig.PropertiesHandler
           
 
Nested classes inherited from class org.sourceforge.jxutil.xml.XMLConfig
XMLConfig.RefHandler
 
Field Summary
static TreeMap handlerMap
           
 
Fields inherited from class org.sourceforge.jxutil.xml.XMLConfig
doc, idCache
 
Constructor Summary
XMLJavaConfig(Document doc)
           
XMLJavaConfig(File file)
           
XMLJavaConfig(URL url)
           
 
Methods inherited from class org.sourceforge.jxutil.xml.XMLConfig
getById, getDocument, makeObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handlerMap

public static final TreeMap handlerMap
Constructor Detail

XMLJavaConfig

public XMLJavaConfig(Document doc)

XMLJavaConfig

public XMLJavaConfig(File file)
              throws ParserConfigurationException,
                     SAXException,
                     IOException

XMLJavaConfig

public XMLJavaConfig(URL url)
              throws ParserConfigurationException,
                     SAXException,
                     IOException

jxUtil 0.6

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