org.apache.jasper.util
Class UniqueAttributesImpl
java.lang.Object
org.xml.sax.helpers.AttributesImpl
org.apache.jasper.util.UniqueAttributesImpl
- All Implemented Interfaces:
- Attributes
public class UniqueAttributesImpl
- extends AttributesImpl
Wraps the default attributes implementation and ensures that each attribute
has a unique qname as required by the JSP specification.
Method Summary |
void |
addAttribute(String uri,
String localName,
String qName,
String type,
String value)
|
void |
clear()
|
void |
removeAttribute(int index)
|
void |
setAttribute(int index,
String uri,
String localName,
String qName,
String type,
String value)
|
void |
setAttributes(Attributes atts)
|
void |
setQName(int index,
String qName)
|
Methods inherited from class org.xml.sax.helpers.AttributesImpl |
getIndex, getIndex, getLength, getLocalName, getQName, getType, getType, getType, getURI, getValue, getValue, getValue, setLocalName, setType, setURI, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UniqueAttributesImpl
public UniqueAttributesImpl()
UniqueAttributesImpl
public UniqueAttributesImpl(boolean pageDirective)
clear
public void clear()
- Overrides:
clear
in class AttributesImpl
setAttributes
public void setAttributes(Attributes atts)
- Overrides:
setAttributes
in class AttributesImpl
addAttribute
public void addAttribute(String uri,
String localName,
String qName,
String type,
String value)
- Overrides:
addAttribute
in class AttributesImpl
setAttribute
public void setAttribute(int index,
String uri,
String localName,
String qName,
String type,
String value)
- Overrides:
setAttribute
in class AttributesImpl
removeAttribute
public void removeAttribute(int index)
- Overrides:
removeAttribute
in class AttributesImpl
setQName
public void setQName(int index,
String qName)
- Overrides:
setQName
in class AttributesImpl
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.