Package org.opencypher.tools.xml
Class XmlGenerator.AttributesBuilder
- java.lang.Object
-
- org.xml.sax.helpers.AttributesImpl
-
- org.opencypher.tools.xml.XmlGenerator.AttributesBuilder
-
- All Implemented Interfaces:
Attributes
- Enclosing class:
- XmlGenerator
protected static class XmlGenerator.AttributesBuilder extends AttributesImpl
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAttributesBuilder(XmlGenerator generator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XmlGenerator.AttributesBuilderattribute(String name, String value)XmlGenerator.AttributesBuilderattribute(String prefix, String name, String value)-
Methods inherited from class org.xml.sax.helpers.AttributesImpl
addAttribute, clear, getIndex, getIndex, getLength, getLocalName, getQName, getType, getType, getType, getURI, getValue, getValue, getValue, removeAttribute, setAttribute, setAttributes, setLocalName, setQName, setType, setURI, setValue
-
-
-
-
Constructor Detail
-
AttributesBuilder
protected AttributesBuilder(XmlGenerator generator)
-
-
Method Detail
-
attribute
public XmlGenerator.AttributesBuilder attribute(String name, String value)
-
attribute
public XmlGenerator.AttributesBuilder attribute(String prefix, String name, String value)
-
-