| Package | Description |
|---|---|
| com.phloc.commons.xml | |
| com.phloc.commons.xml.serialize |
| 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 List<EXMLParserProperty> |
EXMLParserProperty.getAllPropertiesOfType(EXMLParserPropertyType ePropertyType) |
| Modifier and Type | Method and Description |
|---|---|
Map<EXMLParserProperty,Object> |
SAXReaderSettings.getAllPropertyValues() |
static Map<EXMLParserProperty,Object> |
SAXReaderDefaultSettings.getAllPropertyValues() |
Map<EXMLParserProperty,Object> |
IBaseXMLReaderSettings.getAllPropertyValues() |
Map<EXMLParserProperty,Object> |
DOMReaderSettings.getAllPropertyValues() |
static Map<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) |
EChange |
SAXReaderSettings.removePropertyValue(EXMLParserProperty eProperty) |
static EChange |
SAXReaderDefaultSettings.removePropertyValue(EXMLParserProperty eProperty) |
EChange |
DOMReaderSettings.removePropertyValue(EXMLParserProperty eProperty) |
static 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 © 2006–2014 phloc systems. All rights reserved.