2015-05-03 19:32:37 +00:00
|
|
|
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
|
|
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
|
2012-05-21 11:12:37 +00:00
|
|
|
/* 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/. */
|
2008-10-15 09:40:28 +00:00
|
|
|
|
2013-01-04 17:02:14 +00:00
|
|
|
#ifndef nsTextNode_h
|
|
|
|
#define nsTextNode_h
|
|
|
|
|
2008-10-15 09:40:28 +00:00
|
|
|
/*
|
|
|
|
* Implementation of DOM Core's nsIDOMText node.
|
|
|
|
*/
|
|
|
|
|
2013-05-29 20:43:41 +00:00
|
|
|
#include "mozilla/Attributes.h"
|
2013-02-22 14:56:29 +00:00
|
|
|
#include "mozilla/dom/Text.h"
|
2008-10-15 09:40:28 +00:00
|
|
|
#include "nsIDOMText.h"
|
2013-01-04 17:02:14 +00:00
|
|
|
#include "nsDebug.h"
|
2011-08-11 13:29:50 +00:00
|
|
|
|
2013-04-04 12:01:08 +00:00
|
|
|
class nsNodeInfoManager;
|
|
|
|
|
2008-10-15 09:40:28 +00:00
|
|
|
/**
|
|
|
|
* Class used to implement DOM text nodes
|
|
|
|
*/
|
2013-02-22 14:56:29 +00:00
|
|
|
class nsTextNode : public mozilla::dom::Text,
|
2008-10-15 09:40:28 +00:00
|
|
|
public nsIDOMText
|
|
|
|
{
|
2013-04-04 12:01:08 +00:00
|
|
|
private:
|
|
|
|
void Init()
|
2013-01-04 17:02:14 +00:00
|
|
|
{
|
2015-02-09 22:34:50 +00:00
|
|
|
MOZ_ASSERT(mNodeInfo->NodeType() == nsIDOMNode::TEXT_NODE,
|
|
|
|
"Bad NodeType in aNodeInfo");
|
2013-01-04 17:02:14 +00:00
|
|
|
}
|
|
|
|
|
2013-04-04 12:01:08 +00:00
|
|
|
public:
|
2014-09-02 00:49:25 +00:00
|
|
|
explicit nsTextNode(already_AddRefed<mozilla::dom::NodeInfo>& aNodeInfo)
|
2013-04-04 12:01:08 +00:00
|
|
|
: mozilla::dom::Text(aNodeInfo)
|
|
|
|
{
|
|
|
|
Init();
|
|
|
|
}
|
|
|
|
|
2014-09-02 00:49:25 +00:00
|
|
|
explicit nsTextNode(nsNodeInfoManager* aNodeInfoManager)
|
2013-04-04 12:01:08 +00:00
|
|
|
: mozilla::dom::Text(aNodeInfoManager->GetTextNodeInfo())
|
|
|
|
{
|
|
|
|
Init();
|
|
|
|
}
|
|
|
|
|
2008-10-15 09:40:28 +00:00
|
|
|
// nsISupports
|
|
|
|
NS_DECL_ISUPPORTS_INHERITED
|
|
|
|
|
|
|
|
// nsIDOMNode
|
2012-10-09 12:31:24 +00:00
|
|
|
NS_FORWARD_NSIDOMNODE_TO_NSINODE
|
2016-03-18 21:21:50 +00:00
|
|
|
using mozilla::dom::Text::GetParentElement;
|
2008-10-15 09:40:28 +00:00
|
|
|
|
|
|
|
// nsIDOMCharacterData
|
|
|
|
NS_FORWARD_NSIDOMCHARACTERDATA(nsGenericDOMDataNode::)
|
2013-07-17 14:09:04 +00:00
|
|
|
using nsGenericDOMDataNode::SetData; // Prevent hiding overloaded virtual function.
|
2008-10-15 09:40:28 +00:00
|
|
|
|
|
|
|
// nsIDOMText
|
|
|
|
NS_FORWARD_NSIDOMTEXT(nsGenericDOMDataNode::)
|
|
|
|
|
2011-06-14 07:56:48 +00:00
|
|
|
// nsINode
|
2015-03-21 16:28:04 +00:00
|
|
|
virtual bool IsNodeOfType(uint32_t aFlags) const override;
|
2011-06-14 07:56:48 +00:00
|
|
|
|
2014-06-20 02:01:40 +00:00
|
|
|
virtual nsGenericDOMDataNode* CloneDataNode(mozilla::dom::NodeInfo *aNodeInfo,
|
2015-03-21 16:28:04 +00:00
|
|
|
bool aCloneText) const override;
|
2011-06-14 07:56:48 +00:00
|
|
|
|
2012-11-21 10:13:57 +00:00
|
|
|
virtual nsresult BindToTree(nsIDocument* aDocument, nsIContent* aParent,
|
|
|
|
nsIContent* aBindingParent,
|
2015-03-21 16:28:04 +00:00
|
|
|
bool aCompileEventHandlers) override;
|
2012-11-21 10:13:57 +00:00
|
|
|
virtual void UnbindFromTree(bool aDeep = true,
|
2015-03-21 16:28:04 +00:00
|
|
|
bool aNullParent = true) override;
|
2012-11-21 10:13:57 +00:00
|
|
|
|
2014-01-04 15:02:17 +00:00
|
|
|
nsresult AppendTextForNormalize(const char16_t* aBuffer, uint32_t aLength,
|
2011-09-29 06:19:26 +00:00
|
|
|
bool aNotify, nsIContent* aNextSibling);
|
2011-08-16 00:55:20 +00:00
|
|
|
|
2015-03-21 16:28:04 +00:00
|
|
|
virtual nsIDOMNode* AsDOMNode() override { return this; }
|
2012-04-25 13:47:30 +00:00
|
|
|
|
2008-10-15 09:40:28 +00:00
|
|
|
#ifdef DEBUG
|
2015-03-21 16:28:04 +00:00
|
|
|
virtual void List(FILE* out, int32_t aIndent) const override;
|
|
|
|
virtual void DumpContent(FILE* out, int32_t aIndent, bool aDumpAll) const override;
|
2008-10-15 09:40:28 +00:00
|
|
|
#endif
|
2013-01-04 17:02:14 +00:00
|
|
|
|
|
|
|
protected:
|
2014-07-08 21:23:16 +00:00
|
|
|
virtual ~nsTextNode();
|
|
|
|
|
2015-03-21 16:28:04 +00:00
|
|
|
virtual JSObject* WrapNode(JSContext *aCx, JS::Handle<JSObject*> aGivenProto) override;
|
2008-10-15 09:40:28 +00:00
|
|
|
};
|
2013-01-04 17:02:14 +00:00
|
|
|
|
|
|
|
#endif // nsTextNode_h
|