SC.Parser.SCXML.LocationTracker (sc v1.0.2)
View SourceHandles location tracking for SCXML parsing using XML string analysis.
This module provides functionality to accurately track line and column positions of XML elements and attributes during SAX parsing.
Summary
Functions
Get the location of a specific attribute within the XML.
Get the document order for an element based on element counts. This represents the sequential order in which elements appear in the document.
Calculate the location of an element based on the XML string and element counts.
Functions
Get the location of a specific attribute within the XML.
Get the document order for an element based on element counts. This represents the sequential order in which elements appear in the document.
Calculate the location of an element based on the XML string and element counts.