public interface TImport extends XmlObject
Modifier and Type | Field and Description |
---|---|
static DocumentFactory<TImport> |
Factory |
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
Modifier and Type | Method and Description |
---|---|
String |
getLocation()
Gets the "location" attribute
|
String |
getNamespace()
Gets the "namespace" attribute
|
void |
setLocation(String location)
Sets the "location" attribute
|
void |
setNamespace(String namespace)
Sets the "namespace" attribute
|
XmlAnyURI |
xgetLocation()
Gets (as xml) the "location" attribute
|
XmlAnyURI |
xgetNamespace()
Gets (as xml) the "namespace" attribute
|
void |
xsetLocation(XmlAnyURI location)
Sets (as xml) the "location" attribute
|
void |
xsetNamespace(XmlAnyURI namespace)
Sets (as xml) the "namespace" 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<TImport> Factory
static final SchemaType type
String getNamespace()
XmlAnyURI xgetNamespace()
void setNamespace(String namespace)
void xsetNamespace(XmlAnyURI namespace)
String getLocation()
XmlAnyURI xgetLocation()
void setLocation(String location)
void xsetLocation(XmlAnyURI location)