Uses of Class
net.shibboleth.utilities.java.support.xml.XMLSpace
-
Packages that use XMLSpace Package Description net.shibboleth.utilities.java.support.xml A set of helper functions for performing actions on DOM nodes. -
-
Uses of XMLSpace in net.shibboleth.utilities.java.support.xml
Methods in net.shibboleth.utilities.java.support.xml that return XMLSpace Modifier and Type Method Description static XMLSpaceAttributeSupport. getXMLSpace(Element element)Gets thexml:spaceattribute from a given Element.static XMLSpaceXMLSpace. parseValue(String value)Parse a string value into an XMLSpaceEnum.static XMLSpaceXMLSpace. valueOf(String name)Returns the enum constant of this type with the specified name.static XMLSpace[]XMLSpace. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.shibboleth.utilities.java.support.xml with parameters of type XMLSpace Modifier and Type Method Description static voidAttributeSupport. addXMLSpace(Element element, XMLSpace space)Adds axml:spaceattribute to the given Element.
-