org.osjava.sj.loader.util
Class XmlProperties

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended byorg.osjava.sj.loader.util.AbstractProperties
                  extended byorg.osjava.sj.loader.util.XmlProperties
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class XmlProperties
extends AbstractProperties

Loads properties using the DOM API from an InputStream containing XML

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.osjava.sj.loader.util.AbstractProperties
index
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
XmlProperties()
           
XmlProperties(java.util.Properties props)
           
 
Method Summary
 void load(java.io.InputStream in)
           
 
Methods inherited from class org.osjava.sj.loader.util.AbstractProperties
getDelimiter, keys, keySet, propertyNames, put, remove, save, setDelimiter, setProperty, store
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, putAll, rehash, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlProperties

public XmlProperties()

XmlProperties

public XmlProperties(java.util.Properties props)
Method Detail

load

public void load(java.io.InputStream in)
          throws java.io.IOException
Specified by:
load in class AbstractProperties
Throws:
java.io.IOException


Copyright © 2003-2007 OSJava. All Rights Reserved.