Oxygen XML Editor 15.0 Author API

ro.sync.exml.workspace.api.standalone
Interface AttributeEditingContextDescription


@API(type=NOT_EXTENDABLE,
     src=PUBLIC)
public interface AttributeEditingContextDescription

Provides language-independent information about the element and attribute name for which the value is edited.

Since:
15

*********************************
EXPERIMENTAL - Subject to change
********************************

Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.


Method Summary
 java.lang.String getEditedAttributeName()
          Get the name of the edited attribute.
 java.lang.String getElementName()
          Get the qname of the element for which the attribute is edited.
 

Method Detail

getEditedAttributeName

java.lang.String getEditedAttributeName()
Get the name of the edited attribute.

Returns:
the name of the edited attribute.

getElementName

java.lang.String getElementName()
Get the qname of the element for which the attribute is edited.

Returns:
the qname of the element for which the attribute is edited.

Oxygen XML Editor 15.0 Author API

© Copyright SyncRO Soft SRL 2002 - 2013. All rights reserved.