Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
SpaceBearing.XMLSpaceEnum |
SpaceBearing.getXMLSpace()
Returns the
@xml:space attribute value. |
static SpaceBearing.XMLSpaceEnum |
SpaceBearing.XMLSpaceEnum.parseValue(String value)
Parse a string value into an XMLSpaceEnum.
|
static SpaceBearing.XMLSpaceEnum |
SpaceBearing.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.
|
Modifier and Type | Method and Description |
---|---|
void |
SpaceBearing.setXMLSpace(SpaceBearing.XMLSpaceEnum newSpace)
Sets the
@xml:space attribute value. |
Modifier and Type | Method and Description |
---|---|
static SpaceBearing.XMLSpaceEnum |
XMLAttributeHelper.getXMLSpace(XMLObject xmlObject)
Gets the
xml:space attribute from a given XML object. |
Modifier and Type | Method and Description |
---|---|
static void |
XMLAttributeHelper.addXMLSpace(XMLObject xmlObject,
SpaceBearing.XMLSpaceEnum space)
Adds a
xml:space attribute to the given XML object. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.