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, getPropertiesFromFileprotected 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 AbstractPropertiesFactoryIOExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.