Uses of Class
com.helger.xml.dom.EXMLDOMFeatureVersion
-
Packages that use EXMLDOMFeatureVersion Package Description com.helger.xml com.helger.xml.dom -
-
Uses of EXMLDOMFeatureVersion in com.helger.xml
Methods in com.helger.xml that return types with arguments of type EXMLDOMFeatureVersion Modifier and Type Method Description static com.helger.commons.collection.impl.ICommonsMap<EXMLDOMFeatureVersion,com.helger.commons.collection.impl.ICommonsList<String>>XMLDebug. getAllSupportedFeatures()Methods in com.helger.xml with parameters of type EXMLDOMFeatureVersion Modifier and Type Method Description static com.helger.commons.collection.impl.ICommonsList<String>XMLDebug. getAllSupportedFeatures(EXMLDOMFeatureVersion eFeatureVersion) -
Uses of EXMLDOMFeatureVersion in com.helger.xml.dom
Methods in com.helger.xml.dom that return EXMLDOMFeatureVersion Modifier and Type Method Description static EXMLDOMFeatureVersionEXMLDOMFeatureVersion. getFromIDOrNull(String sID)static EXMLDOMFeatureVersionEXMLDOMFeatureVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static EXMLDOMFeatureVersion[]EXMLDOMFeatureVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.
-