Uses of Class
org.opencypher.tools.xml.XmlGenerator.AttributesBuilder
-
Packages that use XmlGenerator.AttributesBuilder Package Description org.opencypher.tools.xml This package contains utilities that read XML files and build up a custom object graph by mapping the XML structure to annotated classes. -
-
Uses of XmlGenerator.AttributesBuilder in org.opencypher.tools.xml
Methods in org.opencypher.tools.xml that return XmlGenerator.AttributesBuilder Modifier and Type Method Description protected XmlGenerator.AttributesBuilderXmlGenerator. attribute(String name, String value)protected XmlGenerator.AttributesBuilderXmlGenerator. attribute(String prefix, String name, String value)XmlGenerator.AttributesBuilderXmlGenerator.AttributesBuilder. attribute(String name, String value)XmlGenerator.AttributesBuilderXmlGenerator.AttributesBuilder. attribute(String prefix, String name, String value)
-