Home
last modified time | relevance | path

Searched refs:xmlDocument (Results 1 – 17 of 17) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DClover.php30 $xmlDocument = new \DOMDocument('1.0', 'UTF-8');
31 $xmlDocument->formatOutput = true;
33 $xmlCoverage = $xmlDocument->createElement('coverage');
35 $xmlDocument->appendChild($xmlCoverage);
37 $xmlProject = $xmlDocument->createElement('project');
57 $xmlFile = $xmlDocument->createElement('file');
106 $xmlClass = $xmlDocument->createElement('class');
166 $xmlLine = $xmlDocument->createElement('line');
192 $xmlMetrics = $xmlDocument->createElement('metrics');
224 $xmlMetrics = $xmlDocument->createElement('metrics');
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DValidation.java36 Document xmlDocument = mxDomUtils.createDocument(); in Validation() local
37 Element sourceNode = xmlDocument.createElement("Source"); in Validation()
38 Element targetNode = xmlDocument.createElement("Target"); in Validation()
39 Element subtargetNode = xmlDocument.createElement("Subtarget"); in Validation()
H A DValidation.java.bak32 Document xmlDocument = mxUtils.createDocument();
33 Element sourceNode = xmlDocument.createElement("Source");
34 Element targetNode = xmlDocument.createElement("Target");
35 Element subtargetNode = xmlDocument.createElement("Subtarget");
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DXMLExporter.php16 $xmlDocument = $page->getXml();
18 return $xmlDocument->saveXML();
/plugin/diagramsnet/lib/js/
H A Dembed.dev.js173 var xmlDocument = mxUtils.parseXml(xml);
177 if (xmlDocument.documentElement != null && xmlDocument.documentElement.nodeName == 'mxfile')
179 diagrams = xmlDocument.documentElement.getElementsByTagName('diagram');
180 configNode = xmlDocument.documentElement;
186 xmlDocument = mxUtils.parseXml(xml);
190 … if (xmlDocument.documentElement != null && xmlDocument.documentElement.nodeName == 'mxGraphModel')
192 var decoder = new mxCodec(xmlDocument);
193 var node = xmlDocument.documentElement;
H A Dviewer.min.js4017 …bar-position"]&&(this.minHeight+=this.toolbarHeight);if(null!=c&&(this.xmlDocument=c.ownerDocument…
4020 …lNode,!0);this.xmlNode!=c&&(this.xml=mxUtils.getXml(this.xmlNode),this.xmlDocument=this.xmlNode.ow…
4030 …type.setXmlNode=function(b){b=this.editor.extractGraphModel(b,!0);this.xmlDocument=b.ownerDocument…
4031 GraphViewer.prototype.setFileNode=function(b){null==this.xmlNode&&(this.xmlDocument=b.ownerDocument…
H A Dviewer-static.min.js4017 …bar-position"]&&(this.minHeight+=this.toolbarHeight);if(null!=c&&(this.xmlDocument=c.ownerDocument…
4020 …lNode,!0);this.xmlNode!=c&&(this.xml=mxUtils.getXml(this.xmlNode),this.xmlDocument=this.xmlNode.ow…
4030 …type.setXmlNode=function(b){b=this.editor.extractGraphModel(b,!0);this.xmlDocument=b.ownerDocument…
4031 GraphViewer.prototype.setFileNode=function(b){null==this.xmlNode&&(this.xmlDocument=b.ownerDocument…
/plugin/diagramsnet/lib/js/diagramly/
H A DEmbed.js173 var xmlDocument = mxUtils.parseXml(xml);
177 if (xmlDocument.documentElement != null && xmlDocument.documentElement.nodeName == 'mxfile')
179 diagrams = xmlDocument.documentElement.getElementsByTagName('diagram');
180 configNode = xmlDocument.documentElement;
186 xmlDocument = mxUtils.parseXml(xml);
190 … if (xmlDocument.documentElement != null && xmlDocument.documentElement.nodeName == 'mxGraphModel')
192 var decoder = new mxCodec(xmlDocument);
193 var node = xmlDocument.documentElement;
H A DGraphViewer.js161 this.xmlDocument = xmlNode.ownerDocument;
247 this.xmlDocument = this.xmlNode.ownerDocument;
620 this.xmlDocument = xmlNode.ownerDocument;
635 this.xmlDocument = xmlNode.ownerDocument;
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DXmlSerializationTest.php75 $xmlDocument = new \DOMDocument('1.0', 'utf-8');
76 $xmlDocument->loadXML($xmlString);
78 $this->assertTrue($xmlDocument->schemaValidateSource(self::$schema));
/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php343 public static function deleteAllElementsByName(string $elementName, XmlDocument $xmlDocument) argument
347 $svgElement = $xmlDocument->xpath($xpathQuery);
353 $nodeElement = XmlElement::create($svgElement[$i], $xmlDocument);
H A DXmlElement.php38 public static function create($domElement, XmlDocument $xmlDocument): XmlElement argument
40 return new XmlElement($domElement, $xmlDocument);
/plugin/combo/ComboStrap/
H A DFetcherSvg.php699 private ?XmlDocument $xmlDocument = null; variable in ComboStrap\\FetcherSvg
760 return $this->xmlDocument;
1687 if ($this->xmlDocument !== null) {
1696 $this->xmlDocument = XmlDocument::createXmlDocFromMarkup($markup);
1697 $localName = $this->xmlDocument->getElement()->getLocalName();
/plugin/jdraw/lib/
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js17191 var xmlDocument = parser.parseFromString(data);
17194 if (xmlDocument) {
17195 this._parse(xmlDocument);
17242 value: function _parse(xmlDocument) {
17243 var rdf = xmlDocument.documentElement;
H A Dpdf.js.map1xmlDocument","_repair","chars","_parse","rdf","nodeName","children","XMLParserErrorCode","NoError"…