Package org.postgresql.pljava.internal
Class SyntheticXMLReader.FluentAttributes2
java.lang.Object
org.xml.sax.helpers.AttributesImpl
org.xml.sax.ext.Attributes2Impl
org.postgresql.pljava.internal.SyntheticXMLReader.FluentAttributes2
- All Implemented Interfaces:
Attributes
,Attributes2
- Enclosing class:
SyntheticXMLReader
Subclass of
Attributes2Impl
that also provides chainable methods
so attribute information can be supplied in a fluent style.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncleared()
withAttribute
(String localName) withAttribute
(String localName, String value) withAttributes
(Attributes atts) withDeclared
(int index, boolean value) withLocalName
(int index, String localName) withoutAttribute
(int index) withSpecified
(int index, boolean value) Methods inherited from class org.xml.sax.ext.Attributes2Impl
addAttribute, isDeclared, isDeclared, isDeclared, isSpecified, isSpecified, isSpecified, removeAttribute, setAttributes, 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
-
Constructor Details
-
FluentAttributes2
public FluentAttributes2()
-
-
Method Details
-
cleared
-
withAttribute
-
withAttribute
-
withAttribute
-
withoutAttribute
-
withAttribute
-
withAttributes
-
withLocalName
-
withQName
-
withType
-
withURI
-
withValue
-
withDeclared
-
withSpecified
-