Class PropertiesReadHandler

  • All Implemented Interfaces:
    XmlReadHandler

    public class PropertiesReadHandler
    extends AbstractXmlReadHandler
    A read handler that creates property-structures (name-value-pairs) and returns the properties as java.util.Properties collection.
    Author:
    Thomas Morgner
    • Constructor Detail

      • PropertiesReadHandler

        public PropertiesReadHandler()
        Creates a properties read-handler using "property" as child-tagname.
      • PropertiesReadHandler

        public PropertiesReadHandler​(String propertyTagName)
        Creates a properties read-handler using the specified propertyTagName as child-tagname.
        Parameters:
        propertyTagName - the tag name for the child elements that define the properties.