Oxygen XML Editor 11.2 Author API

ro.sync.ecss.extensions.api.link
Class Attr

java.lang.Object
  extended by ro.sync.ecss.extensions.api.link.Attr

public class Attr
extends Object

Contains informations about an attribute.


Constructor Summary
Attr(String attrQName, String attrNamespace, String attrValue)
          Constructor.
 
Method Summary
 String getNamespace()
           
 String getQName()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attr

public Attr(String attrQName,
            String attrNamespace,
            String attrValue)
Constructor.

Parameters:
attrQName - Attribute qualified name.
attrNamespace - Attribute namespace URI.
attrValue - Attribute value.
Method Detail

getQName

public String getQName()
Returns:
The attribute qualified name.

getNamespace

public String getNamespace()
Returns:
The attribute namespace URI.

getValue

public String getValue()
Returns:
Attribute value.

Oxygen XML Editor 11.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2010.