Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-