XMLTooling-J 1.3.2-redhat-4

org.opensaml.xml
Interface SpaceBearing


public interface SpaceBearing

Interface for element having a @xml:space attribute.


Nested Class Summary
static class SpaceBearing.XMLSpaceEnum
          Enum representing the allowed values of the xml:space attribute.
 
Field Summary
static String XML_SPACE_ATTR_LOCAL_NAME
          The space attribute local name.
static QName XML_SPACE_ATTR_NAME
          The xml:space qualified attribute name.
 
Method Summary
 SpaceBearing.XMLSpaceEnum getXMLSpace()
          Returns the @xml:space attribute value.
 void setXMLSpace(SpaceBearing.XMLSpaceEnum newSpace)
          Sets the @xml:space attribute value.
 

Field Detail

XML_SPACE_ATTR_LOCAL_NAME

static final String XML_SPACE_ATTR_LOCAL_NAME
The space attribute local name.

See Also:
Constant Field Values

XML_SPACE_ATTR_NAME

static final QName XML_SPACE_ATTR_NAME
The xml:space qualified attribute name.

Method Detail

getXMLSpace

SpaceBearing.XMLSpaceEnum getXMLSpace()
Returns the @xml:space attribute value.

Returns:
The @xml:space attribute value or null.

setXMLSpace

void setXMLSpace(SpaceBearing.XMLSpaceEnum newSpace)
Sets the @xml:space attribute value.

Parameters:
newSpace - The @xml:space attribute value

XMLTooling-J 1.3.2-redhat-4

Copyright © 2006-2013 Internet2. All Rights Reserved.