Uses of Class
org.opencypher.tools.xml.XmlGenerator
-
Packages that use XmlGenerator Package Description org.opencypher.tools.grammar This is the entry-point package for the tools in this library.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 in org.opencypher.tools.grammar
Subclasses of XmlGenerator in org.opencypher.tools.grammar Modifier and Type Class Description classXmlGenerates XML, in the same format as the input from a givenGrammar. -
Uses of XmlGenerator in org.opencypher.tools.xml
Methods in org.opencypher.tools.xml with parameters of type XmlGenerator Modifier and Type Method Description protected static DocumentXmlGenerator. generate(XmlGenerator generator)protected static voidXmlGenerator. generate(XmlGenerator generator, OutputStream stream)protected static voidXmlGenerator. generate(XmlGenerator generator, Writer writer)Constructors in org.opencypher.tools.xml with parameters of type XmlGenerator Constructor Description AttributesBuilder(XmlGenerator generator)
-