Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.dt.patterns.utils
Class DomAttribute

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.patterns.utils.DomAttribute

public class DomAttribute
extends java.lang.Object

An immutable value object representing an Attribute pertaining to a DOM Node. Example <af:node attrName="value"/> would have namespaceURI = null, qualifiedName = attrName and value = value.


Constructor Summary
DomAttribute(java.lang.String qualifiedName, java.lang.String value)
          Construct this DomAttribute.
DomAttribute(java.lang.String namespaceURI, java.lang.String qualifiedName, java.lang.String value)
          Construct this DomAttribute.
 
Method Summary
 java.lang.String getNamespaceURI()
          Get the Namespace URI.
 java.lang.String getQualifiedName()
          Get the Qualified Name.
 java.lang.String getValue()
          Get the attribute Value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomAttribute

public DomAttribute(java.lang.String qualifiedName,
                    java.lang.String value)
Construct this DomAttribute.

Parameters:
qualifiedName - qualified Name.
value - value of attribute.

DomAttribute

public DomAttribute(java.lang.String namespaceURI,
                    java.lang.String qualifiedName,
                    java.lang.String value)
Construct this DomAttribute.

Parameters:
namespaceURI - namespace, usually null.
qualifiedName - qualified Name.
value - value of attribute.
Method Detail

getNamespaceURI

public java.lang.String getNamespaceURI()
Get the Namespace URI.

Returns:
Namespace URI.

getQualifiedName

public java.lang.String getQualifiedName()
Get the Qualified Name.

Returns:
Qualified Name.

getValue

public java.lang.String getValue()
Get the attribute Value.

Returns:
attribute Value.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.