public interface SpaceBearing
@xml:space
attribute.修飾子とタイプ | インタフェースと説明 |
---|---|
static class |
SpaceBearing.XMLSpaceEnum
Enum representing the allowed values of the xml:space attribute.
|
修飾子とタイプ | フィールドと説明 |
---|---|
static String |
XML_SPACE_ATTR_LOCAL_NAME
The
space attribute local name. |
static QName |
XML_SPACE_ATTR_NAME
The
xml:space qualified attribute name. |
修飾子とタイプ | メソッドと説明 |
---|---|
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 © 2012. All Rights Reserved.