Uses of Class
org.opencypher.tools.xml.XmlParser.Option
-
Packages that use XmlParser.Option 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. -
-
Uses of XmlParser.Option in org.opencypher.tools.xml
Methods in org.opencypher.tools.xml that return XmlParser.Option Modifier and Type Method Description static XmlParser.OptionXmlParser.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.Methods in org.opencypher.tools.xml with parameters of type XmlParser.Option Modifier and Type Method Description RootXmlParser. parse(InputStream input, XmlParser.Option... options)Parse the XML document from the given input stream.RootXmlParser. parse(Reader input, XmlParser.Option... options)Parse the XML document from the given reader.RootXmlParser. parse(Path input, XmlParser.Option... options)Parse the XML document at the given path.
-