| Package | Description |
|---|---|
| com.helger.xml | |
| com.helger.xml.serialize.read |
| Modifier and Type | Method and Description |
|---|---|
static EXMLParserProperty |
EXMLParserProperty.getFromNameOrNull(String sName) |
static EXMLParserProperty |
EXMLParserProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EXMLParserProperty[] |
EXMLParserProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.helger.commons.collection.ext.ICommonsList<EXMLParserProperty> |
EXMLParserProperty.getAllPropertiesOfType(EXMLParserPropertyType ePropertyType) |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.ext.ICommonsMap<EXMLParserProperty,Object> |
SAXReaderSettings.getAllPropertyValues() |
static com.helger.commons.collection.ext.ICommonsMap<EXMLParserProperty,Object> |
SAXReaderDefaultSettings.getAllPropertyValues() |
com.helger.commons.collection.ext.ICommonsMap<EXMLParserProperty,Object> |
IBaseXMLReaderSettings.getAllPropertyValues() |
com.helger.commons.collection.ext.ICommonsMap<EXMLParserProperty,Object> |
DOMReaderSettings.getAllPropertyValues() |
static com.helger.commons.collection.ext.ICommonsMap<EXMLParserProperty,Object> |
DOMReaderDefaultSettings.getAllPropertyValues() |
| Modifier and Type | Method and Description |
|---|---|
Object |
SAXReaderSettings.getPropertyValue(EXMLParserProperty eProperty) |
static Object |
SAXReaderDefaultSettings.getPropertyValue(EXMLParserProperty eProperty) |
Object |
IBaseXMLReaderSettings.getPropertyValue(EXMLParserProperty eProperty)
Get the value of the specified parser property
|
Object |
DOMReaderSettings.getPropertyValue(EXMLParserProperty eProperty) |
static Object |
DOMReaderDefaultSettings.getPropertyValue(EXMLParserProperty eProperty) |
com.helger.commons.state.EChange |
SAXReaderSettings.removePropertyValue(EXMLParserProperty eProperty) |
static com.helger.commons.state.EChange |
SAXReaderDefaultSettings.removePropertyValue(EXMLParserProperty eProperty) |
com.helger.commons.state.EChange |
DOMReaderSettings.removePropertyValue(EXMLParserProperty eProperty) |
static com.helger.commons.state.EChange |
DOMReaderDefaultSettings.removePropertyValue(EXMLParserProperty eProperty) |
SAXReaderSettings |
SAXReaderSettings.setPropertyValue(EXMLParserProperty eProperty,
Object aPropertyValue) |
static void |
SAXReaderDefaultSettings.setPropertyValue(EXMLParserProperty eProperty,
Object aPropertyValue) |
DOMReaderSettings |
DOMReaderSettings.setPropertyValue(EXMLParserProperty eProperty,
Object aPropertyValue) |
static void |
DOMReaderDefaultSettings.setPropertyValue(EXMLParserProperty eProperty,
Object aPropertyValue) |
| Modifier and Type | Method and Description |
|---|---|
SAXReaderSettings |
SAXReaderSettings.setPropertyValues(Map<EXMLParserProperty,?> aProperties) |
static void |
SAXReaderDefaultSettings.setPropertyValues(Map<EXMLParserProperty,?> aProperties) |
DOMReaderSettings |
DOMReaderSettings.setPropertyValues(Map<EXMLParserProperty,?> aProperties) |
static void |
DOMReaderDefaultSettings.setPropertyValues(Map<EXMLParserProperty,?> aProperties) |
Copyright © 2014–2016 Philip Helger. All rights reserved.