Class XmlNodeMap
java.lang.Object
gov.niem.tools.api.validation.xml.XmlNodeMap
- Direct Known Subclasses:
XsdNodeMap
Maps XML element names to line numbers.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
map
-
-
Constructor Details
-
XmlNodeMap
public XmlNodeMap()
-
-
Method Details
-
load
Process the given XML file to add entries to the map object for line numbers and XML nodes (element names and style "element").- Throws:
FileNotFoundException
-
get
Get the XML node defined at or before the given line number. -
create
-