/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* 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/. */
virtualvoid DocAddSizeOfExcludingThis(
nsWindowSizes& aWindowSizes) const override; // DocAddSizeOfIncludingThis is inherited from Document.
// .location is [Unforgeable], so we have to make it clear that the Document // version applies to us (it's shadowed by the XPCOM thing on Document). using Document::GetLocation;
// mChannelIsPending indicates whether we're currently asynchronously loading // data from mChannel. It's set to true when we first find out about the // channel (StartDocumentLoad) and set to false in EndLoad or if ResetToURI() // is called. In the latter case our mChannel is also cancelled. Note that // if this member is true, mChannel cannot be null. bool mChannelIsPending;
// If true. we're really a Document, not an XMLDocument bool mIsPlainDocument;
// If true, do not output <parsererror> elements. Per spec, XMLHttpRequest // shouldn't output them, whereas DOMParser/others should (see bug 918703). bool mSuppressParserErrorElement;
// If true, do not log parsing errors to the web console (see bug 884693). bool mSuppressParserErrorConsoleMessages;
};
} // namespace mozilla::dom
#endif// mozilla_dom_XMLDocument_h
¤ Dauer der Verarbeitung: 0.1 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.