NetCharts Server

netcharts.server.api
Interface XMLParserInterface

All Known Implementing Classes:
NCXMLParser

public interface XMLParserInterface

This interface is used by developers to make their custom XML data available using the Named Data Set (NDS) interface. Developers write or obtain parsers for their custom XML data, and then implement the "parse" interface. An NDS file is then configured in the form:
Class=chartworks.es.plugin.XMLPlugIn filename=somexmlfile.xml xmlParser=com.mycompany.MyXMLParser


Method Summary
 java.lang.Object[][] parse(org.xml.sax.InputSource source, java.util.Hashtable variables)
           
 

Method Detail

parse

public java.lang.Object[][] parse(org.xml.sax.InputSource source,
                                  java.util.Hashtable variables)

NetCharts Server


Visual Mining, Inc.
15825 Shady Grove Rd.
Suite 20
Rockville, MD 20850
800.308.0731
301.947.8293 FAX

Copyright © Visual Mining, Inc. 1996 - 2006
All Rights Reserved.

NetCharts Server TM is a registered trademark of Visual Mining, Inc. Other brands and their products are trademarks of their respective holders.

Last Modified: Nov 26, 2006