2009-06-29 02:44:22 +04:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2007 Henri Sivonen
|
2011-04-08 10:07:27 +04:00
|
|
|
* Copyright (c) 2007-2011 Mozilla Foundation
|
2009-06-29 02:44:22 +04:00
|
|
|
*
|
2017-04-12 13:21:03 +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-04-12 13:21:03 +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-04-12 13:21:03 +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 StackNode.java instead and regenerate.
|
|
|
|
*/
|
|
|
|
|
2013-08-23 19:07:10 +04:00
|
|
|
#ifndef nsHtml5StackNode_h
|
|
|
|
#define nsHtml5StackNode_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 nsHtml5StateSnapshot;
|
|
|
|
class nsHtml5Portability;
|
|
|
|
|
|
|
|
class nsHtml5StackNode
|
|
|
|
{
|
2017-12-21 11:02:43 +03:00
|
|
|
public:
|
|
|
|
int32_t idxInTreeBuilder;
|
|
|
|
int32_t flags;
|
|
|
|
nsAtom* name;
|
|
|
|
nsAtom* popName;
|
|
|
|
int32_t ns;
|
|
|
|
nsIContentHandle* node;
|
|
|
|
nsHtml5HtmlAttributes* attributes;
|
2018-03-16 18:26:06 +03:00
|
|
|
|
2017-12-21 11:02:43 +03:00
|
|
|
private:
|
|
|
|
int32_t refcount;
|
|
|
|
mozilla::dom::HTMLContentCreatorFunction htmlCreator;
|
2018-03-16 18:26:06 +03:00
|
|
|
|
2017-12-21 11:02:43 +03:00
|
|
|
public:
|
|
|
|
inline int32_t getFlags() { return flags; }
|
2010-12-09 12:27:57 +03:00
|
|
|
|
2017-12-21 11:02:43 +03:00
|
|
|
int32_t getGroup();
|
|
|
|
bool isScoping();
|
|
|
|
bool isSpecial();
|
|
|
|
bool isFosterParenting();
|
|
|
|
bool isHtmlIntegrationPoint();
|
|
|
|
explicit nsHtml5StackNode(int32_t idxInTreeBuilder);
|
|
|
|
mozilla::dom::HTMLContentCreatorFunction getHtmlCreator();
|
|
|
|
void setValues(int32_t flags,
|
|
|
|
int32_t ns,
|
|
|
|
nsAtom* name,
|
|
|
|
nsIContentHandle* node,
|
|
|
|
nsAtom* popName,
|
|
|
|
nsHtml5HtmlAttributes* attributes,
|
|
|
|
mozilla::dom::HTMLContentCreatorFunction htmlCreator);
|
|
|
|
void setValues(nsHtml5ElementName* elementName, nsIContentHandle* node);
|
|
|
|
void setValues(nsHtml5ElementName* elementName,
|
|
|
|
nsIContentHandle* node,
|
|
|
|
nsHtml5HtmlAttributes* attributes);
|
|
|
|
void setValues(nsHtml5ElementName* elementName,
|
|
|
|
nsIContentHandle* node,
|
|
|
|
nsAtom* popName);
|
|
|
|
void setValues(nsHtml5ElementName* elementName,
|
|
|
|
nsAtom* popName,
|
|
|
|
nsIContentHandle* node);
|
|
|
|
void setValues(nsHtml5ElementName* elementName,
|
|
|
|
nsIContentHandle* node,
|
|
|
|
nsAtom* popName,
|
|
|
|
bool markAsIntegrationPoint);
|
2017-05-15 17:18:20 +03:00
|
|
|
|
2017-12-21 11:02:43 +03:00
|
|
|
private:
|
|
|
|
static int32_t prepareSvgFlags(int32_t flags);
|
|
|
|
static int32_t prepareMathFlags(int32_t flags, bool markAsIntegrationPoint);
|
2018-03-16 18:26:06 +03:00
|
|
|
|
2017-12-21 11:02:43 +03:00
|
|
|
public:
|
|
|
|
~nsHtml5StackNode();
|
|
|
|
void dropAttributes();
|
|
|
|
void retain();
|
|
|
|
void release(nsHtml5TreeBuilder* owningTreeBuilder);
|
|
|
|
bool isUnused();
|
|
|
|
static void initializeStatics();
|
|
|
|
static void releaseStatics();
|
2009-06-29 02:44:22 +04:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|