|
XMLTooling-J 1.3.2-redhat-4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SpaceBearing
Interface for element having a @xml:space
attribute.
Nested Class Summary | |
---|---|
static class |
SpaceBearing.XMLSpaceEnum
Enum representing the allowed values of the xml:space attribute. |
Field Summary | |
---|---|
static String |
XML_SPACE_ATTR_LOCAL_NAME
The space attribute local name. |
static QName |
XML_SPACE_ATTR_NAME
The xml:space qualified attribute name. |
Method Summary | |
---|---|
SpaceBearing.XMLSpaceEnum |
getXMLSpace()
Returns the @xml:space attribute value. |
void |
setXMLSpace(SpaceBearing.XMLSpaceEnum newSpace)
Sets the @xml:space attribute value. |
Field Detail |
---|
static final String XML_SPACE_ATTR_LOCAL_NAME
space
attribute local name.
static final QName XML_SPACE_ATTR_NAME
xml:space
qualified attribute name.
Method Detail |
---|
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 value
|
XMLTooling-J 1.3.2-redhat-4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |