|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21573/root/usr/include/xulrunner-17.0.10/ |
Upload File : |
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ /* * This file contains the list of deprecated DOM operations. It is * designed to be used as input to the C preprocessor *only*. */ DEPRECATED_OPERATION(GetAttributeNode) DEPRECATED_OPERATION(SetAttributeNode) DEPRECATED_OPERATION(GetAttributeNodeNS) DEPRECATED_OPERATION(SetAttributeNodeNS) DEPRECATED_OPERATION(RemoveAttributeNode) DEPRECATED_OPERATION(CreateAttribute) DEPRECATED_OPERATION(CreateAttributeNS) DEPRECATED_OPERATION(Specified) DEPRECATED_OPERATION(OwnerElement) DEPRECATED_OPERATION(NodeName) DEPRECATED_OPERATION(NodeValue) DEPRECATED_OPERATION(NodeType) DEPRECATED_OPERATION(ParentNode) DEPRECATED_OPERATION(ChildNodes) DEPRECATED_OPERATION(HasChildNodes) DEPRECATED_OPERATION(HasAttributes) DEPRECATED_OPERATION(FirstChild) DEPRECATED_OPERATION(LastChild) DEPRECATED_OPERATION(PreviousSibling) DEPRECATED_OPERATION(NextSibling) DEPRECATED_OPERATION(Attributes) DEPRECATED_OPERATION(InsertBefore) DEPRECATED_OPERATION(ReplaceChild) DEPRECATED_OPERATION(RemoveChild) DEPRECATED_OPERATION(AppendChild) DEPRECATED_OPERATION(CloneNode) DEPRECATED_OPERATION(OwnerDocument) DEPRECATED_OPERATION(Normalize) DEPRECATED_OPERATION(IsSupported) DEPRECATED_OPERATION(IsEqualNode) DEPRECATED_OPERATION(TextContent) DEPRECATED_OPERATION(EnablePrivilege) DEPRECATED_OPERATION(Position) DEPRECATED_OPERATION(TotalSize) DEPRECATED_OPERATION(InputEncoding) DEPRECATED_OPERATION(MozBeforePaint) DEPRECATED_OPERATION(MozBlobBuilder) DEPRECATED_OPERATION(DOMExceptionCode) DEPRECATED_OPERATION(NoExposedProps) DEPRECATED_OPERATION(MutationEvent) DEPRECATED_OPERATION(MozSlice)