| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> XmlParser<T> |
XmlParser.xmlParser(Class<T> root)
Create a new XML parser for the given type.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
XmlFile.parse(XmlParser<T> parser)
Parse this XML document with the given parser.
|
<T> Optional<T> |
XmlFile.parseOnce(XmlParser<? extends T> parser)
Parse this XML document with the given parser if it has not already been parsed.
|
Copyright © 2019. All rights reserved.