| Package | Description |
|---|---|
| net.shibboleth.utilities.java.support.xml |
A set of helper functions for performing actions on DOM nodes.
|
| Modifier and Type | Method and Description |
|---|---|
static XmlSpace |
AttributeSupport.getXMLSpace(Element element)
Gets the
xml:space attribute from a given Element. |
static XmlSpace |
XmlSpace.parseValue(String value)
Parse a string value into an XMLSpaceEnum.
|
static XmlSpace |
XmlSpace.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AttributeSupport.addXMLSpace(Element element,
XmlSpace space)
Adds a
xml:space attribute to the given Element. |
Copyright © 1999-2013. All Rights Reserved.