Lines Matching refs:mxGraphMlCodec

1 function mxGraphMlCodec()  class
7 mxGraphMlCodec.prototype.refRegexp = /^\{y\:GraphMLReference\s+(\d+)\}$/;
8 mxGraphMlCodec.prototype.staticRegexp = /^\{x\:Static\s+(.+)\.(.+)\}$/;
10 mxGraphMlCodec.prototype.decode = function (xml, callback, onError)
134 mxGraphMlCodec.prototype.initializeKeys = function (graphmlElement)
230 mxGraphMlCodec.prototype.parseAttributes = function (elem, obj)
270 mxGraphMlCodec.prototype.dataElem2Obj = function (elem)
370 mxGraphMlCodec.prototype.mapArray = function(arr, mapping, map)
384 mxGraphMlCodec.prototype.mapObject = function (obj, mapping, map)
487 mxGraphMlCodec.prototype.createMxGraph = function ()
498 mxGraphMlCodec.prototype.importGraph = function (pageElement, graph, parent)
526 mxGraphMlCodec.prototype.importPort = function (portElement, portsMap)
564 mxGraphMlCodec.prototype.styleMap2Str = function (styleMap)
578 mxGraphMlCodec.prototype.importNode = function (nodeElement, graph, parent, dx, dy)
718 mxGraphMlCodec.prototype.addNodeStyle = function (node, dataObj, style)
1007 mxGraphMlCodec.prototype.handleTemplates = function (template, userTags, node, styleMap)
1101 mxGraphMlCodec.prototype.handleCompoundShape = function (node, styleMap, mlStyleObj, lbls)
1617 mxGraphMlCodec.prototype.addTbl2Rows = function(node, rows, th, tw, rowStartSize, colStartSize, att…
1660 mxGraphMlCodec.prototype.addTbl2Cols = function(node, cols, th, tw, rowStartSize, colStartSize, att…
1702 mxGraphMlCodec.prototype.addRow = function(row, parent, odd, y, xShift, rowMapping, defRowStyle)
1769 mxGraphMlCodec.prototype.addColumn = function(column, parent, odd, x, yShift, colMapping, defColSty…
1823 mxGraphMlCodec.prototype.handleFixedRatio = function (node, styleMap)
1856 mxGraphMlCodec.prototype.addNodeGeo = function (node, geoObj, dx, dy)
1884 mxGraphMlCodec.prototype.importEdge = function (edgeElement, graph, parent, dx, dy)
1967 mxGraphMlCodec.prototype.addEdgeGeo = function (edge, geoObj, dx, dy)
1988 mxGraphMlCodec.prototype.addEdgePath = function (edge, pathObj, style, dx, dy)
2048 mxGraphMlCodec.prototype.addEdgeStyle = function (edge, styleObj, styleMap)
2218 mxGraphMlCodec.prototype.addLabels = function (node, lblObj, nodeStyle, graph, absPoints)
2597 mxGraphMlCodec.prototype.processPage = function (graph, pageIndex)
2618 mxGraphMlCodec.prototype.getDirectChildNamedElements = function (parent, name) {
2629 mxGraphMlCodec.prototype.getDirectFirstChildNamedElements = function (parent, name) {
2644 mxGraphMlCodec.prototype.getDirectChildElements = function (parent) {
2659 mxGraphMlCodec.prototype.getDirectFirstChildElement = function (parent) {
3133 new mxGraphMlCodec().decode(xmlData, done, onerror);