TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.drivers.xsd.internal
Class DXsdReader

java.lang.Object
  extended by org.eclipse.tptp.platform.report.extension.internal.DExtensible
      extended by org.eclipse.tptp.platform.report.tools.internal.DParser
          extended by org.eclipse.tptp.platform.report.drivers.xsd.internal.DXsdReader
All Implemented Interfaces:
IReader

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public class DXsdReader
extends DParser
implements IReader

DXsdReader is a class that parse an InputStream and a XSD stream to build a jscrib IDItem tree and associated registries (colors,fonts and styles).
The following example reads a document from the xsd file named 'myfile.jsml'.

    DXmlReader reader = new DXmlReader();
    try{
      IDObject [] docs = reader.read( new FileInputStream("myfile.jsml") );
      // returns only the first document. 
      if (docs.lenght>0 && (docs[0] instanceof DDocument)
          return (DDocument)docs[0];
    }
    catch(Exception e)
    {
      // an error occurs during the file parsing. 
      ...     
    }
 
 

See Also:
read(java.io.InputStream), DExtensible, IReader, InputStream

Nested Class Summary
static class DXsdReader.Arg
          Deprecated. Argument class for doMethod(), and instance of Arg class will be given as the third parameter.
static interface DXsdReader.IDItemFactory
          Deprecated. DXmlReader extenders may want to create their IDItem from their xml node name.
 
Nested classes/interfaces inherited from class org.eclipse.tptp.platform.report.tools.internal.DParser
DParser.ParserException
 
Nested classes/interfaces inherited from class org.eclipse.tptp.platform.report.extension.internal.DExtensible
DExtensible.InvokeMethod
 
Field Summary
 boolean _axis1Found
          Deprecated.  
 boolean _axis2Found
          Deprecated.  
 boolean _axis3Found
          Deprecated.  
 boolean _categoriesFound
          Deprecated.  
 boolean _chart3D
          Deprecated.  
 java.lang.String _chartType
          Deprecated.  
 java.lang.String _dataFormatAxis1
          Deprecated.  
 java.lang.String _dataFormatAxis2
          Deprecated.  
 java.lang.String _dataFormatAxis3
          Deprecated.  
 java.lang.String _dataSetIdsAxis1
          Deprecated.  
 java.lang.String _dataSetIdsAxis2
          Deprecated.  
 java.lang.String _dataSetIdsAxis3
          Deprecated.  
 java.lang.String _inputXsdChartType
          Deprecated.  
 java.lang.String _labelAxis1
          Deprecated.  
 java.lang.String _labelAxis2
          Deprecated.  
 java.lang.String _labelAxis3
          Deprecated.  
 int _lastBValue
          Deprecated.  
 int _lastGValue
          Deprecated.  
 int _lastRValue
          Deprecated.  
 java.lang.String _markerLineColorAxis1
          Deprecated.  
 java.lang.String _markerLineColorAxis2
          Deprecated.  
 java.lang.String _markerLineColorAxis3
          Deprecated.  
 java.lang.String _markerLineLabelAxis1
          Deprecated.  
 java.lang.String _markerLineLabelAxis2
          Deprecated.  
 java.lang.String _markerLineLabelAxis3
          Deprecated.  
 java.lang.String _markerLineValueAxis1
          Deprecated.  
 java.lang.String _markerLineValueAxis2
          Deprecated.  
 java.lang.String _markerLineValueAxis3
          Deprecated.  
 java.lang.String _maxAxis1
          Deprecated.  
 java.lang.String _maxAxis2
          Deprecated.  
 java.lang.String _maxAxis3
          Deprecated.  
 java.lang.String _minAxis1
          Deprecated.  
 java.lang.String _minAxis2
          Deprecated.  
 java.lang.String _minAxis3
          Deprecated.  
 java.lang.String _numberFormatAxis1
          Deprecated.  
 java.lang.String _numberFormatAxis2
          Deprecated.  
 java.lang.String _numberFormatAxis3
          Deprecated.  
 boolean _showGridLineMajorUnitAxis1
          Deprecated.  
 boolean _showGridLineMajorUnitAxis2
          Deprecated.  
 boolean _showGridLineMajorUnitAxis3
          Deprecated.  
 boolean _showGridLineMinorUnitAxis1
          Deprecated.  
 boolean _showGridLineMinorUnitAxis2
          Deprecated.  
 boolean _showGridLineMinorUnitAxis3
          Deprecated.  
 boolean _showLegend
          Deprecated.  
 boolean _showTickMajorUnitAxis1
          Deprecated.  
 boolean _showTickMajorUnitAxis2
          Deprecated.  
 boolean _showTickMajorUnitAxis3
          Deprecated.  
 boolean _showTickMinorUnitAxis1
          Deprecated.  
 boolean _showTickMinorUnitAxis2
          Deprecated.  
 boolean _showTickMinorUnitAxis3
          Deprecated.  
 boolean _showTitleBar
          Deprecated.  
 java.lang.String _titleBar
          Deprecated.  
 boolean _trace
          Deprecated.  
 boolean _traceAttributes
          Deprecated.  
 boolean _traceChilds
          Deprecated.  
 boolean _traceLevel1
          Deprecated.  
 boolean _traceLevel2
          Deprecated.  
 boolean _traceLevel3
          Deprecated.  
 boolean _traceLevel4
          Deprecated.  
 boolean _traceLevel4_5
          Deprecated.  
 boolean _traceLevel5
          Deprecated.  
static boolean _traceLevel6
          Deprecated.  
 java.lang.String _valueMajorUnitAxis1
          Deprecated.  
 java.lang.String _valueMajorUnitAxis2
          Deprecated.  
 java.lang.String _valueMajorUnitAxis3
          Deprecated.  
 java.lang.String _valueMinorUnitAxis1
          Deprecated.  
 java.lang.String _valueMinorUnitAxis2
          Deprecated.  
 java.lang.String _valueMinorUnitAxis3
          Deprecated.  
 
Fields inherited from class org.eclipse.tptp.platform.report.extension.internal.DExtensible
mapMethod, paramTab
 
Constructor Summary
DXsdReader()
          Deprecated. Create a DXmlReader, ready to parse input @see read(InputStream)
 
Method Summary
 void _accessibilityElementAnalysis(org.w3c.dom.Node n)
          Deprecated.  
 void _axisElementAnalysis(org.w3c.dom.Node confElt)
          Deprecated.  
 void _axisInformation()
          Deprecated.  
 void _categoriesElementAnalysis(org.w3c.dom.Node dataSetsElt, java.util.HashMap curveMap)
          Deprecated.  
 void _categoryElementAnalysis(org.w3c.dom.Node categoriesElt, java.util.HashMap curveMap)
          Deprecated.  
 void _chartAreaElementAnalysis(org.w3c.dom.Node confElt)
          Deprecated.  
 void _configurationElementAnalysis(org.w3c.dom.Node c)
          Deprecated.  
 void _coordinatesElementAnalysis(org.w3c.dom.Node dataSetElt, DPoint point)
          Deprecated.  
 void _createStyleForCurve(DCurve curve)
          Deprecated.  
 void _dataElementAnalysis(org.w3c.dom.Node c, DGraphic chart)
          Deprecated.  
 void _dataFormatElementAnalysis(org.w3c.dom.Node elt, java.lang.String _axisNumber)
          Deprecated.  
 void _dataPointElementAnalysis(org.w3c.dom.Node dataSetElt, DCurve curve, java.util.HashMap curveMap)
          Deprecated.  
 void _dataPointElementAnalysis(org.w3c.dom.Node dataSetElt, java.util.HashMap curveMap)
          Deprecated.  
 void _dataSetAssociationsElementAnalysis(org.w3c.dom.Node elt, java.lang.String _axisNumber)
          Deprecated.  
 void _dataSetElementAnalysis(org.w3c.dom.Node dataSetsElt, DGraphic chart, java.util.HashMap curveMap)
          Deprecated.  
 void _dataSetsElementAnalysis(org.w3c.dom.Node dataElt, DGraphic chart, java.util.HashMap curveMap)
          Deprecated.  
 void _dataValueElementAnalysis(org.w3c.dom.Node confElt)
          Deprecated.  
 void _displayContent(org.w3c.dom.Element node)
          Deprecated.  
 void _doMethodXsd(DDocument doc, java.lang.Object arg)
          Deprecated.  
 void _doMethodXsd(DGraphic chart, java.lang.Object the_arg)
          Deprecated.  
 void _doMethodXsdAxisGeneration(DGraphic chart)
          Deprecated.  
 void _ecmascriptElementAnalysis(org.w3c.dom.Node scriptsElt)
          Deprecated.  
 void _eventHandlerElementAnalysis(org.w3c.dom.Node n)
          Deprecated.  
 java.lang.String _getXsdRootElementName()
          Deprecated. Modify this name means you need to modify the same in DXsdReader.
 void _independentAxisElementAnalysis(org.w3c.dom.Node axis)
          Deprecated.  
 void _internationalizationElementAnalysis(org.w3c.dom.Node elt)
          Deprecated.  
 void _legendElementAnalysis(org.w3c.dom.Node confElt)
          Deprecated.  
 void _m(java.lang.String s)
          Deprecated.  
 void _majorUnitElementAnalysis(org.w3c.dom.Node elt, java.lang.String _axisNumber)
          Deprecated.  
 void _markerLineElementAnalysis(org.w3c.dom.Node elt, java.lang.String _axisNumber)
          Deprecated.  
 void _minorUnitElementAnalysis(org.w3c.dom.Node elt, java.lang.String _axisNumber)
          Deprecated.  
 void _numberFormatElementAnalysis(org.w3c.dom.Node elt, java.lang.String _axisNumber)
          Deprecated.  
 void _palettesElementAnalysis(org.w3c.dom.Node n)
          Deprecated.  
 void _plotAreaElementAnalysis(org.w3c.dom.Node n)
          Deprecated.  
 void _preferencesElementAnalysis(org.w3c.dom.Node confElt)
          Deprecated.  
 void _primaryDependentAxisElementAnalysis(org.w3c.dom.Node axis)
          Deprecated.  
 void _scriptsElementAnalysis(org.w3c.dom.Node confElt)
          Deprecated.  
 void _secondaryDependentAxisElementAnalysis(org.w3c.dom.Node axis)
          Deprecated.  
 void _shapesElementAnalysis(org.w3c.dom.Node n)
          Deprecated.  
 void _showGridUnitDefinitionAttributeAnalysis(java.lang.String _categoryUnit, java.lang.String _axisNumber, java.lang.String _showGridValue)
          Deprecated.  
 void _showTickUnitDefinitionAttributeAnalysis(java.lang.String _categoryUnit, java.lang.String _axisNumber, java.lang.String _showGridValue)
          Deprecated.  
 void _sizeElementAnalysis(org.w3c.dom.Node confElt)
          Deprecated.  
 void _timestampElementAnalysis(org.w3c.dom.Node confElt)
          Deprecated.  
 void _titleBarElementAnalysis(org.w3c.dom.Node confElt)
          Deprecated.  
 void _tooltipElementAnalysis(org.w3c.dom.Node n)
          Deprecated.  
 void _unitDefinitionElementAnalysis(org.w3c.dom.Node elt, java.lang.String _axisNumber, java.lang.String _categoryUnit)
          Deprecated.  
 void _valueUnitDefinitionAttributeAnalysis(java.lang.String _categoryUnit, java.lang.String _axisNumber, java.lang.String value)
          Deprecated.  
 void addIDItemFactory(DXsdReader.IDItemFactory f)
          Deprecated. Add an IDItem factory called to create an IDItem instance from a node (name).
 void clear()
          Deprecated. Clears the previous parsing internal datas
protected  IDItem createIDItemForNode(org.w3c.dom.Node node)
          Deprecated. Create a IDItem instance from given str.
protected  java.lang.Object createObjectForClassName(java.lang.String class_name, org.w3c.dom.Node node)
          Deprecated. Create an object for class name using node data.
static java.lang.String decode(java.lang.String s)
          Deprecated. Replace few xml entity '&xxx;' to their char value in string.
 DColorRegistry getColorRegistry()
          Deprecated. Returns the colors which has been loaded by the reader.
 DFontRegistry getFontRegistry()
          Deprecated. Returns the fonts which has been loaded by the reader.
static java.lang.String getNodeText(org.w3c.dom.Node node)
          Deprecated.  
protected  org.w3c.dom.Node getRequiredAttribut(org.w3c.dom.NamedNodeMap attr, java.lang.String attr_tag, java.lang.String elt_tag)
          Deprecated. Check if attribute attr_tag is defined in attribute map attr.
 java.lang.String getRootElementName()
          Deprecated. Modify this name means you need to modify the same in DmlReader.
 DStyleRegistry getStyleRegistry()
          Deprecated. Returns the styles which has been loaded by the reader.
 IDObject[] read(java.io.InputStream in)
          Deprecated. Parse xsd input stream building one documents styles registry (@see getStyleRegistry()).
 void removeIDItemFactory(DXsdReader.IDItemFactory f)
          Deprecated. Remove an IDItem factory previously registered by addIDItemFactory.
 void setColorRegistry(DColorRegistry r)
          Deprecated. override current color registry using the new one
 void setFontRegistry(DFontRegistry r)
          Deprecated. override current font registry using the new one
 void setNodeStyle(org.w3c.dom.NamedNodeMap attr, IDItem item)
          Deprecated. If attribute map contains 'STYLE' attribute, get it from style registry and apply this style on givent item.
 void setStyleRegistry(DStyleRegistry r)
          Deprecated. override current style registry using the new one
 
Methods inherited from class org.eclipse.tptp.platform.report.tools.internal.DParser
doChildrenItem, doMethod, doMethod, doMethod, getListLevel, getTitleLevel
 
Methods inherited from class org.eclipse.tptp.platform.report.extension.internal.DExtensible
doMethod, getDoMethod, installDoMethod, installDoMethods, installDoMethods, invokeDoMethod, invokeSuperDoMethod, removeDoMethod, removeDoMethod, removeDoMethods, removeDoMethods, resolveDoMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_inputXsdChartType

public java.lang.String _inputXsdChartType
Deprecated. 

_titleBar

public java.lang.String _titleBar
Deprecated. 

_showTitleBar

public boolean _showTitleBar
Deprecated. 

_showLegend

public boolean _showLegend
Deprecated. 

_chart3D

public boolean _chart3D
Deprecated. 

_chartType

public java.lang.String _chartType
Deprecated. 

_axis1Found

public boolean _axis1Found
Deprecated. 

_labelAxis1

public java.lang.String _labelAxis1
Deprecated. 

_minAxis1

public java.lang.String _minAxis1
Deprecated. 

_maxAxis1

public java.lang.String _maxAxis1
Deprecated. 

_showGridLineMajorUnitAxis1

public boolean _showGridLineMajorUnitAxis1
Deprecated. 

_showGridLineMinorUnitAxis1

public boolean _showGridLineMinorUnitAxis1
Deprecated. 

_showTickMajorUnitAxis1

public boolean _showTickMajorUnitAxis1
Deprecated. 

_showTickMinorUnitAxis1

public boolean _showTickMinorUnitAxis1
Deprecated. 

_valueMajorUnitAxis1

public java.lang.String _valueMajorUnitAxis1
Deprecated. 

_valueMinorUnitAxis1

public java.lang.String _valueMinorUnitAxis1
Deprecated. 

_markerLineValueAxis1

public java.lang.String _markerLineValueAxis1
Deprecated. 

_markerLineLabelAxis1

public java.lang.String _markerLineLabelAxis1
Deprecated. 

_markerLineColorAxis1

public java.lang.String _markerLineColorAxis1
Deprecated. 

_numberFormatAxis1

public java.lang.String _numberFormatAxis1
Deprecated. 

_dataFormatAxis1

public java.lang.String _dataFormatAxis1
Deprecated. 

_dataSetIdsAxis1

public java.lang.String _dataSetIdsAxis1
Deprecated. 

_axis2Found

public boolean _axis2Found
Deprecated. 

_labelAxis2

public java.lang.String _labelAxis2
Deprecated. 

_minAxis2

public java.lang.String _minAxis2
Deprecated. 

_maxAxis2

public java.lang.String _maxAxis2
Deprecated. 

_showGridLineMajorUnitAxis2

public boolean _showGridLineMajorUnitAxis2
Deprecated. 

_showGridLineMinorUnitAxis2

public boolean _showGridLineMinorUnitAxis2
Deprecated. 

_showTickMajorUnitAxis2

public boolean _showTickMajorUnitAxis2
Deprecated. 

_showTickMinorUnitAxis2

public boolean _showTickMinorUnitAxis2
Deprecated. 

_valueMajorUnitAxis2

public java.lang.String _valueMajorUnitAxis2
Deprecated. 

_valueMinorUnitAxis2

public java.lang.String _valueMinorUnitAxis2
Deprecated. 

_markerLineValueAxis2

public java.lang.String _markerLineValueAxis2
Deprecated. 

_markerLineLabelAxis2

public java.lang.String _markerLineLabelAxis2
Deprecated. 

_markerLineColorAxis2

public java.lang.String _markerLineColorAxis2
Deprecated. 

_numberFormatAxis2

public java.lang.String _numberFormatAxis2
Deprecated. 

_dataFormatAxis2

public java.lang.String _dataFormatAxis2
Deprecated. 

_dataSetIdsAxis2

public java.lang.String _dataSetIdsAxis2
Deprecated. 

_axis3Found

public boolean _axis3Found
Deprecated. 

_labelAxis3

public java.lang.String _labelAxis3
Deprecated. 

_minAxis3

public java.lang.String _minAxis3
Deprecated. 

_maxAxis3

public java.lang.String _maxAxis3
Deprecated. 

_showGridLineMajorUnitAxis3

public boolean _showGridLineMajorUnitAxis3
Deprecated. 

_showGridLineMinorUnitAxis3

public boolean _showGridLineMinorUnitAxis3
Deprecated. 

_showTickMajorUnitAxis3

public boolean _showTickMajorUnitAxis3
Deprecated. 

_showTickMinorUnitAxis3

public boolean _showTickMinorUnitAxis3
Deprecated. 

_valueMajorUnitAxis3

public java.lang.String _valueMajorUnitAxis3
Deprecated. 

_valueMinorUnitAxis3

public java.lang.String _valueMinorUnitAxis3
Deprecated. 

_markerLineValueAxis3

public java.lang.String _markerLineValueAxis3
Deprecated. 

_markerLineLabelAxis3

public java.lang.String _markerLineLabelAxis3
Deprecated. 

_markerLineColorAxis3

public java.lang.String _markerLineColorAxis3
Deprecated. 

_numberFormatAxis3

public java.lang.String _numberFormatAxis3
Deprecated. 

_dataFormatAxis3

public java.lang.String _dataFormatAxis3
Deprecated. 

_dataSetIdsAxis3

public java.lang.String _dataSetIdsAxis3
Deprecated. 

_trace

public boolean _trace
Deprecated. 

_traceLevel1

public boolean _traceLevel1
Deprecated. 

_traceLevel2

public boolean _traceLevel2
Deprecated. 

_traceLevel3

public boolean _traceLevel3
Deprecated. 

_traceLevel4

public boolean _traceLevel4
Deprecated. 

_traceLevel5

public boolean _traceLevel5
Deprecated. 

_traceLevel4_5

public boolean _traceLevel4_5
Deprecated. 

_traceLevel6

public static boolean _traceLevel6
Deprecated. 

_traceChilds

public boolean _traceChilds
Deprecated. 

_traceAttributes

public boolean _traceAttributes
Deprecated. 

_lastRValue

public int _lastRValue
Deprecated. 

_lastGValue

public int _lastGValue
Deprecated. 

_lastBValue

public int _lastBValue
Deprecated. 

_categoriesFound

public boolean _categoriesFound
Deprecated. 
Constructor Detail

DXsdReader

public DXsdReader()
Deprecated. 
Create a DXmlReader, ready to parse input @see read(InputStream)

Method Detail

_m

public void _m(java.lang.String s)
Deprecated. 

_displayContent

public void _displayContent(org.w3c.dom.Element node)
Deprecated. 

getColorRegistry

public DColorRegistry getColorRegistry()
Deprecated. 
Description copied from interface: IReader
Returns the colors which has been loaded by the reader.

Specified by:
getColorRegistry in interface IReader

getFontRegistry

public DFontRegistry getFontRegistry()
Deprecated. 
Description copied from interface: IReader
Returns the fonts which has been loaded by the reader.

Specified by:
getFontRegistry in interface IReader

getStyleRegistry

public DStyleRegistry getStyleRegistry()
Deprecated. 
Description copied from interface: IReader
Returns the styles which has been loaded by the reader.

Specified by:
getStyleRegistry in interface IReader

setColorRegistry

public void setColorRegistry(DColorRegistry r)
Deprecated. 
override current color registry using the new one

Specified by:
setColorRegistry in interface IReader

setFontRegistry

public void setFontRegistry(DFontRegistry r)
Deprecated. 
override current font registry using the new one

Specified by:
setFontRegistry in interface IReader

setStyleRegistry

public void setStyleRegistry(DStyleRegistry r)
Deprecated. 
override current style registry using the new one

Specified by:
setStyleRegistry in interface IReader

addIDItemFactory

public void addIDItemFactory(DXsdReader.IDItemFactory f)
Deprecated. 
Add an IDItem factory called to create an IDItem instance from a node (name). All registered factories are called before default one.


removeIDItemFactory

public void removeIDItemFactory(DXsdReader.IDItemFactory f)
Deprecated. 
Remove an IDItem factory previously registered by addIDItemFactory.


clear

public void clear()
Deprecated. 
Description copied from class: DParser
Clears the previous parsing internal datas

Specified by:
clear in interface IReader
Overrides:
clear in class DParser

_getXsdRootElementName

public java.lang.String _getXsdRootElementName()
Deprecated. 
Modify this name means you need to modify the same in DXsdReader.

Returns:
Xsd root element name for Xsd Canadian documents

getRootElementName

public java.lang.String getRootElementName()
Deprecated. 
Modify this name means you need to modify the same in DmlReader.

Returns:
Xml root element name for jscrib documents

read

public IDObject[] read(java.io.InputStream in)
                throws java.lang.Exception
Deprecated. 
Parse xsd input stream building one documents styles registry (@see getStyleRegistry()).

Specified by:
read in interface IReader
Parameters:
in - input stream to use for xsd input.
Returns:
one JSCRIB chart Document (one DDocument)in an array (can be null).
Throws:
various - exception (ie java.lang.IOException), or DXsdError
java.lang.Exception

decode

public static java.lang.String decode(java.lang.String s)
Deprecated. 
Replace few xml entity '&xxx;' to their char value in string.

Returns:
modified string, or s directly.

getRequiredAttribut

protected org.w3c.dom.Node getRequiredAttribut(org.w3c.dom.NamedNodeMap attr,
                                               java.lang.String attr_tag,
                                               java.lang.String elt_tag)
Deprecated. 
Check if attribute attr_tag is defined in attribute map attr.

Returns:
attribute found
Throws:
DXsdError - if attribute attr_tag is not found in node map attr.

setNodeStyle

public void setNodeStyle(org.w3c.dom.NamedNodeMap attr,
                         IDItem item)
Deprecated. 
If attribute map contains 'STYLE' attribute, get it from style registry and apply this style on givent item.


getNodeText

public static java.lang.String getNodeText(org.w3c.dom.Node node)
Deprecated. 
Returns:
text from node converted from UTF-8 encoding.

createIDItemForNode

protected IDItem createIDItemForNode(org.w3c.dom.Node node)
Deprecated. 
Create a IDItem instance from given str.

Parameters:
str - the node name to use to create IDItem instance.
ext - a DXmlReader.
o_arg - a CreateIDItemArg instance.
Returns:
an IDItem or null if node isn't an iditem element.

_doMethodXsd

public void _doMethodXsd(DDocument doc,
                         java.lang.Object arg)
Deprecated. 

_axisElementAnalysis

public void _axisElementAnalysis(org.w3c.dom.Node confElt)
Deprecated. 

_tooltipElementAnalysis

public void _tooltipElementAnalysis(org.w3c.dom.Node n)
Deprecated. 

_coordinatesElementAnalysis

public void _coordinatesElementAnalysis(org.w3c.dom.Node dataSetElt,
                                        DPoint point)
Deprecated. 

_dataPointElementAnalysis

public void _dataPointElementAnalysis(org.w3c.dom.Node dataSetElt,
                                      java.util.HashMap curveMap)
Deprecated. 

_dataPointElementAnalysis

public void _dataPointElementAnalysis(org.w3c.dom.Node dataSetElt,
                                      DCurve curve,
                                      java.util.HashMap curveMap)
Deprecated. 

_categoriesElementAnalysis

public void _categoriesElementAnalysis(org.w3c.dom.Node dataSetsElt,
                                       java.util.HashMap curveMap)
Deprecated. 

_categoryElementAnalysis

public void _categoryElementAnalysis(org.w3c.dom.Node categoriesElt,
                                     java.util.HashMap curveMap)
Deprecated. 

_dataSetsElementAnalysis

public void _dataSetsElementAnalysis(org.w3c.dom.Node dataElt,
                                     DGraphic chart,
                                     java.util.HashMap curveMap)
Deprecated. 

_dataElementAnalysis

public void _dataElementAnalysis(org.w3c.dom.Node c,
                                 DGraphic chart)
Deprecated. 

_dataFormatElementAnalysis

public void _dataFormatElementAnalysis(org.w3c.dom.Node elt,
                                       java.lang.String _axisNumber)
Deprecated. 

_primaryDependentAxisElementAnalysis

public void _primaryDependentAxisElementAnalysis(org.w3c.dom.Node axis)
Deprecated. 

_numberFormatElementAnalysis

public void _numberFormatElementAnalysis(org.w3c.dom.Node elt,
                                         java.lang.String _axisNumber)
Deprecated. 

_dataSetAssociationsElementAnalysis

public void _dataSetAssociationsElementAnalysis(org.w3c.dom.Node elt,
                                                java.lang.String _axisNumber)
Deprecated. 

_markerLineElementAnalysis

public void _markerLineElementAnalysis(org.w3c.dom.Node elt,
                                       java.lang.String _axisNumber)
Deprecated. 

_majorUnitElementAnalysis

public void _majorUnitElementAnalysis(org.w3c.dom.Node elt,
                                      java.lang.String _axisNumber)
Deprecated. 

_minorUnitElementAnalysis

public void _minorUnitElementAnalysis(org.w3c.dom.Node elt,
                                      java.lang.String _axisNumber)
Deprecated. 

_secondaryDependentAxisElementAnalysis

public void _secondaryDependentAxisElementAnalysis(org.w3c.dom.Node axis)
Deprecated. 

_independentAxisElementAnalysis

public void _independentAxisElementAnalysis(org.w3c.dom.Node axis)
Deprecated. 

_sizeElementAnalysis

public void _sizeElementAnalysis(org.w3c.dom.Node confElt)
Deprecated. 

_titleBarElementAnalysis

public void _titleBarElementAnalysis(org.w3c.dom.Node confElt)
Deprecated. 

_createStyleForCurve

public void _createStyleForCurve(DCurve curve)
Deprecated. 

_internationalizationElementAnalysis

public void _internationalizationElementAnalysis(org.w3c.dom.Node elt)
Deprecated. 

_unitDefinitionElementAnalysis

public void _unitDefinitionElementAnalysis(org.w3c.dom.Node elt,
                                           java.lang.String _axisNumber,
                                           java.lang.String _categoryUnit)
Deprecated. 

_valueUnitDefinitionAttributeAnalysis

public void _valueUnitDefinitionAttributeAnalysis(java.lang.String _categoryUnit,
                                                  java.lang.String _axisNumber,
                                                  java.lang.String value)
Deprecated. 

_showGridUnitDefinitionAttributeAnalysis

public void _showGridUnitDefinitionAttributeAnalysis(java.lang.String _categoryUnit,
                                                     java.lang.String _axisNumber,
                                                     java.lang.String _showGridValue)
Deprecated. 

_showTickUnitDefinitionAttributeAnalysis

public void _showTickUnitDefinitionAttributeAnalysis(java.lang.String _categoryUnit,
                                                     java.lang.String _axisNumber,
                                                     java.lang.String _showGridValue)
Deprecated. 

_dataValueElementAnalysis

public void _dataValueElementAnalysis(org.w3c.dom.Node confElt)
Deprecated. 

_eventHandlerElementAnalysis

public void _eventHandlerElementAnalysis(org.w3c.dom.Node n)
Deprecated. 

_legendElementAnalysis

public void _legendElementAnalysis(org.w3c.dom.Node confElt)
Deprecated. 

_timestampElementAnalysis

public void _timestampElementAnalysis(org.w3c.dom.Node confElt)
Deprecated. 

_chartAreaElementAnalysis

public void _chartAreaElementAnalysis(org.w3c.dom.Node confElt)
Deprecated. 

_plotAreaElementAnalysis

public void _plotAreaElementAnalysis(org.w3c.dom.Node n)
Deprecated. 

_configurationElementAnalysis

public void _configurationElementAnalysis(org.w3c.dom.Node c)
Deprecated. 

_shapesElementAnalysis

public void _shapesElementAnalysis(org.w3c.dom.Node n)
Deprecated. 

_palettesElementAnalysis

public void _palettesElementAnalysis(org.w3c.dom.Node n)
Deprecated. 

_preferencesElementAnalysis

public void _preferencesElementAnalysis(org.w3c.dom.Node confElt)
Deprecated. 

_scriptsElementAnalysis

public void _scriptsElementAnalysis(org.w3c.dom.Node confElt)
Deprecated. 

_ecmascriptElementAnalysis

public void _ecmascriptElementAnalysis(org.w3c.dom.Node scriptsElt)
Deprecated. 

_dataSetElementAnalysis

public void _dataSetElementAnalysis(org.w3c.dom.Node dataSetsElt,
                                    DGraphic chart,
                                    java.util.HashMap curveMap)
Deprecated. 

_accessibilityElementAnalysis

public void _accessibilityElementAnalysis(org.w3c.dom.Node n)
Deprecated. 

_axisInformation

public void _axisInformation()
Deprecated. 

_doMethodXsd

public void _doMethodXsd(DGraphic chart,
                         java.lang.Object the_arg)
Deprecated. 

_doMethodXsdAxisGeneration

public void _doMethodXsdAxisGeneration(DGraphic chart)
Deprecated. 

createObjectForClassName

protected java.lang.Object createObjectForClassName(java.lang.String class_name,
                                                    org.w3c.dom.Node node)
Deprecated. 
Create an object for class name using node data. This is for simple class like "java.lang.Byte" this object creation is not extensible nor overridable using DExtensible mechanism. IDXmlSerializable class name is also supported, in this case instance if configured using extensible mechanism.

Returns:
class instance, or null if this is a unknown class.

TPTP 4.6.0 Platform Project
Internal API Specification