/plugin/combo/ComboStrap/Xml/ |
H A D | XmlElement.php | 20 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 D | XmlDocument.php | 312 * @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 D | XmlSystems.php | 16 use ComboStrap\Xml\XmlElement; alias 353 $nodeElement = XmlElement::create($svgElement[$i], $xmlDocument);
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/ |
H A D | XmlElement.php | 11 final class XmlElement class
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/ |
H A D | SimpleSubClassObject.php | 8 use JMS\Serializer\Annotation\XmlElement; alias
|
H A D | SimpleClassObject.php | 9 use JMS\Serializer\Annotation\XmlElement; alias
|
H A D | ObjectWithXmlNamespacesAndObjectPropertyAuthor.php | 8 use JMS\Serializer\Annotation\XmlElement; alias
|
H A D | ObjectWithXmlNamespacesAndObjectPropertyVirtual.php | 8 use JMS\Serializer\Annotation\XmlElement; alias
|
H A D | ObjectWithXmlNamespacesAndObjectProperty.php | 8 use JMS\Serializer\Annotation\XmlElement; alias
|
H A D | Publisher.php | 9 use JMS\Serializer\Annotation\XmlElement; alias
|
H A D | ObjectWithNamespacesAndList.php | 9 use JMS\Serializer\Annotation\XmlElement; alias
|
H A D | ObjectWithXmlNamespaces.php | 9 use JMS\Serializer\Annotation\XmlElement; alias
|
H A D | BlogPost.php | 12 use JMS\Serializer\Annotation\XmlElement; alias
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/ |
H A D | AnnotationDriver.php | 31 use JMS\Serializer\Annotation\XmlElement; alias 197 } elseif ($annot instanceof XmlElement) { 221 } elseif ($annot instanceof XmlElement) {
|
/plugin/combo/ComboStrap/ |
H A D | TemplateForWebPage.php | 10 use ComboStrap\Xml\XmlElement; alias 328 private function checkCharSetMeta(XmlElement $head) 350 * @param XmlElement $head
|
H A D | TagAttributes.php | 29 use ComboStrap\Xml\XmlElement; alias 39 * This is the equivalent of an {@link XmlElement}
|
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/ |
H A D | annotations.rst | 710 @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/ |
H A D | CHANGELOG.md | 914 - @XmlElement notation consistency [\#219](https://github.com/schmittjoh/serializer/pull/219) ([ajg…
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
H A D | CHANGELOG.md | 1285 * [BC] Removing Guzzle\Common\XmlElement.
|