|
delegate void | ElementHandler (Dictionary< string, string > atts) |
| Defines the requirements for an object that parses a node. More...
|
|
| mxSaxOutputHandler (mxICanvas2D canvas) |
| Constructs a new sax output handler for the given canvas. More...
|
|
void | Read (XmlReader reader) |
| Reads the given display XML data and parses all elements. More...
|
|
void | ParseElement (string tagName, Dictionary< string, string > atts) |
| Parses the given element and paints it onto the canvas. More...
|
|
|
string | GetString (Dictionary< string, string > atts, string key) |
|
string | GetString (Dictionary< string, string > atts, string key, string defaultValue) |
|
double | GetDouble (Dictionary< string, string > atts, string key) |
|
double | GetDouble (Dictionary< string, string > atts, string key, double defaultValue) |
|
int | GetInt (Dictionary< string, string > atts, string key) |
|
int | GetInt (Dictionary< string, string > atts, string key, int defaultValue) |
|
bool | IsTrue (Dictionary< string, string > atts, string key) |
|
bool | IsTrue (Dictionary< string, string > atts, string key, bool defaultValue) |
|
void | InitHandlers () |
|
com.mxgraph.mxSaxOutputHandler.mxSaxOutputHandler |
( |
mxICanvas2D |
canvas | ) |
|
|
inline |
Constructs a new sax output handler for the given canvas.
delegate void com.mxgraph.mxSaxOutputHandler.ElementHandler |
( |
Dictionary< string, string > |
atts | ) |
|
Defines the requirements for an object that parses a node.
void com.mxgraph.mxSaxOutputHandler.InitHandlers |
( |
| ) |
|
|
inlineprotected |
void com.mxgraph.mxSaxOutputHandler.ParseElement |
( |
string |
tagName, |
|
|
Dictionary< string, string > |
atts |
|
) |
| |
|
inline |
Parses the given element and paints it onto the canvas.
- Parameters
-
tagName | Name of the node to be parsed. |
attrs | Attributes of the node to be parsed. |
void com.mxgraph.mxSaxOutputHandler.Read |
( |
XmlReader |
reader | ) |
|
|
inline |
Reads the given display XML data and parses all elements.
- Parameters
-
reader | Reader that represents the display XML data. |
Holds the current canvas.
Holds the handlers for specific XML nodes.
Sets or returns the current canvas.
The documentation for this class was generated from the following file:
- src/reader/mxSaxOutputHandler.cs