public interface XCommon extends WrappedResource
| Modifier and Type | Method and Description |
|---|---|
logical |
addSchemaLocation(character namespace,
character location)
Adding new match pair for namespace schema and physical file location.
|
logical |
addSchemaLocation(character namespace,
java.lang.String location)
Adding new match pair for namespace schema and physical file location.
|
logical |
addSchemaLocation(java.lang.String namespace,
character location)
Adding new match pair for namespace schema and physical file location.
|
logical |
addSchemaLocation(java.lang.String namespace,
java.lang.String location)
Adding new match pair for namespace schema and physical file location.
|
character |
getNonamespaceSchemaLocation()
Gets the value of the XML schema file for elements with no namespaces.
|
logical |
removeAttribute(character name)
Removes the specified attribute.
|
logical |
removeAttribute(character name,
character uri)
Removes the specified attribute.
|
logical |
removeAttribute(character name,
java.lang.String uri)
Removes the specified attribute.
|
logical |
removeAttribute(double index)
Removes the specified attribute.
|
logical |
removeAttribute(double index,
character uri)
Removes the specified attribute.
|
logical |
removeAttribute(double index,
java.lang.String uri)
Removes the specified attribute.
|
logical |
removeAttribute(NumberType index)
Removes the specified attribute.
|
logical |
removeAttribute(NumberType index,
character uri)
Removes the specified attribute.
|
logical |
removeAttribute(NumberType index,
java.lang.String uri)
Removes the specified attribute.
|
logical |
removeAttribute(java.lang.String name)
Removes the specified attribute.
|
logical |
removeAttribute(java.lang.String name,
character uri)
Removes the specified attribute.
|
logical |
removeAttribute(java.lang.String name,
java.lang.String uri)
Removes the specified attribute.
|
void |
setNonamespaceSchemaLocation(character location)
Setting the new value for the nonamespace-schema-location attribute.
|
void |
setNonamespaceSchemaLocation(java.lang.String location)
Setting the new value for the nonamespace-schema-location attribute.
|
id, id, unknown, validcharacter getNonamespaceSchemaLocation()
void setNonamespaceSchemaLocation(character location)
location - New value of the nonamespace-schema-location attribute to set.void setNonamespaceSchemaLocation(java.lang.String location)
location - New value of the nonamespace-schema-location attribute to set.logical addSchemaLocation(character namespace, character location)
namespace - Target namespace of the schema or am empty string or Unknown value.location - Location of the XML schema file.true in case of success false otherwise.logical addSchemaLocation(java.lang.String namespace, character location)
namespace - Target namespace of the schema or am empty string or Unknown value.location - Location of the XML schema file.true in case of success false otherwise.logical addSchemaLocation(character namespace, java.lang.String location)
namespace - Target namespace of the schema or am empty string or Unknown value.location - Location of the XML schema file.true in case of success false otherwise.logical addSchemaLocation(java.lang.String namespace, java.lang.String location)
namespace - Target namespace of the schema or am empty string or Unknown value.location - Location of the XML schema file.true in case of success false otherwise.logical removeAttribute(character name)
name - The name of the attribute to remove.true in case of success false otherwise.logical removeAttribute(java.lang.String name)
name - The name of the attribute to remove.true in case of success false otherwise.logical removeAttribute(NumberType index)
index - The 1-based index of the attribute to remove.true in case of success false otherwise.logical removeAttribute(double index)
index - The 1-based index of the attribute to remove.true in case of success false otherwise.logical removeAttribute(character name, character uri)
name - The name of the attribute to remove.uri - The URI of the attribute to remove.true in case of success false otherwise.logical removeAttribute(java.lang.String name, character uri)
name - The name of the attribute to remove.uri - The URI of the attribute to remove.true in case of success false otherwise.logical removeAttribute(NumberType index, character uri)
index - The 1-based index of the attribute to remove.uri - The URI of the attribute to remove.true in case of success false otherwise.logical removeAttribute(double index, character uri)
index - The 1-based index of the attribute to remove.uri - The URI of the attribute to remove.true in case of success false otherwise.logical removeAttribute(character name, java.lang.String uri)
name - The name of the attribute to remove.uri - The URI of the attribute to remove.true in case of success false otherwise.logical removeAttribute(java.lang.String name, java.lang.String uri)
name - The name of the attribute to remove.uri - The URI of the attribute to remove.true in case of success false otherwise.logical removeAttribute(NumberType index, java.lang.String uri)
index - The 1-based index of the attribute to remove.uri - The URI of the attribute to remove.true in case of success false otherwise.logical removeAttribute(double index, java.lang.String uri)
index - The 1-based index of the attribute to remove.uri - The URI of the attribute to remove.true in case of success false otherwise.