Uses of Enum
net.shibboleth.utilities.java.support.xml.XMLSpace
Packages that use XMLSpace
Package
Description
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 XMLSpaceModifier and TypeMethodDescriptionstatic XMLSpaceAttributeSupport.getXMLSpace(Element element) Gets thexml:spaceattribute from a given Element.static XMLSpaceXMLSpace.parseValue(String value) Parse a string value into an XMLSpaceEnum.static XMLSpaceReturns 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 XMLSpaceModifier and TypeMethodDescriptionstatic voidAttributeSupport.addXMLSpace(Element element, XMLSpace space) Adds axml:spaceattribute to the given Element.