public class VariableAttributes extends Object implements Attributes
Attributes object which expands any "variables" referenced in the attribute value via
${foo} or similar. This is only done when something actually asks for the attribute value, thereby imposing no
performance penalty if the attribute is not used.| Constructor and Description |
|---|
VariableAttributes() |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex(String qname) |
int |
getIndex(String uri,
String localpart) |
int |
getLength() |
String |
getLocalName(int index) |
String |
getQName(int index) |
String |
getType(int index) |
String |
getType(String qname) |
String |
getType(String uri,
String localname) |
String |
getURI(int index) |
String |
getValue(int index) |
String |
getValue(String qname) |
String |
getValue(String uri,
String localname) |
void |
init(Attributes attrs,
VariableExpander expander)
Specify which attributes class this object is a proxy for.
|
public VariableAttributes()
public void init(Attributes attrs, VariableExpander expander)
attrs - The attributes where variables have to be expanded.expander - The variables expander instance.public String getValue(int index)
getValue in interface Attributespublic String getValue(String qname)
getValue in interface Attributespublic String getValue(String uri, String localname)
getValue in interface Attributespublic int getIndex(String qname)
getIndex in interface Attributespublic int getIndex(String uri, String localpart)
getIndex in interface Attributespublic int getLength()
getLength in interface Attributespublic String getLocalName(int index)
getLocalName in interface Attributespublic String getQName(int index)
getQName in interface Attributespublic String getType(int index)
getType in interface Attributespublic String getType(String qname)
getType in interface Attributespublic String getType(String uri, String localname)
getType in interface Attributespublic String getURI(int index)
getURI in interface AttributesCopyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.