|
| String | WebCore::createMarkup (const Range &, Vector< Node *> *=nullptr, EAnnotateForInterchange=DoNotAnnotateForInterchange, bool convertBlocksToInlines=false, EAbsoluteURLs=DoNotResolveURLs) |
| |
| WEBCORE_EXPORT Ref< DocumentFragment > | WebCore::createFragmentFromMarkup (Document &, const String &markup, const String &baseURL, ParserContentPolicy=AllowScriptingContent) |
| |
| String | WebCore::createMarkup (const Node &, EChildrenOnly=IncludeNode, Vector< Node *> *=nullptr, EAbsoluteURLs=DoNotResolveURLs, Vector< QualifiedName > *tagNamesToSkip=nullptr, EFragmentSerialization=HTMLFragmentSerialization) |
| |
| bool | WebCore::isPlainTextMarkup (Node *) |
| |
| WEBCORE_EXPORT Ref< DocumentFragment > | WebCore::createFragmentFromText (Range &context, const String &text) |
| |
| String | WebCore::documentTypeString (const Document &) |
| |
| WEBCORE_EXPORT String | WebCore::createFullMarkup (const Node &) |
| |
| WEBCORE_EXPORT String | WebCore::createFullMarkup (const Range &) |
| |
| String | WebCore::urlToMarkup (const URL &, const String &title) |
| |
| ExceptionOr< Ref< DocumentFragment > > | WebCore::createFragmentForInnerOuterHTML (Element &, const String &markup, ParserContentPolicy) |
| |
| RefPtr< DocumentFragment > | WebCore::createFragmentForTransformToFragment (Document &, const String &sourceString, const String &sourceMIMEType) |
| |
| ExceptionOr< Ref< DocumentFragment > > | WebCore::createContextualFragment (Element &, const String &markup, ParserContentPolicy) |
| |
| ExceptionOr< void > | WebCore::replaceChildrenWithFragment (ContainerNode &, Ref< DocumentFragment > &&) |
| |