#include "config.h"#include "HTMLElement.h"#include "CSSPropertyNames.h"#include "CSSValueKeywords.h"#include "DocumentFragment.h"#include "Event.h"#include "EventListener.h"#include "EventNames.h"#include "ExceptionCode.h"#include "Frame.h"#include "HTMLBRElement.h"#include "HTMLCollection.h"#include "HTMLDocument.h"#include "HTMLElementFactory.h"#include "HTMLFormElement.h"#include "HTMLNames.h"#include "HTMLTokenizer.h"#include "MappedAttribute.h"#include "RenderWordBreak.h"#include "ScriptEventListener.h"#include "Settings.h"#include "Text.h"#include "TextIterator.h"#include "XMLTokenizer.h"#include "markup.h"#include <wtf/StdLibExtras.h>
Go to the source code of this file.
Classes | |
| struct | WebCore::Empty1IntHashTraits |
Namespaces | |
| namespace | WebCore |
Typedefs | |
| typedef HashMap < AtomicStringImpl *, int, DefaultHash< AtomicStringImpl * > ::Hash, HashTraits < AtomicStringImpl * > , Empty1IntHashTraits > | WebCore::TagPriorityMap |
Functions | |
| static const TagPriorityMap * | WebCore::createTagPriorityMap () |
| static bool | WebCore::hasOneChild (ContainerNode *node) |
| static bool | WebCore::hasOneTextChild (ContainerNode *node) |
| static void | WebCore::replaceChildrenWithFragment (HTMLElement *element, PassRefPtr< DocumentFragment > fragment, ExceptionCode &ec) |
| static void | WebCore::replaceChildrenWithText (HTMLElement *element, const String &text, ExceptionCode &ec) |
| static HashSet < AtomicStringImpl * > * | WebCore::inlineTagList () |
| static HashSet < AtomicStringImpl * > * | WebCore::blockTagList () |
| void | dumpInnerHTML (WebCore::HTMLElement *) |
| void dumpInnerHTML | ( | WebCore::HTMLElement * | element | ) |
Definition at line 1056 of file HTMLElement.cpp.
1.6.2-20100208