Uses of Enum Class
org.opensaml.core.xml.SpaceBearing.XMLSpaceEnum
Packages that use SpaceBearing.XMLSpaceEnum
Package
Description
Base classes for working with XML as Java objects and configuring the library.
Utility classes for working with XML, XMLObjects, and various data types.
-
Uses of SpaceBearing.XMLSpaceEnum in org.opensaml.core.xml
Methods in org.opensaml.core.xml that return SpaceBearing.XMLSpaceEnumModifier and TypeMethodDescriptionSpaceBearing.getXMLSpace()Returns the@xml:spaceattribute value.static SpaceBearing.XMLSpaceEnumSpaceBearing.XMLSpaceEnum.parseValue(String value) Parse a string value into an XMLSpaceEnum.static SpaceBearing.XMLSpaceEnumReturns the enum constant of this class with the specified name.static SpaceBearing.XMLSpaceEnum[]SpaceBearing.XMLSpaceEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opensaml.core.xml with parameters of type SpaceBearing.XMLSpaceEnumModifier and TypeMethodDescriptionvoidSpaceBearing.setXMLSpace(SpaceBearing.XMLSpaceEnum newSpace) Sets the@xml:spaceattribute value. -
Uses of SpaceBearing.XMLSpaceEnum in org.opensaml.core.xml.util
Methods in org.opensaml.core.xml.util that return SpaceBearing.XMLSpaceEnumModifier and TypeMethodDescriptionstatic SpaceBearing.XMLSpaceEnumXMLAttributeSupport.getXMLSpace(XMLObject xmlObject) Gets thexml:spaceattribute from a given XML object.Methods in org.opensaml.core.xml.util with parameters of type SpaceBearing.XMLSpaceEnumModifier and TypeMethodDescriptionstatic voidXMLAttributeSupport.addXMLSpace(XMLObject xmlObject, SpaceBearing.XMLSpaceEnum space) Adds axml:spaceattribute to the given XML object.