Oxygen XML Editor 14.2 Author API

ro.sync.ecss.extensions.api.link
Interface IDTypeVerifier


@API(type=EXTENDABLE,
     src=PUBLIC)
public interface IDTypeVerifier

Interface used to check if an attribute has the ID type.


Method Summary
 boolean hasIDType(java.lang.String elementName, java.lang.String elementNs, java.lang.String attrName, java.lang.String attrNs)
          Check if the provided attribute has the ID type.
 

Method Detail

hasIDType

boolean hasIDType(java.lang.String elementName,
                  java.lang.String elementNs,
                  java.lang.String attrName,
                  java.lang.String attrNs)
Check if the provided attribute has the ID type.

Parameters:
elementName - The local name of the attribute parent element.
elementNs - The namespace of the attribute parent element.
attrName - The local name of the attribute.
attrNs - The namespace of the attribute.
Returns:
true if the given attribute has the ID type.

Oxygen XML Editor 14.2 Author API

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