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
public static class SyntheticXMLReader.FluentAttributes2 extends Attributes2Impl
Subclass ofAttributes2Impl
that also provides chainable methods so attribute information can be supplied in a fluent style.
-
-
Constructor Summary
Constructors Constructor Description FluentAttributes2()
-
Method Summary
-
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
-
-
-
-
Method Detail
-
cleared
public SyntheticXMLReader.FluentAttributes2 cleared()
-
withAttribute
public SyntheticXMLReader.FluentAttributes2 withAttribute(String localName)
-
withAttribute
public SyntheticXMLReader.FluentAttributes2 withAttribute(String localName, String value)
-
withAttribute
public SyntheticXMLReader.FluentAttributes2 withAttribute(String uri, String localName, String qName, String type, String value)
-
withoutAttribute
public SyntheticXMLReader.FluentAttributes2 withoutAttribute(int index)
-
withAttribute
public SyntheticXMLReader.FluentAttributes2 withAttribute(int index, String uri, String localName, String qName, String type, String value)
-
withAttributes
public SyntheticXMLReader.FluentAttributes2 withAttributes(Attributes atts)
-
withLocalName
public SyntheticXMLReader.FluentAttributes2 withLocalName(int index, String localName)
-
withQName
public SyntheticXMLReader.FluentAttributes2 withQName(int index, String qName)
-
withType
public SyntheticXMLReader.FluentAttributes2 withType(int index, String type)
-
withURI
public SyntheticXMLReader.FluentAttributes2 withURI(int index, String uri)
-
withValue
public SyntheticXMLReader.FluentAttributes2 withValue(int index, String value)
-
withDeclared
public SyntheticXMLReader.FluentAttributes2 withDeclared(int index, boolean value)
-
withSpecified
public SyntheticXMLReader.FluentAttributes2 withSpecified(int index, boolean value)
-
-