ComponentUtilitiesXmlStreamAxis Method

There are two overloads for this method

Remarks

Using these methods to search for specific elements avoids having to load the entire file which can be quite costly in terms of memory when it is extremely large. It is typically faster as well since it doesn't have to load and parse the whole file before starting the search.

Overload List

XmlStreamAxis(String, IEnumerableString) This provides a fast and efficient way of querying large XML files for specific element types which themselves may contain instances of the given elements.
XmlStreamAxis(String, String) This provides a fast and efficient way of querying large XML files for a specific element type

See Also