Welcome to the Exelis VIS product documentation center! Here you will find reference guides, help documents, and product libraries. Discover the products including ENVI, IDL, and ENVI LiDAR, and solutions developed by Exelis VIS at www.exelisvis.com.


IDLffXMLSAX

IDLffXMLSAX

An IDLffXMLSAX object uses an XML SAX level 2 parser. The XML parser allows you to read an XML file and store arbitrary data from the file in IDL variables. The parser object’s methods are callbacks. These methods are called automatically when the parser encounters different types of XML elements or attributes.

Note: To use the XML parser, you must write a subclass of this object class, overriding the object methods as necessary to process the data in a specific XML file or files.

The IDLffXMLSAX object encapsulates the Xerces validating XML parser; see http://xml.apache.org for details.

Superclasses


None

Subclasses


You must write a subclass of this object, overriding object methods as necessary to retrieve information from the XML file.

Creation


See IDLffXMLSAX::Init

Properties


Objects of this class have the following properties. See IDLffXMLSAX Properties for details on individual properties.

Methods


This class has the following methods:

Version History


5.6

Introduced



Comments


This page has no comments yet. Be the first one!

© 2013 Exelis Visual Information Solutions