public final class HtmlAttributes extends Object implements Attributes
| Modifier and Type | Field and Description |
|---|---|
static HtmlAttributes |
EMPTY_ATTRIBUTES |
| Constructor and Description |
|---|
HtmlAttributes(int mode) |
public static final HtmlAttributes EMPTY_ATTRIBUTES
public int getIndex(AttributeName name)
name - public int getIndex(String qName)
getIndex in interface Attributespublic int getIndex(String uri, String localName)
getIndex in interface Attributespublic String getType(String qName)
getType in interface Attributespublic String getType(String uri, String localName)
getType in interface Attributespublic String getValue(String qName)
getValue in interface Attributespublic String getValue(String uri, String localName)
getValue 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 AttributeName getAttributeName(int index)
public String getURI(int index)
getURI in interface Attributespublic String getPrefix(int index)
public String getValue(int index)
getValue in interface Attributespublic String getValue(AttributeName name)
Attributes.getValue(java.lang.String)public String getId()
public int getXmlnsLength()
public String getXmlnsLocalName(int index)
public String getXmlnsURI(int index)
public String getXmlnsValue(int index)
public int getXmlnsIndex(AttributeName name)
public String getXmlnsValue(AttributeName name)
public AttributeName getXmlnsAttributeName(int index)
public void adjustForMath()
public void adjustForSvg()
public HtmlAttributes cloneAttributes(Interner interner) throws SAXException
SAXExceptionpublic boolean equalsAnother(HtmlAttributes other)
public void merge(HtmlAttributes attributes) throws SAXException
SAXExceptionCopyright © 2016. All rights reserved.