|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.extension.internal.DExtensible
org.eclipse.tptp.platform.report.tools.internal.DParser
org.eclipse.tptp.platform.report.drivers.xml.internal.DXmlDocumentReader
org.eclipse.tptp.platform.report.core.internal.XMLGraphicReader
org.eclipse.tptp.platform.report.birt).
public class XMLGraphicReader
XMLGraphicReader is a concrete class that will take in an xml document that represents a chart and create an object model. The xml document is provided via an input stream.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.tptp.platform.report.drivers.xml.internal.DXmlDocumentReader |
|---|
DXmlDocumentReader.Arg |
| 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 | |
|---|---|
protected IDObject[] |
documents
Deprecated. |
protected IDObject[] |
idObjects
Deprecated. |
protected IDObject[] |
styles
Deprecated. |
| Fields inherited from class org.eclipse.tptp.platform.report.extension.internal.DExtensible |
|---|
mapMethod, paramTab |
| Constructor Summary | |
|---|---|
XMLGraphicReader()
Deprecated. |
|
XMLGraphicReader(IXmlParser parser)
Deprecated. |
|
| Method Summary | |
|---|---|
IDObject[] |
getDocuments()
Deprecated. Get a list of document objects that were read in. |
IDObject[] |
getStyles()
Deprecated. Get a list of style objects that were read in. |
IDObject[] |
read(org.w3c.dom.Document in)
Deprecated. reads a document directly form a DOM |
IDObject[] |
read(java.io.InputStream in)
Deprecated. Parse input stream building one or more documents updating colors,fonts and styles registry (@see getStyleRegistry()). |
| Methods inherited from class org.eclipse.tptp.platform.report.drivers.xml.internal.DXmlDocumentReader |
|---|
clear, createFromClass, createIDItemForNode, createObjectForClassName, decode, DecodeColor, doChildrenItem, doMethod, doMethod, doMethod, doMethod, doMethod, doMethod, doMethod, doMethod, doMethod, doMethod, doMethod, doMethod, doMethod, doMethod, getColorRegistry, getFontRegistry, getNodeText, getRequiredAttribut, getStyleRegistry, parseAxes, parseCategories, parseChartTitle, parseCurves, parseLabelFormat, parseLegend, parseMajorUnit, parseMinorUnit, parsePlotArea, read, readDOM, readDOM, setColorRegistry, setFontRegistry, setStyleRegistry, updateExtension |
| Methods inherited from class org.eclipse.tptp.platform.report.tools.internal.DParser |
|---|
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 |
|---|
protected IDObject[] idObjects
protected IDObject[] documents
protected IDObject[] styles
| Constructor Detail |
|---|
public XMLGraphicReader()
public XMLGraphicReader(IXmlParser parser)
parser - | Method Detail |
|---|
public IDObject[] read(org.w3c.dom.Document in)
DXmlDocumentReader
read in interface IDocumentReaderread in class DXmlDocumentReaderpublic IDObject[] read(java.io.InputStream in)
DXmlDocumentReader
read in interface IDocumentReaderread in interface IReaderread in class DXmlDocumentReaderin - input stream to use for xml input.
public IDObject[] getDocuments()
IDocumentReader
getDocuments in interface IDocumentReadergetDocuments in class DXmlDocumentReaderorg.eclipse.tptp.platform.report.core.IDocumentReader#getDocuments()public IDObject[] getStyles()
IDocumentReader
getStyles in interface IDocumentReadergetStyles in class DXmlDocumentReaderorg.eclipse.tptp.platform.report.core.IDocumentReader#getStyles()
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||