public final class ImagingBBoxEnum extends Attribute
| Constructor and Description |
|---|
ImagingBBoxEnum(String name,
String value)
Construct an ImagingBBoxEnumfrom a string value.
|
ImagingBBoxEnum(String NS,
String localName,
String qName,
String value) |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
newAttribute(String value)
Create a new attribute, given a new value
|
Attribute |
newAttribute(String NS,
String localName,
String qName,
String value)
Create a new attribute, given all attribute parameters
|
Attribute |
newAttribute(String NS,
String localName,
String qName,
String value,
boolean internSymbols)
Create a new attribute, given all attribute parameters
|
getAttrValue, getLocalName, getName, getNS, getPrefix, getQName, isEmpty, isNameSpaceAttr, isSchemaAttr, isXSINilAttr, normalize, toStringpublic Attribute newAttribute(String value)
AttributenewAttribute in class Attributevalue - the string to use to create the new attributepublic Attribute newAttribute(String NS, String localName, String qName, String value)
AttributenewAttribute in class AttributeNS - the namespace for this attributelocalName - the local name for this attributeqName - the qualified name for this attributevalue - the string to use to create the new attributepublic Attribute newAttribute(String NS, String localName, String qName, String value, boolean internSymbols)
AttributenewAttribute in class AttributeNS - the namespace for this attributelocalName - the local name for this attributeqName - the qualified name for this attributevalue - the string to use to create the new attributeinternSymbols - indicates whether the symbols in other parameters need to be interned.Copyright © 2010 - 2020 Adobe. All Rights Reserved