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 enumEnum representing the allowed values of the xml:space attribute. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the@xml:spaceattribute value.voidsetXMLSpace(SpaceBearing.XMLSpaceEnum newSpace) Sets the@xml:spaceattribute value.
-
Field Details
-
XML_SPACE_ATTR_LOCAL_NAME
Thespaceattribute local name.- See Also:
-
XML_SPACE_ATTR_NAME
Thexml:spacequalified attribute name.
-
-
Method Details
-
getXMLSpace
Returns the@xml:spaceattribute value.- Returns:
- The
@xml:spaceattribute value ornull.
-
setXMLSpace
Sets the@xml:spaceattribute value.- Parameters:
newSpace- The@xml:spaceattribute value
-