| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Xml
Generates XML, in the same format as the input from a given
Grammar. |
| Modifier and Type | Method and Description |
|---|---|
protected static Document |
XmlGenerator.generate(XmlGenerator generator) |
protected static void |
XmlGenerator.generate(XmlGenerator generator,
OutputStream stream) |
protected static void |
XmlGenerator.generate(XmlGenerator generator,
Writer writer) |
| Constructor and Description |
|---|
AttributesBuilder(XmlGenerator generator) |
Copyright © 2019. All rights reserved.