XFA4J

com.adobe.xfa
Class StringAttr

java.lang.Object
  extended by com.adobe.xfa.Attribute
      extended by com.adobe.xfa.StringAttr

public final class StringAttr
extends Attribute

An immutable class to represent any attribute defined by a simple string.


Constructor Summary
StringAttr(java.lang.String qName, java.lang.String value)
          Instantiates an attribute with the given value.
StringAttr(java.lang.String NS, java.lang.String localName, java.lang.String qName, java.lang.String value)
          Instantiates an attribute with the given attribute parameters.
 
Method Summary
 
Methods inherited from class com.adobe.xfa.Attribute
getAttrValue, getLocalName, getName, getNS, getPrefix, getQName, isEmpty, isNameSpaceAttr, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringAttr

public StringAttr(java.lang.String NS,
                  java.lang.String localName,
                  java.lang.String qName,
                  java.lang.String value)
Instantiates an attribute with the given attribute parameters.

Parameters:
NS - the namespace.
localName - the local name.
qName - the qualified name.
value - the attribute value.

StringAttr

public StringAttr(java.lang.String qName,
                  java.lang.String value)
Instantiates an attribute with the given value.

Parameters:
qName - the attribute name.
value - the attribute value.

XFA4J

© 2005 Adobe Systems Incorporated. All Rights Reserved.