public interface SpaceAttribute extends XmlObject
Modifier and Type | Interface and Description |
---|---|
static interface |
SpaceAttribute.Space
An XML space(@http://www.w3.org/XML/1998/namespace).
|
Modifier and Type | Field and Description |
---|---|
static DocumentFactory<SpaceAttribute> |
Factory |
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
Modifier and Type | Method and Description |
---|---|
SpaceAttribute.Space.Enum |
getSpace()
Gets the "space" attribute
|
boolean |
isSetSpace()
True if has "space" attribute
|
void |
setSpace(SpaceAttribute.Space.Enum space)
Sets the "space" attribute
|
void |
unsetSpace()
Unsets the "space" attribute
|
SpaceAttribute.Space |
xgetSpace()
Gets (as xml) the "space" attribute
|
void |
xsetSpace(SpaceAttribute.Space space)
Sets (as xml) the "space" attribute
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
static final DocumentFactory<SpaceAttribute> Factory
static final SchemaType type
SpaceAttribute.Space.Enum getSpace()
SpaceAttribute.Space xgetSpace()
boolean isSetSpace()
void setSpace(SpaceAttribute.Space.Enum space)
void xsetSpace(SpaceAttribute.Space space)
void unsetSpace()