| Home >> All >> com >> gersonworks |
| | com.gersonworks.xml.* (5) | | com.gersonworks.xml.util.* (5) |
Package Samples:
com.gersonworks.xml.util
Classes:
XMLProperties: The XMLProperties class represents a way of storing and retrieving properties data into and from an XML file. Each property key corresponds to an XMLPropertyValues object which may contain one or more property values. Since the idea of implementing this class came from how the java.util.Properties class works, most of the methods provided by this class are similar to the functionality provided by the java.util.Properties' methods. The main difference of this class from java.util.Properties class is that a property in XMLProperties may contain one or more property values. Another difference is that ...
XMLPropertiesHandler: The XMLPropertiesHandler class acts as a handler to the XMLProperties file while it is being parsed by the SAX Parser. Most of the methods provided by this class only handles events wherein the SAX parser has entered and left the property and value elements. This is not a public class because only the XMLProperties object directly accesses it. Copyright: Copyright (c) 21 January 2004
XMLPropertyValues: The XMLPropertyValues class is a collection of property values of a particular property key. This class wraps the property values so that they can be put as one object in the property list of the XMLProperties object. Copyright: Copyright (c) 21 January 2004
XMLPropertiesException: Thrown to indicate that a runtime error has occured if the XMLProperties.getPropertyValue(key, index) method is used. Copyright: Copyright (c) 21 January 2004
XMLPropertiesFormatException: Thrown to indicate that an error has occured while the XMLProperties file is being parsed. Copyright: Copyright (c) 21 January 2004
| Home | Contact Us | Privacy Policy | Terms of Service |