com.adobe.xfa
Class StringAttr
java.lang.Object
com.adobe.xfa.Attribute
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.
© 2005 Adobe Systems Incorporated. All Rights Reserved.