Home
last modified time | relevance | path

Searched refs:XmlElement (Results 1 – 19 of 19) sorted by path

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md1285 * [BC] Removing Guzzle\Common\XmlElement.
/plugin/combo/ComboStrap/
H A DTagAttributes.php29 use ComboStrap\Xml\XmlElement; alias
39 * This is the equivalent of an {@link XmlElement}
H A DTemplateForWebPage.php10 use ComboStrap\Xml\XmlElement; alias
328 private function checkCharSetMeta(XmlElement $head)
350 * @param XmlElement $head
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php312 * @deprecated uses {@link XmlElement::getAttribute()} of {@link self::getElement()}
681 * @deprecated use the {@link XmlElement::removeAttribute()} if possible
702 public function querySelector(string $selector): XmlElement
713 * @return XmlElement[]
723 $domNodes[] = new XmlElement($domNode, $this);
745 * @deprecated use {@link XmlElement::remove} instead
754 public function getElement(): XmlElement
756 return XmlElement::create($this->getDomDocument()->documentElement, $this);
767 public function createElement(string $localName): XmlElement
770 return XmlElement
[all...]
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)->getChildrenNodeTextValues());
99 * @return XmlElement[]
108 $nodes[] = new XmlElement(
[all...]
H A DXmlSystems.php16 use ComboStrap\Xml\XmlElement; alias
353 $nodeElement = XmlElement::create($svgElement[$i], $xmlDocument);
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md914 - @XmlElement notation consistency [\#219](https://github.com/schmittjoh/serializer/pull/219) ([ajg…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A 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/findologicxmlexport/vendor/jms/serializer/src/Annotation/
H A DXmlElement.php11 final class XmlElement class
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DAnnotationDriver.php31 use JMS\Serializer\Annotation\XmlElement; alias
197 } elseif ($annot instanceof XmlElement) {
221 } elseif ($annot instanceof XmlElement) {
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DBlogPost.php12 use JMS\Serializer\Annotation\XmlElement; alias
H A DObjectWithNamespacesAndList.php9 use JMS\Serializer\Annotation\XmlElement; alias
H A DObjectWithXmlNamespaces.php9 use JMS\Serializer\Annotation\XmlElement; alias
H A DObjectWithXmlNamespacesAndObjectProperty.php8 use JMS\Serializer\Annotation\XmlElement; alias
H A DObjectWithXmlNamespacesAndObjectPropertyAuthor.php8 use JMS\Serializer\Annotation\XmlElement; alias
H A DObjectWithXmlNamespacesAndObjectPropertyVirtual.php8 use JMS\Serializer\Annotation\XmlElement; alias
H A DPublisher.php9 use JMS\Serializer\Annotation\XmlElement; alias
H A DSimpleClassObject.php9 use JMS\Serializer\Annotation\XmlElement; alias
H A DSimpleSubClassObject.php8 use JMS\Serializer\Annotation\XmlElement; alias