public class SaxEntityImpl extends XCommonImpl implements SaxEntity
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
admData
amd-data variable.
|
private java.lang.Long |
uniqueId
unique value for a given handle object type within an 4gl session.
|
isValidname, nextSibling, prevSibling, wainstProc, pm| Constructor and Description |
|---|
SaxEntityImpl()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
character |
getADMData()
Get the value of the ADM-DATA attribute.
|
integer |
getUniqueID()
Gets the the unique ID number associated to this object by the underlying system.
|
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.
|
protected void |
invalidReadWriteModeError(java.lang.String attribute)
Process and display invalid read/write mode error.
|
protected void |
invalidStatusAttributeError(java.lang.String attribute,
SaxWriter.WriteStatus status)
Process and display invalid status error.
|
protected void |
invalidStatusMethodError(java.lang.String method,
SaxWriter.WriteStatus status)
Process and display invalid status error.
|
logical |
removeAttribute(character name,
character uri)
Removes the specified attribute.
|
logical |
removeAttribute(NumberType index,
character uri)
Removes the specified attribute.
|
void |
setADMData(character value)
Set the value of the ADM-DATA attribute.
|
void |
setADMData(java.lang.String value)
Set the value of the ADM-DATA attribute.
|
protected void |
writerOutputError(java.lang.String method)
Process and display invalid status error.
|
addSchemaLocation, addSchemaLocation, addSchemaLocation, addSchemaLocation, getNonamespaceSchemaLocation, hasNextSibling, hasPrevSibling, invalidArgumentAssignError, invalidArgumentError, removeAttribute, removeAttribute, removeAttribute, removeAttribute, removeAttribute, removeAttribute, removeAttribute, removeAttribute, removeAttribute, removeAttribute, resourceDelete, setNonamespaceSchemaLocation, setNonamespaceSchemaLocation, valid_name, delete, firstResource, firstResource, getHead, getNextSibling, getNextSibling, getPrevSibling, getPrevSibling, getPrivateData, getTail, hasName, hasNameConstraints, hasNameReadOnly, hasParent, hasPrivateData, interlink, isChained, lastResource, lastResource, moveInChain, name, name, name, readOnlyError, readOnlyError, resolveChainType, setHead, setNextSibling, setNextSibling, setPrevSibling, setPrevSibling, setPrivateData, setPrivateData, setPrivateData, validateName_instantiatingProcedure, addToPool, doDelete, equals, hashCode, id, id, implicitDeletion, incrementTrigger, instantiatingProcedure, invalidAttribute, processResource, registerResource, resourceType, setInstantiatingProcedure, toString, type, unableToAssignUnknown, unknownclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddSchemaLocation, addSchemaLocation, addSchemaLocation, addSchemaLocation, getNonamespaceSchemaLocation, removeAttribute, removeAttribute, removeAttribute, removeAttribute, removeAttribute, removeAttribute, removeAttribute, removeAttribute, removeAttribute, removeAttribute, setNonamespaceSchemaLocation, setNonamespaceSchemaLocationid, id, unknown, validresourceTypeallowDeleteprivate java.lang.Long uniqueId
private java.lang.String admData
public integer getUniqueID()
getUniqueID in interface UniqueIDpublic character getADMData()
getADMData in interface ADMDatapublic void setADMData(java.lang.String value)
setADMData in interface ADMDatavalue - The new value.public void setADMData(character value)
setADMData in interface ADMDatavalue - The new value.public logical insertAttribute(java.lang.String name, Text value, Text uri)
insertAttribute in interface SaxEntityname - 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.public logical insertAttribute(Text name, java.lang.String value, Text uri)
insertAttribute in interface SaxEntityname - 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.public logical insertAttribute(Text name, Text value, java.lang.String uri)
insertAttribute in interface SaxEntityname - 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.public logical insertAttribute(java.lang.String name, java.lang.String value, Text uri)
insertAttribute in interface SaxEntityname - 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.public logical insertAttribute(java.lang.String name, Text value, java.lang.String uri)
insertAttribute in interface SaxEntityname - 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.public logical insertAttribute(Text name, java.lang.String value, java.lang.String uri)
insertAttribute in interface SaxEntityname - 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.public logical insertAttribute(java.lang.String name, java.lang.String value, java.lang.String uri)
insertAttribute in interface SaxEntityname - 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.public logical insertAttribute(java.lang.String name, Text value)
insertAttribute in interface SaxEntityname - The attribute name to insert.value - The attribute value to insert.true in case of success false otherwise.public logical insertAttribute(Text name, java.lang.String value)
insertAttribute in interface SaxEntityname - The attribute name to insert.value - The attribute value to insert.true in case of success false otherwise.public logical insertAttribute(java.lang.String name, java.lang.String value)
insertAttribute in interface SaxEntityname - The attribute name to insert.value - The attribute value to insert.true in case of success false otherwise.public logical insertAttribute(Text name, Text value)
insertAttribute in interface SaxEntityname - The attribute name to insert.value - The attribute value to insert.true in case of success false otherwise.public logical insertAttribute(Text name, Text value, Text uri)
insertAttribute in interface SaxEntityname - 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.public logical removeAttribute(character name, character uri)
removeAttribute in interface XCommonname - The name of the attribute to remove.uri - The URI of the attribute to remove.true in case of success false otherwise.public logical removeAttribute(NumberType index, character uri)
removeAttribute in interface XCommonindex - The 1-based index of the attribute to remove.uri - The URI of the attribute to remove.true in case of success false otherwise.protected void invalidReadWriteModeError(java.lang.String attribute)
attribute - The read-only attribute.protected void invalidStatusAttributeError(java.lang.String attribute,
SaxWriter.WriteStatus status)
attribute - The read-only attribute.status - Current status of SAX-WRITER.protected void writerOutputError(java.lang.String method)
method - The 4gl method name..protected void invalidStatusMethodError(java.lang.String method,
SaxWriter.WriteStatus status)
method - The 4gl method name.status - Current status of SAX-WRITER.