Home
last modified time | relevance | path

Searched refs:XmlElement (Results 1 – 22 of 22) sorted by relevance

/plugin/combo/ComboStrap/Xml/
H A DXmlElement.php20 class XmlElement class
38 public static function create($domElement, XmlDocument $xmlDocument): XmlElement
40 return new XmlElement($domElement, $xmlDocument);
56 public function getFirstChildElement(): XmlElement
65 return new XmlElement($firstChild, $this->document);
69 * @return XmlElement[]
76 $childNodes[] = new XmlElement($childNode, $this->document);
92 …$childNodes[] = implode('', XmlElement::create($childNode, $this->document)->getChildrenNodeTextVa…
99 * @return XmlElement[]
108 $nodes[] = new XmlElement($child, $this->document);
[all …]
H A DXmlDocument.php702 public function querySelector(string $selector): XmlElement
713 * @return XmlElement[]
723 $domNodes[] = new XmlElement($domNode, $this);
754 public function getElement(): XmlElement
756 return XmlElement::create($this->getDomDocument()->documentElement, $this);
767 public function createElement(string $localName): XmlElement
770 return XmlElement::create($element, $this);
H A DXmlSystems.php16 use ComboStrap\Xml\XmlElement; alias
353 $nodeElement = XmlElement::create($svgElement[$i], $xmlDocument);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
DXmlElement.php11 final class XmlElement class
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
DSimpleSubClassObject.php8 use JMS\Serializer\Annotation\XmlElement; alias
DSimpleClassObject.php9 use JMS\Serializer\Annotation\XmlElement; alias
DObjectWithXmlNamespacesAndObjectPropertyAuthor.php8 use JMS\Serializer\Annotation\XmlElement; alias
DObjectWithXmlNamespacesAndObjectProperty.php8 use JMS\Serializer\Annotation\XmlElement; alias
DObjectWithXmlNamespacesAndObjectPropertyVirtual.php8 use JMS\Serializer\Annotation\XmlElement; alias
DPublisher.php9 use JMS\Serializer\Annotation\XmlElement; alias
DObjectWithNamespacesAndList.php9 use JMS\Serializer\Annotation\XmlElement; alias
DObjectWithXmlNamespaces.php9 use JMS\Serializer\Annotation\XmlElement; alias
DBlogPost.php12 use JMS\Serializer\Annotation\XmlElement; alias
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
DAnnotationDriver.php31 use JMS\Serializer\Annotation\XmlElement; alias
197 } elseif ($annot instanceof XmlElement) {
221 } elseif ($annot instanceof XmlElement) {
/plugin/combo/ComboStrap/
H A DTemplateForWebPage.php10 use ComboStrap\Xml\XmlElement; alias
331 private function checkCharSetMeta(XmlElement $head)
353 * @param XmlElement $head
H A DTagAttributes.php29 use ComboStrap\Xml\XmlElement; alias
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
Dannotations.rst710 @XmlElement
718 use JMS\Serializer\Annotation\XmlElement;
726 * @XmlElement(cdata=false, namespace="http://www.w3.org/2005/Atom")
756 * @XmlElement(namespace="http://www.w3.org/2005/Atom")
/plugin/datatables/assets/pdfmake/
Dpdfmake.js66346 function XmlElement(tag) {
66366 XmlElement.prototype._addChild = function (child) {
66377 XmlElement.prototype._opentag = function (tag) {
66378 var child = new XmlElement(tag);
66385 XmlElement.prototype._closetag = function () {
66389 XmlElement.prototype._text = function (text) {
66397 XmlElement.prototype._cdata = function (cdata) {
66403 XmlElement.prototype._comment = function (comment) {
66409 XmlElement.prototype._error = function (err) {
66415 XmlElement.prototype.eachChild = function (iterator, context) {
[all …]
Dpdfmake.min.js2XmlElement(r){var i=u[u.length-1].parser;this.name=r.name,this.attr=r.attributes,this.val="",this.…
/plugin/findologicxmlexport/vendor/jms/serializer/
DCHANGELOG.md914 - @XmlElement notation consistency [\#219](https://github.com/schmittjoh/serializer/pull/219) ([ajg…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DCHANGELOG.md1285 * [BC] Removing Guzzle\Common\XmlElement.
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DCHANGELOG.md1580 * [BC] Removing Guzzle\Common\XmlElement.