Oxygen XML Editor 14.2 Author API

ro.sync.ecss.extensions.api
Interface EditedAttribute


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

Edited attribute information, like QName, element's QName and the proxy namespace mapping.


Method Summary
 java.lang.String getAttributeQName()
          The attribute QName.
 java.lang.String getParentElementQName()
          The parent element QName.
 ProxyNamespaceMapping getProxyNamespaceMapping()
          The proxy namespace mapping.
 java.lang.String getValue()
          The attribute value.
 

Method Detail

getAttributeQName

java.lang.String getAttributeQName()
The attribute QName.

Returns:
The attribute QName.

getParentElementQName

java.lang.String getParentElementQName()
The parent element QName.

Returns:
The parent element qname.

getProxyNamespaceMapping

ProxyNamespaceMapping getProxyNamespaceMapping()
The proxy namespace mapping.

Returns:
The proxy namespace mapping.

getValue

java.lang.String getValue()
The attribute value.

Returns:
The attribute value.

Oxygen XML Editor 14.2 Author API

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