public interface AttributesEx extends Attributes
Attributes
extension that allows attribute values
to be exposed as CharSequence
.
All namespace URIs and local names are assumed to be interned.
Modifier and Type | Method and Description |
---|---|
CharSequence |
getData(int idx)
The same as
Attributes.getValue(int) |
CharSequence |
getData(String nsUri,
String localName)
The same as
Attributes.getValue(String,String) |
CharSequence getData(int idx)
Attributes.getValue(int)
CharSequence getData(String nsUri, String localName)
Attributes.getValue(String,String)
Copyright © 2018 JBoss by Red Hat. All rights reserved.