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–2018. All rights reserved.