Uses of Class
org.opencypher.tools.xml.XmlParser
-
Packages that use XmlParser 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 in org.opencypher.tools.xml
Methods in org.opencypher.tools.xml that return XmlParser Modifier and Type Method Description static <T> XmlParser<T>XmlParser. xmlParser(Class<T> root)Create a new XML parser for the given type.Methods in org.opencypher.tools.xml with parameters of type XmlParser Modifier and Type Method Description <T> TXmlFile. 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.
-