public interface SpaceBearing
@xml:space attribute.| Modifier and Type | Interface and Description |
|---|---|
static class |
SpaceBearing.XMLSpaceEnum
Enum representing the allowed values of the xml:space attribute.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
XML_SPACE_ATTR_LOCAL_NAME
The
space attribute local name. |
static QName |
XML_SPACE_ATTR_NAME
The
xml:space qualified attribute name. |
| Modifier and Type | Method and Description |
|---|---|
SpaceBearing.XMLSpaceEnum |
getXMLSpace()
Returns the
@xml:space attribute value. |
void |
setXMLSpace(SpaceBearing.XMLSpaceEnum newSpace)
Sets the
@xml:space attribute value. |
static final String XML_SPACE_ATTR_LOCAL_NAME
space attribute local name.static final QName XML_SPACE_ATTR_NAME
xml:space qualified attribute name.SpaceBearing.XMLSpaceEnum getXMLSpace()
@xml:space attribute value.@xml:space attribute value or null.void setXMLSpace(SpaceBearing.XMLSpaceEnum newSpace)
@xml:space attribute value.newSpace - The @xml:space attribute valueCopyright © 2018 JBoss by Red Hat. All rights reserved.