AttributesEx
, Attributes
public final class AttributesExImpl extends AttributesImpl implements AttributesEx
AttributesEx
implementation.
TODO: proper implementation that holds CharSequenceConstructor | Description |
---|---|
AttributesExImpl() |
Modifier and Type | Method | Description |
---|---|---|
CharSequence |
getData(int idx) |
The same as
Attributes.getValue(int) |
CharSequence |
getData(String nsUri,
String localName) |
The same as
Attributes.getValue(String,String) |
getIndex, getIndex, getLength, getLocalName, getQName, getType, getType, getType, getURI, getValue, getValue, getValue
addAttribute, clear, getIndex, getIndex, getIndexFast, getLength, getLocalName, getQName, getType, getType, getType, getURI, getValue, getValue, getValue, removeAttribute, setAttribute, setAttributes, setLocalName, setQName, setType, setURI, setValue
public CharSequence getData(int idx)
AttributesEx
Attributes.getValue(int)
getData
in interface AttributesEx
public CharSequence getData(String nsUri, String localName)
AttributesEx
Attributes.getValue(String,String)
getData
in interface AttributesEx
Copyright © 2018 Oracle Corporation. All rights reserved.