Package org.opensaml.core.xml
Interface SpaceBearing
public interface SpaceBearing
Interface for element having a
@xml:space
attribute.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
Enum representing the allowed values of the xml:space attribute. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns 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:
-
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
-