2009-06-29 02:44:22 +04:00
|
|
|
/*
|
2010-09-28 11:32:31 +04:00
|
|
|
* Copyright (c) 2009-2010 Mozilla Foundation
|
2009-06-29 02:44:22 +04:00
|
|
|
*
|
2017-12-21 11:02:43 +03:00
|
|
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
|
|
|
* copy of this software and associated documentation files (the "Software"),
|
|
|
|
* to deal in the Software without restriction, including without limitation
|
|
|
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
|
|
* and/or sell copies of the Software, and to permit persons to whom the
|
2009-06-29 02:44:22 +04:00
|
|
|
* Software is furnished to do so, subject to the following conditions:
|
|
|
|
*
|
2017-12-21 11:02:43 +03:00
|
|
|
* The above copyright notice and this permission notice shall be included in
|
2009-06-29 02:44:22 +04:00
|
|
|
* all copies or substantial portions of the Software.
|
|
|
|
*
|
2017-12-21 11:02:43 +03:00
|
|
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
|
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
|
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
|
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
2009-06-29 02:44:22 +04:00
|
|
|
* DEALINGS IN THE SOFTWARE.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* THIS IS A GENERATED FILE. PLEASE DO NOT EDIT.
|
|
|
|
* Please edit StateSnapshot.java instead and regenerate.
|
|
|
|
*/
|
|
|
|
|
2013-08-23 19:07:10 +04:00
|
|
|
#ifndef nsHtml5StateSnapshot_h
|
|
|
|
#define nsHtml5StateSnapshot_h
|
2009-06-29 02:44:22 +04:00
|
|
|
|
2017-10-03 01:05:19 +03:00
|
|
|
#include "nsAtom.h"
|
2009-09-21 15:43:43 +04:00
|
|
|
#include "nsHtml5AtomTable.h"
|
2017-03-20 15:45:15 +03:00
|
|
|
#include "nsHtml5String.h"
|
2014-02-28 03:04:46 +04:00
|
|
|
#include "nsNameSpaceManager.h"
|
2009-06-29 02:44:22 +04:00
|
|
|
#include "nsIContent.h"
|
2014-03-05 23:38:49 +04:00
|
|
|
#include "nsTraceRefcnt.h"
|
2009-06-29 02:44:22 +04:00
|
|
|
#include "jArray.h"
|
|
|
|
#include "nsHtml5ArrayCopy.h"
|
2010-07-30 14:15:38 +04:00
|
|
|
#include "nsAHtml5TreeBuilderState.h"
|
2017-04-20 11:47:02 +03:00
|
|
|
#include "nsGkAtoms.h"
|
2009-06-29 02:44:22 +04:00
|
|
|
#include "nsHtml5ByteReadable.h"
|
2010-04-19 17:25:13 +04:00
|
|
|
#include "nsHtml5Macros.h"
|
2014-03-05 23:38:49 +04:00
|
|
|
#include "nsIContentHandle.h"
|
2017-04-20 10:34:32 +03:00
|
|
|
#include "nsHtml5Portability.h"
|
2017-07-04 11:00:03 +03:00
|
|
|
#include "nsHtml5ContentCreatorFunction.h"
|
2009-06-29 02:44:22 +04:00
|
|
|
|
2009-09-18 13:21:47 +04:00
|
|
|
class nsHtml5StreamParser;
|
2009-06-29 02:44:22 +04:00
|
|
|
|
2017-04-20 10:34:32 +03:00
|
|
|
class nsHtml5AttributeName;
|
|
|
|
class nsHtml5ElementName;
|
2009-06-29 02:44:22 +04:00
|
|
|
class nsHtml5Tokenizer;
|
|
|
|
class nsHtml5TreeBuilder;
|
|
|
|
class nsHtml5MetaScanner;
|
|
|
|
class nsHtml5UTF16Buffer;
|
|
|
|
class nsHtml5Portability;
|
|
|
|
|
2009-09-21 17:18:20 +04:00
|
|
|
class nsHtml5StateSnapshot : public nsAHtml5TreeBuilderState {
|
2017-12-21 11:02:43 +03:00
|
|
|
private:
|
|
|
|
autoJArray<nsHtml5StackNode*, int32_t> stack;
|
|
|
|
autoJArray<nsHtml5StackNode*, int32_t> listOfActiveFormattingElements;
|
|
|
|
autoJArray<int32_t, int32_t> templateModeStack;
|
|
|
|
nsIContentHandle* formPointer;
|
|
|
|
nsIContentHandle* headPointer;
|
|
|
|
nsIContentHandle* deepTreeSurrogateParent;
|
|
|
|
int32_t mode;
|
|
|
|
int32_t originalMode;
|
|
|
|
bool framesetOk;
|
|
|
|
bool needToDropLF;
|
|
|
|
bool quirks;
|
2018-11-30 13:46:48 +03:00
|
|
|
|
2017-12-21 11:02:43 +03:00
|
|
|
public:
|
|
|
|
nsHtml5StateSnapshot(
|
|
|
|
jArray<nsHtml5StackNode*, int32_t> stack,
|
|
|
|
jArray<nsHtml5StackNode*, int32_t> listOfActiveFormattingElements,
|
|
|
|
jArray<int32_t, int32_t> templateModeStack, nsIContentHandle* formPointer,
|
|
|
|
nsIContentHandle* headPointer, nsIContentHandle* deepTreeSurrogateParent,
|
|
|
|
int32_t mode, int32_t originalMode, bool framesetOk, bool needToDropLF,
|
|
|
|
bool quirks);
|
2017-12-07 12:27:56 +03:00
|
|
|
jArray<nsHtml5StackNode*, int32_t> getStack() override;
|
|
|
|
jArray<int32_t, int32_t> getTemplateModeStack() override;
|
|
|
|
jArray<nsHtml5StackNode*, int32_t> getListOfActiveFormattingElements()
|
|
|
|
override;
|
|
|
|
nsIContentHandle* getFormPointer() override;
|
|
|
|
nsIContentHandle* getHeadPointer() override;
|
|
|
|
nsIContentHandle* getDeepTreeSurrogateParent() override;
|
|
|
|
int32_t getMode() override;
|
|
|
|
int32_t getOriginalMode() override;
|
|
|
|
bool isFramesetOk() override;
|
|
|
|
bool isNeedToDropLF() override;
|
|
|
|
bool isQuirks() override;
|
|
|
|
int32_t getListOfActiveFormattingElementsLength() override;
|
|
|
|
int32_t getStackLength() override;
|
|
|
|
int32_t getTemplateModeStackLength() override;
|
2017-12-21 11:02:43 +03:00
|
|
|
~nsHtml5StateSnapshot();
|
|
|
|
static void initializeStatics();
|
|
|
|
static void releaseStatics();
|
2009-06-29 02:44:22 +04:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|