Package org.opensaml.core.xml
Interface SpaceBearing
-
public interface SpaceBearingInterface for element having a@xml:spaceattribute.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSpaceBearing.XMLSpaceEnumEnum representing the allowed values of the xml:space attribute.
-
Field Summary
Fields Modifier and Type Field Description static StringXML_SPACE_ATTR_LOCAL_NAMEThespaceattribute local name.static QNameXML_SPACE_ATTR_NAMEThexml:spacequalified attribute name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SpaceBearing.XMLSpaceEnumgetXMLSpace()Returns the@xml:spaceattribute value.voidsetXMLSpace(SpaceBearing.XMLSpaceEnum newSpace)Sets the@xml:spaceattribute value.
-
-
-
Field Detail
-
XML_SPACE_ATTR_LOCAL_NAME
static final String XML_SPACE_ATTR_LOCAL_NAME
Thespaceattribute local name.- See Also:
- Constant Field Values
-
XML_SPACE_ATTR_NAME
static final QName XML_SPACE_ATTR_NAME
Thexml:spacequalified attribute name.
-
-
Method Detail
-
getXMLSpace
@Nullable SpaceBearing.XMLSpaceEnum getXMLSpace()
Returns the@xml:spaceattribute value.- Returns:
- The
@xml:spaceattribute value ornull.
-
setXMLSpace
void setXMLSpace(@Nullable SpaceBearing.XMLSpaceEnum newSpace)Sets the@xml:spaceattribute value.- Parameters:
newSpace- The@xml:spaceattribute value
-
-