public interface SaxEntity extends XCommon, UniqueID, ADMData
| Modifier and Type | Method and Description |
|---|---|
logical |
insertAttribute(java.lang.String name,
java.lang.String value)
Adding the single attribute to the start tag in the XML document if applied for SAX writer
object.
|
logical |
insertAttribute(java.lang.String name,
java.lang.String value,
java.lang.String uri)
Adding the single attribute to the start tag in the XML document if applied for SAX writer
object.
|
logical |
insertAttribute(java.lang.String name,
java.lang.String value,
Text uri)
Adding the single attribute to the start tag in the XML document if applied for SAX writer
object.
|
logical |
insertAttribute(java.lang.String name,
Text value)
Adding the single attribute to the start tag in the XML document if applied for SAX writer
object.
|
logical |
insertAttribute(java.lang.String name,
Text value,
java.lang.String uri)
Adding the single attribute to the start tag in the XML document if applied for SAX writer
object.
|
logical |
insertAttribute(java.lang.String name,
Text value,
Text uri)
Adding the single attribute to the start tag in the XML document if applied for SAX writer
object.
|
logical |
insertAttribute(Text name,
java.lang.String value)
Adding the single attribute to the start tag in the XML document if applied for SAX writer
object.
|
logical |
insertAttribute(Text name,
java.lang.String value,
java.lang.String uri)
Adding the single attribute to the start tag in the XML document if applied for SAX writer
object.
|
logical |
insertAttribute(Text name,
java.lang.String value,
Text uri)
Adding the single attribute to the start tag in the XML document if applied for SAX writer
object.
|
logical |
insertAttribute(Text name,
Text value)
Adding the single attribute to the start tag in the XML document if applied for SAX writer
object.
|
logical |
insertAttribute(Text name,
Text value,
java.lang.String uri)
Adding the single attribute to the start tag in the XML document if applied for SAX writer
object.
|
logical |
insertAttribute(Text name,
Text value,
Text uri)
Adding the single attribute to the start tag in the XML document if applied for SAX writer
object.
|
addSchemaLocation, addSchemaLocation, addSchemaLocation, addSchemaLocation, getNonamespaceSchemaLocation, removeAttribute, removeAttribute, removeAttribute, removeAttribute, removeAttribute, removeAttribute, removeAttribute, removeAttribute, removeAttribute, removeAttribute, removeAttribute, removeAttribute, setNonamespaceSchemaLocation, setNonamespaceSchemaLocationid, id, unknown, validgetUniqueIDgetADMData, setADMData, setADMDatalogical insertAttribute(Text name, Text value, Text uri)
name - The attribute name to insert.value - The attribute value to insert.uri - The URI of the attribute to insert or '?' for unknown value.true in case of success false otherwise.logical insertAttribute(java.lang.String name, Text value, Text uri)
name - The attribute name to insert.value - The attribute value to insert.uri - The URI of the attribute to insert or '?' for unknown value.true in case of success false otherwise.logical insertAttribute(Text name, java.lang.String value, Text uri)
name - The attribute name to insert.value - The attribute value to insert.uri - The URI of the attribute to insert or '?' for unknown value.true in case of success false otherwise.logical insertAttribute(Text name, Text value, java.lang.String uri)
name - The attribute name to insert.value - The attribute value to insert.uri - The URI of the attribute to insert or '?' for unknown value.true in case of success false otherwise.logical insertAttribute(java.lang.String name, java.lang.String value, Text uri)
name - The attribute name to insert.value - The attribute value to insert.uri - The URI of the attribute to insert or '?' for unknown value.true in case of success false otherwise.logical insertAttribute(java.lang.String name, Text value, java.lang.String uri)
name - The attribute name to insert.value - The attribute value to insert.uri - The URI of the attribute to insert or '?' for unknown value.true in case of success false otherwise.logical insertAttribute(Text name, java.lang.String value, java.lang.String uri)
name - The attribute name to insert.value - The attribute value to insert.uri - The URI of the attribute to insert or '?' for unknown value.true in case of success false otherwise.logical insertAttribute(java.lang.String name, java.lang.String value, java.lang.String uri)
name - The attribute name to insert.value - The attribute value to insert.uri - The URI of the attribute to insert or '?' for unknown value.true in case of success false otherwise.logical insertAttribute(Text name, Text value)
name - The attribute name to insert.value - The attribute value to insert.true in case of success false otherwise.logical insertAttribute(java.lang.String name, Text value)
name - The attribute name to insert.value - The attribute value to insert.true in case of success false otherwise.logical insertAttribute(Text name, java.lang.String value)
name - The attribute name to insert.value - The attribute value to insert.true in case of success false otherwise.logical insertAttribute(java.lang.String name, java.lang.String value)
name - The attribute name to insert.value - The attribute value to insert.true in case of success false otherwise.