Package org.opensaml.core.xml
Interface SpaceBearing
public interface SpaceBearing
Interface for element having a
@xml:space
attribute.-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
SpaceBearing.XMLSpaceEnum
Enum representing the allowed values of the xml:space attribute. -
Field Summary
Fields Modifier and Type Field Description static String
XML_SPACE_ATTR_LOCAL_NAME
Thespace
attribute local name.static QName
XML_SPACE_ATTR_NAME
Thexml:space
qualified attribute name. -
Method Summary
Modifier and Type Method Description SpaceBearing.XMLSpaceEnum
getXMLSpace()
Returns the@xml:space
attribute value.void
setXMLSpace(SpaceBearing.XMLSpaceEnum newSpace)
Sets the@xml:space
attribute value.
-
Field Details
-
XML_SPACE_ATTR_LOCAL_NAME
Thespace
attribute local name.- See Also:
- Constant Field Values
-
XML_SPACE_ATTR_NAME
Thexml:space
qualified attribute name.
-
-
Method Details
-
getXMLSpace
Returns the@xml:space
attribute value.- Returns:
- The
@xml:space
attribute value ornull
.
-
setXMLSpace
Sets the@xml:space
attribute value.- Parameters:
newSpace
- The@xml:space
attribute value
-