Class XsdNodeMap
java.lang.Object
gov.niem.tools.api.validation.xml.XmlNodeMap
gov.niem.tools.api.validation.xml.XsdNodeMap
Maps XML Schema components (elements, attributes, complex types, and simple types)
to line numbers.
-
Field Summary
Fields inherited from class gov.niem.tools.api.validation.xml.XmlNodeMap
map
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()
Initializes a new instance of this class.void
Process the given XSD file to ad entries to the map object for line numbers and XSD nodes (element, attribute, complex type, and simple type names and style).Methods inherited from class gov.niem.tools.api.validation.xml.XmlNodeMap
get
-
Constructor Details
-
XsdNodeMap
public XsdNodeMap()
-
-
Method Details
-
load
Process the given XSD file to ad entries to the map object for line numbers and XSD nodes (element, attribute, complex type, and simple type names and style).- Overrides:
load
in classXmlNodeMap
- Throws:
FileNotFoundException
-
create
Initializes a new instance of this class.- Overrides:
create
in classXmlNodeMap
-