| Package | Description |
|---|---|
| org.opencypher.grammar | |
| 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.
|
| Class and Description |
|---|
| LocationAware
Implemented by XML element classes that need to know which file the element was read from, and
where in that file (line / column) the element was read.
|
| Class and Description |
|---|
| XmlGenerator
A utility class for generating XML documents.
|
| Class and Description |
|---|
| Comment
Marker, used together with the
@Child(Comment.class) annotation to mark that the annotated text method
accepts comments rather than regular text elements. |
| Comment.Header |
| XmlGenerator
A utility class for generating XML documents.
|
| XmlGenerator.AttributesBuilder |
| XmlParser
Class for parsing an XML document into an object graph.
|
| XmlParser.Option
Options that can be passed to an XML parser.
|
Copyright © 2019. All rights reserved.