PathParser constructor

PathParser(
  1. String _elementId,
  2. XmlElement _element
)

Implementation

PathParser(this._elementId, this._element);