Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
CKEDITOR
htmlParser
fragment
Class fragment
Index
Constructor methods
constructor
Properties
children
parent
type
Methods
add
filter
filterChildren
forEach
fromHtml
writeChildrenHtml
writeHtml
Constructor methods
constructor
(
)
:
fragment
Returns
fragment
Properties
public
children
:
Array<Object>
public
parent
:
Object
public
type
:
number
Methods
public
add
(
node
:
node
, index
?:
number
)
Parameters
node:
node
index?:
number
optional
public
filter
(
filter
:
filter
)
Parameters
filter:
filter
public
filterChildren
(
filter
:
filter
, filterRoot
?:
boolean
)
Parameters
filter:
filter
filterRoot?:
boolean
optional
public
forEach
(
callback
:
(node: CKEDITOR.htmlParser.node, type?: number) => boolean
, type
?:
number
, skipRoot
?:
boolean
)
Parameters
callback:
(node: CKEDITOR.htmlParser.node, type?: number) => boolean
type?:
number
optional
skipRoot?:
boolean
optional
public
fromHtml
(
fragmentHtml
:
string
, parent
?:
element
, fixingBlock
?:
string
)
Parameters
fragmentHtml:
string
parent?:
element
optional
fixingBlock?:
string
optional
public
fromHtml
(
fragmentHtml
:
string
, parent
?:
string
, fixingBlock
?:
string
)
Parameters
fragmentHtml:
string
parent?:
string
optional
fixingBlock?:
string
optional
public
fromHtml
(
fragmentHtml
:
string
, parent
?:
element
, fixingBlock
?:
boolean
)
Parameters
fragmentHtml:
string
parent?:
element
optional
fixingBlock?:
boolean
optional
public
fromHtml
(
fragmentHtml
:
string
, parent
?:
string
, fixingBlock
?:
boolean
)
Parameters
fragmentHtml:
string
parent?:
string
optional
fixingBlock?:
boolean
optional
public
writeChildrenHtml
(
writer
:
basicWriter
, filter
?:
filter
, filterRoot
?:
boolean
)
Parameters
writer:
basicWriter
filter?:
filter
optional
filterRoot?:
boolean
optional
public
writeHtml
(
writer
:
basicWriter
, filter
?:
filter
)
Parameters
writer:
basicWriter
filter?:
filter
optional
Globals
CKEDITOR
CKEDITOR.ajax
CKEDITOR.dialog.definition
CKEDITOR.dom
CKEDITOR.htmlParser
CKEDITOR.plugins
CKEDITOR.plugins.link
CKEDITOR.plugins.widget
filterRulesDefinition
basicWriter
cdata
comment
cssStyle
element
filter
filterRulesGroup
fragment
constructor
children
parent
type
add
filter
filterChildren
forEach
fromHtml
writeChildrenHtml
writeHtml
node
text