Uses of Package
org.opencypher.tools.xml
-
Packages that use org.opencypher.tools.xml 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. -
Classes in org.opencypher.tools.xml used by org.opencypher.grammar Class 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.XmlFile An XML attribute value that corresponds to an XML file that can be parsed. -
Classes in org.opencypher.tools.xml used by org.opencypher.tools.grammar Class Description XmlGenerator A utility class for generating XML documents. -
Classes in org.opencypher.tools.xml used by org.opencypher.tools.xml Class 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.