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 Attributes
public int getIndex(String uri, String localName)
getIndex
in interface Attributes
public String getType(String qName)
getType
in interface Attributes
public String getType(String uri, String localName)
getType
in interface Attributes
public String getValue(String qName)
getValue
in interface Attributes
public String getValue(String uri, String localName)
getValue
in interface Attributes
public int getLength()
getLength
in interface Attributes
public String getLocalName(int index)
getLocalName
in interface Attributes
public String getQName(int index)
getQName
in interface Attributes
public String getType(int index)
getType
in interface Attributes
public AttributeName getAttributeName(int index)
public String getURI(int index)
getURI
in interface Attributes
public String getPrefix(int index)
public String getValue(int index)
getValue
in interface Attributes
public 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
SAXException
public boolean equalsAnother(HtmlAttributes other)
public void merge(HtmlAttributes attributes) throws SAXException
SAXException
Copyright © 2017. All rights reserved.