Class PropertiesFactorySax

    • Constructor Detail

      • PropertiesFactorySax

        public PropertiesFactorySax()
    • Method Detail

      • loadFromXML

        protected java.util.Properties loadFromXML​(java.util.Properties p,
                                                   java.io.InputStream is)
                                            throws java.io.IOException
        Reads XML provided in is input stream and looks for property entries. All properties are placed to the properties container p. Allways returns null and puts all properties to the p.
        Specified by:
        loadFromXML in class AbstractPropertiesFactory
        Throws:
        java.io.IOException