Package org.postgresql.pljava.internal
Class SyntheticXMLReader.EmptyAttributes2
- java.lang.Object
-
- org.xml.sax.helpers.AttributesImpl
-
- org.xml.sax.ext.Attributes2Impl
-
- org.postgresql.pljava.internal.SyntheticXMLReader.EmptyAttributes2
-
- All Implemented Interfaces:
Attributes
,Attributes2
- Enclosing class:
- SyntheticXMLReader
public static class SyntheticXMLReader.EmptyAttributes2 extends Attributes2Impl
An immutable and empty collection of attributes.
-
-
Constructor Summary
Constructors Constructor Description EmptyAttributes2()
-
Method Summary
Modifier and Type Method Description void
addAttribute(String uri, String localName, String qName, String type, String value)
void
setAttributes(Attributes atts)
-
Methods inherited from class org.xml.sax.ext.Attributes2Impl
isDeclared, isDeclared, isDeclared, isSpecified, isSpecified, isSpecified, removeAttribute, setDeclared, setSpecified
-
Methods inherited from class org.xml.sax.helpers.AttributesImpl
clear, getIndex, getIndex, getLength, getLocalName, getQName, getType, getType, getType, getURI, getValue, getValue, getValue, setAttribute, setLocalName, setQName, setType, setURI, setValue
-
-
-
-
Method Detail
-
addAttribute
public void addAttribute(String uri, String localName, String qName, String type, String value)
- Overrides:
addAttribute
in classAttributes2Impl
-
setAttributes
public void setAttributes(Attributes atts)
- Overrides:
setAttributes
in classAttributes2Impl
-
-