Home
last modified time | relevance | path

Searched refs:DOMElement (Results 1 – 25 of 59) sorted by relevance

123

/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php25 use DOMElement; alias
323 public function toXhtml(DOMElement $element = null): string
328 public function toXml(DOMElement $element = null): string
407 /** @var DOMElement $node */
418 /** @var DOMElement $DOMNode */
455 /** @var DOMElement $node */
472 * @param DOMElement|null $contextNode
480 function xpath($query, DOMElement $contextNode = null): DOMNodeList
562 * @param DOMElement $xml
569 * Empty condition is better than {@link DOMElement
[all...]
H A DXmlElement.php17 use DOMElement; alias
23 private DOMElement $domElement;
28 * @param DOMElement $domElement - the dom element wrapped
31 public function __construct(DOMElement $domElement, XmlDocument $document)
59 while (!($firstChild instanceof DOMElement)) {
75 if ($childNode instanceof DOMElement) {
107 if ($child instanceof DOMElement) {
186 public function getDomElement(): DOMElement
285 * @param DOMElement $domElement
286 * @return DOMElement
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DXML.php179 * @param DOMElement $element
183 public static function xmlToVariable(DOMElement $element)
192 if (!$entry instanceof DOMElement || $entry->tagName !== 'element') {
219 if ($argument instanceof DOMElement) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DNode.php25 public function __construct(\DOMElement $context)
30 protected function setContextNode(\DOMElement $context)
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DExplain.php13 use DOMElement; alias
29 * @var DOMElement|DOMDocument
56 * @return DOMElement
60 ): DOMElement {
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlSerializationVisitor.php105 …, ?string $rootName = null, ?string $rootNamespace = null, ?string $rootPrefix = null): \DOMElement
338 private function isSkippableEmptyObject(?\DOMElement $node, PropertyMetadata $metadata): bool
348 private function isElementEmpty(\DOMElement $element): bool
364 if ($node instanceof \DOMElement) {
451 private function addNamespaceAttributes(ClassMetadata $metadata, \DOMElement $element): void
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DException.php38 function serialize(Server $server, \DOMElement $errorNode) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DException.php38 function serialize(Server $server, \DOMElement $errorNode) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DInvalidResourceType.php26 function serialize(\Sabre\DAV\Server $server, \DOMElement $errorNode) {
H A DReportNotSupported.php25 function serialize(DAV\Server $server, \DOMElement $errorNode) {
H A DTooManyMatches.php31 function serialize(DAV\Server $server, \DOMElement $errorNode) {
H A DInvalidSyncToken.php31 function serialize(DAV\Server $server, \DOMElement $errorNode) {
H A DLockTokenMatchesRequestUri.php34 function serialize(DAV\Server $server, \DOMElement $errorNode) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DInvalidResourceType.php26 function serialize(\Sabre\DAV\Server $server, \DOMElement $errorNode) {
H A DReportNotSupported.php25 function serialize(DAV\Server $server, \DOMElement $errorNode) {
H A DTooManyMatches.php31 function serialize(DAV\Server $server, \DOMElement $errorNode) {
H A DInvalidSyncToken.php31 function serialize(DAV\Server $server, \DOMElement $errorNode) {
H A DLockTokenMatchesRequestUri.php34 function serialize(DAV\Server $server, \DOMElement $errorNode) {
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Exception/
H A DNotSupportedPrivilege.php26 function serialize(DAV\Server $server, \DOMElement $errorNode) {
H A DAceConflict.php26 function serialize(DAV\Server $server, \DOMElement $errorNode) {
H A DNoAbstract.php26 function serialize(DAV\Server $server, \DOMElement $errorNode) {
H A DNotRecognizedPrincipal.php26 function serialize(DAV\Server $server, \DOMElement $errorNode) {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Exception/
H A DAceConflict.php26 function serialize(DAV\Server $server, \DOMElement $errorNode) {
H A DNoAbstract.php26 function serialize(DAV\Server $server, \DOMElement $errorNode) {
H A DNotRecognizedPrincipal.php26 function serialize(DAV\Server $server, \DOMElement $errorNode) {

123