| 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 XmlParser.Option |
XmlParser.Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlParser.Option[] |
XmlParser.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Root |
XmlParser.parse(InputStream input,
XmlParser.Option... options)
Parse the XML document from the given input stream.
|
Root |
XmlParser.parse(Path input,
XmlParser.Option... options)
Parse the XML document at the given path.
|
Root |
XmlParser.parse(Reader input,
XmlParser.Option... options)
Parse the XML document from the given reader.
|
Copyright © 2019. All rights reserved.