Uses of Class
org.opensaml.core.xml.SpaceBearing.XMLSpaceEnum
-
Packages that use SpaceBearing.XMLSpaceEnum Package Description org.opensaml.core.xml Base classes for working with XML as Java objects and configuring the library.org.opensaml.core.xml.util 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.XMLSpaceEnum Modifier and Type Method Description SpaceBearing.XMLSpaceEnumSpaceBearing. getXMLSpace()Returns the@xml:spaceattribute value.static SpaceBearing.XMLSpaceEnumSpaceBearing.XMLSpaceEnum. parseValue(String value)Parse a string value into an XMLSpaceEnum.static SpaceBearing.XMLSpaceEnumSpaceBearing.XMLSpaceEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SpaceBearing.XMLSpaceEnum[]SpaceBearing.XMLSpaceEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opensaml.core.xml with parameters of type SpaceBearing.XMLSpaceEnum Modifier and Type Method Description voidSpaceBearing. 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.XMLSpaceEnum Modifier and Type Method Description static 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.XMLSpaceEnum Modifier and Type Method Description static voidXMLAttributeSupport. addXMLSpace(XMLObject xmlObject, SpaceBearing.XMLSpaceEnum space)Adds axml:spaceattribute to the given XML object.
-