public class UniqueAttributesImpl
extends org.xml.sax.helpers.AttributesImpl
Constructor and Description |
---|
UniqueAttributesImpl() |
UniqueAttributesImpl(boolean pageDirective) |
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
java.lang.String type,
java.lang.String value) |
void |
clear() |
void |
removeAttribute(int index) |
void |
setAttribute(int index,
java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
java.lang.String type,
java.lang.String value) |
void |
setAttributes(org.xml.sax.Attributes atts) |
void |
setQName(int index,
java.lang.String qName) |
public UniqueAttributesImpl()
public UniqueAttributesImpl(boolean pageDirective)
public void clear()
clear
in class org.xml.sax.helpers.AttributesImpl
public void setAttributes(org.xml.sax.Attributes atts)
setAttributes
in class org.xml.sax.helpers.AttributesImpl
public void addAttribute(java.lang.String uri, java.lang.String localName, java.lang.String qName, java.lang.String type, java.lang.String value)
addAttribute
in class org.xml.sax.helpers.AttributesImpl
public void setAttribute(int index, java.lang.String uri, java.lang.String localName, java.lang.String qName, java.lang.String type, java.lang.String value)
setAttribute
in class org.xml.sax.helpers.AttributesImpl
public void removeAttribute(int index)
removeAttribute
in class org.xml.sax.helpers.AttributesImpl
public void setQName(int index, java.lang.String qName)
setQName
in class org.xml.sax.helpers.AttributesImpl
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.