public final class PropertiesFactorySax extends AbstractPropertiesFactory
Constructor and Description |
---|
PropertiesFactorySax() |
Modifier and Type | Method and Description |
---|---|
protected Properties |
loadFromXML(Properties p,
InputStream is)
Reads XML provided in
is input stream and looks for property entries. |
getDefaultProperties, getPropertiesFromFile
protected Properties loadFromXML(Properties p, InputStream is) throws IOException
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
.loadFromXML
in class AbstractPropertiesFactory
IOException
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.