Uses of Enum
com.helger.xml.EXMLParserProperty
Packages that use EXMLParserProperty
-
Uses of EXMLParserProperty in com.helger.xml
Methods in com.helger.xml that return EXMLParserPropertyModifier and TypeMethodDescriptionstatic EXMLParserPropertyEXMLParserProperty.getFromNameOrNull(String sName) static EXMLParserPropertyReturns 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 EXMLParserPropertyModifier and TypeMethodDescriptionstatic 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 EXMLParserPropertyModifier and TypeMethodDescriptionstatic 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 EXMLParserPropertyModifier and TypeMethodDescriptionstatic ObjectDOMReaderDefaultSettings.getPropertyValue(EXMLParserProperty eProperty) DOMReaderSettings.getPropertyValue(EXMLParserProperty eProperty) IBaseXMLReaderSettings.getPropertyValue(EXMLParserProperty eProperty) Get the value of the specified parser propertystatic ObjectSAXReaderDefaultSettings.getPropertyValue(EXMLParserProperty eProperty) SAXReaderSettings.getPropertyValue(EXMLParserProperty eProperty) static com.helger.commons.state.EChangeDOMReaderDefaultSettings.removePropertyValue(EXMLParserProperty eProperty) final DOMReaderSettingsDOMReaderSettings.removePropertyValue(EXMLParserProperty eProperty) static com.helger.commons.state.EChangeSAXReaderDefaultSettings.removePropertyValue(EXMLParserProperty eProperty) final SAXReaderSettingsSAXReaderSettings.removePropertyValue(EXMLParserProperty eProperty) static voidDOMReaderDefaultSettings.setPropertyValue(EXMLParserProperty eProperty, Object aPropertyValue) final DOMReaderSettingsDOMReaderSettings.setPropertyValue(EXMLParserProperty eProperty, Object aPropertyValue) static voidSAXReaderDefaultSettings.setPropertyValue(EXMLParserProperty eProperty, Object aPropertyValue) final SAXReaderSettingsSAXReaderSettings.setPropertyValue(EXMLParserProperty eProperty, Object aPropertyValue) Method parameters in com.helger.xml.serialize.read with type arguments of type EXMLParserPropertyModifier and TypeMethodDescriptionstatic voidDOMReaderDefaultSettings.setPropertyValues(Map<EXMLParserProperty, ?> aProperties) final DOMReaderSettingsDOMReaderSettings.setPropertyValues(Map<EXMLParserProperty, ?> aProperties) static voidSAXReaderDefaultSettings.setPropertyValues(Map<EXMLParserProperty, ?> aProperties) final SAXReaderSettingsSAXReaderSettings.setPropertyValues(Map<EXMLParserProperty, ?> aProperties)