Class XsdNodeMap

java.lang.Object
gov.niem.tools.api.validation.xml.XmlNodeMap
gov.niem.tools.api.validation.xml.XsdNodeMap

public class XsdNodeMap extends XmlNodeMap
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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Initializes a new instance of this class.
    void
    load(File file)
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • XsdNodeMap

      public XsdNodeMap()
  • Method Details