|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SpaceBearing.XMLSpaceEnum | |
|---|---|
| org.opensaml.xml | Base classes for working with XML as Java objects and configuring the library. |
| org.opensaml.xml.util | Utility classes for working with XML, XMLObjects, and various data types. |
| Uses of SpaceBearing.XMLSpaceEnum in org.opensaml.xml |
|---|
| Methods in org.opensaml.xml that return SpaceBearing.XMLSpaceEnum | |
|---|---|
SpaceBearing.XMLSpaceEnum |
SpaceBearing.getXMLSpace()
Returns the @xml:space attribute value. |
static SpaceBearing.XMLSpaceEnum |
SpaceBearing.XMLSpaceEnum.parseValue(java.lang.String value)
Parse a string value into an XMLSpaceEnum. |
static SpaceBearing.XMLSpaceEnum |
SpaceBearing.XMLSpaceEnum.valueOf(java.lang.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.xml with parameters of type SpaceBearing.XMLSpaceEnum | |
|---|---|
void |
SpaceBearing.setXMLSpace(SpaceBearing.XMLSpaceEnum newSpace)
Sets the @xml:space attribute value. |
| Uses of SpaceBearing.XMLSpaceEnum in org.opensaml.xml.util |
|---|
| Methods in org.opensaml.xml.util that return SpaceBearing.XMLSpaceEnum | |
|---|---|
static SpaceBearing.XMLSpaceEnum |
XMLAttributeHelper.getXMLSpace(XMLObject xmlObject)
Gets the xml:space attribute from a given XML object. |
| Methods in org.opensaml.xml.util with parameters of type SpaceBearing.XMLSpaceEnum | |
|---|---|
static void |
XMLAttributeHelper.addXMLSpace(XMLObject xmlObject,
SpaceBearing.XMLSpaceEnum space)
Adds a xml:space attribute to the given XML object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||