Uses of Class
com.helger.xml.EXMLParserProperty
-
Packages that use EXMLParserProperty Package Description com.helger.xml com.helger.xml.serialize.read -
-
Uses of EXMLParserProperty in com.helger.xml
Methods in com.helger.xml that return EXMLParserProperty Modifier and Type Method Description static EXMLParserPropertyEXMLParserProperty. getFromNameOrNull(String sName)static EXMLParserPropertyEXMLParserProperty. 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.Methods in com.helger.xml that return types with arguments of type EXMLParserProperty Modifier and Type Method Description static com.helger.commons.collection.impl.ICommonsList<EXMLParserProperty>EXMLParserProperty. getAllPropertiesOfType(EXMLParserPropertyType ePropertyType) -
Uses of EXMLParserProperty in com.helger.xml.serialize.read
Methods in com.helger.xml.serialize.read that return types with arguments of type EXMLParserProperty Modifier and Type Method Description static com.helger.commons.collection.impl.ICommonsMap<EXMLParserProperty,Object>DOMReaderDefaultSettings. getAllPropertyValues()com.helger.commons.collection.impl.ICommonsMap<EXMLParserProperty,Object>DOMReaderSettings. getAllPropertyValues()com.helger.commons.collection.impl.ICommonsMap<EXMLParserProperty,Object>IBaseXMLReaderSettings. getAllPropertyValues()static com.helger.commons.collection.impl.ICommonsMap<EXMLParserProperty,Object>SAXReaderDefaultSettings. getAllPropertyValues()com.helger.commons.collection.impl.ICommonsMap<EXMLParserProperty,Object>SAXReaderSettings. getAllPropertyValues()Methods in com.helger.xml.serialize.read with parameters of type EXMLParserProperty Modifier and Type Method Description static ObjectDOMReaderDefaultSettings. getPropertyValue(EXMLParserProperty eProperty)ObjectDOMReaderSettings. getPropertyValue(EXMLParserProperty eProperty)ObjectIBaseXMLReaderSettings. getPropertyValue(EXMLParserProperty eProperty)Get the value of the specified parser propertystatic ObjectSAXReaderDefaultSettings. getPropertyValue(EXMLParserProperty eProperty)ObjectSAXReaderSettings. getPropertyValue(EXMLParserProperty eProperty)static com.helger.commons.state.EChangeDOMReaderDefaultSettings. removePropertyValue(EXMLParserProperty eProperty)com.helger.commons.state.EChangeDOMReaderSettings. removePropertyValue(EXMLParserProperty eProperty)static com.helger.commons.state.EChangeSAXReaderDefaultSettings. removePropertyValue(EXMLParserProperty eProperty)com.helger.commons.state.EChangeSAXReaderSettings. removePropertyValue(EXMLParserProperty eProperty)static voidDOMReaderDefaultSettings. setPropertyValue(EXMLParserProperty eProperty, Object aPropertyValue)DOMReaderSettingsDOMReaderSettings. setPropertyValue(EXMLParserProperty eProperty, Object aPropertyValue)static voidSAXReaderDefaultSettings. setPropertyValue(EXMLParserProperty eProperty, Object aPropertyValue)SAXReaderSettingsSAXReaderSettings. setPropertyValue(EXMLParserProperty eProperty, Object aPropertyValue)Method parameters in com.helger.xml.serialize.read with type arguments of type EXMLParserProperty Modifier and Type Method Description static voidDOMReaderDefaultSettings. setPropertyValues(Map<EXMLParserProperty,?> aProperties)DOMReaderSettingsDOMReaderSettings. setPropertyValues(Map<EXMLParserProperty,?> aProperties)static voidSAXReaderDefaultSettings. setPropertyValues(Map<EXMLParserProperty,?> aProperties)SAXReaderSettingsSAXReaderSettings. setPropertyValues(Map<EXMLParserProperty,?> aProperties)
-