Uses of Class
net.shibboleth.utilities.java.support.xml.XmlSpace

Packages that use XmlSpace
net.shibboleth.utilities.java.support.xml A set of helper functions for performing actions on DOM nodes. 
 

Uses of XmlSpace in net.shibboleth.utilities.java.support.xml
 

Methods in net.shibboleth.utilities.java.support.xml that return XmlSpace
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.
 

Methods in net.shibboleth.utilities.java.support.xml with parameters of type XmlSpace
static void AttributeSupport.addXMLSpace(Element element, XmlSpace space)
          Adds a xml:space attribute to the given Element.
 



Copyright © 1999-2012. All Rights Reserved.