Search
Preparing search index...
The search index is not available
PrimeFaces JavaScript API Docs
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
PrimeFaces JavaScript API Docs
node_modules/xss/typings/xss
"xss"
Namespace "xss"
xss
author
Zongmin Lei
leizongmin@gmail.com
Index
Classes
FilterXSS
Interfaces
ICSSFilter
IFilterXSSOptions
IWhite
List
Type Aliases
Escape
Handler
On
Tag
Attr
Handler
On
Tag
Handler
Safe
Attr
Value
Handler
Variables
attribute
Wrap
Sign
css
Filter
white
List
Functions
Strip
Tag
Body
clear
Non
Printable
Character
default
escape
Attr
Value
escape
Danger
Html5
Entities
escape
Html
escape
Html
Entities
escape
Quote
filterXSS
friendly
Attr
Value
get
DefaultCSSWhite
List
get
Default
White
List
on
Ignore
Tag
on
Ignore
Tag
Attr
on
Ignore
Tag
Strip
All
on
Tag
on
Tag
Attr
parse
Attr
parse
Tag
safe
Attr
Value
strip
Blank
Char
strip
Comment
Tag
unescape
Quote
Type Aliases
Escape
Handler
Escape
Handler
:
XSS
.
EscapeHandler
On
Tag
Attr
Handler
On
Tag
Attr
Handler
:
XSS
.
OnTagAttrHandler
On
Tag
Handler
On
Tag
Handler
:
XSS
.
OnTagHandler
Safe
Attr
Value
Handler
Safe
Attr
Value
Handler
:
XSS
.
SafeAttrValueHandler
Variables
Const
attribute
Wrap
Sign
attribute
Wrap
Sign
:
string
Const
css
Filter
css
Filter
:
"xss"
.
ICSSFilter
Const
white
List
white
List
:
"xss"
.
IWhiteList
Functions
Strip
Tag
Body
Strip
Tag
Body
(
tags
:
string
[]
, next
:
(
(
)
=>
void
)
)
:
{
onIgnoreTag
:
any
;
remove
:
any
}
Parameters
tags:
string
[]
next:
(
(
)
=>
void
)
(
)
:
void
Returns
void
Returns
{
onIgnoreTag
:
any
;
remove
:
any
}
on
Ignore
Tag
:
function
on
Ignore
Tag
(
tag
:
string
, html
:
string
, options
:
{
isClosing
:
boolean
;
position
:
number
}
)
:
string
Parameters
tag:
string
html:
string
options:
{
isClosing
:
boolean
;
position
:
number
}
is
Closing
:
boolean
position
:
number
Returns
string
remove
:
function
remove
(
html
:
string
)
:
string
Parameters
html:
string
Returns
string
clear
Non
Printable
Character
clear
Non
Printable
Character
(
str
:
string
)
:
string
Parameters
str:
string
Returns
string
default
default
(
html
:
string
, options
?:
"xss"
.
IFilterXSSOptions
)
:
string
Parameters
html:
string
Optional
options:
"xss"
.
IFilterXSSOptions
Returns
string
escape
Attr
Value
escape
Attr
Value
(
str
:
string
)
:
string
Parameters
str:
string
Returns
string
escape
Danger
Html5
Entities
escape
Danger
Html5
Entities
(
str
:
string
)
:
string
Parameters
str:
string
Returns
string
escape
Html
escape
Html
(
str
:
string
)
:
string
Parameters
str:
string
Returns
string
escape
Html
Entities
escape
Html
Entities
(
str
:
string
)
:
string
Parameters
str:
string
Returns
string
escape
Quote
escape
Quote
(
str
:
string
)
:
string
Parameters
str:
string
Returns
string
filterXSS
filterXSS
(
html
:
string
, options
?:
"xss"
.
IFilterXSSOptions
)
:
string
Parameters
html:
string
Optional
options:
"xss"
.
IFilterXSSOptions
Returns
string
friendly
Attr
Value
friendly
Attr
Value
(
str
:
string
)
:
string
Parameters
str:
string
Returns
string
get
DefaultCSSWhite
List
get
DefaultCSSWhite
List
(
)
:
"xss"
.
ICSSFilter
Returns
"xss"
.
ICSSFilter
get
Default
White
List
get
Default
White
List
(
)
:
"xss"
.
IWhiteList
Returns
"xss"
.
IWhiteList
on
Ignore
Tag
on
Ignore
Tag
(
tag
:
string
, html
:
string
, options
:
{
isClosing
?:
boolean
;
isWhite
?:
boolean
;
position
?:
number
;
sourcePosition
?:
number
}
)
:
string
|
void
Parameters
tag:
string
html:
string
options:
{
isClosing
?:
boolean
;
isWhite
?:
boolean
;
position
?:
number
;
sourcePosition
?:
number
}
Optional
is
Closing
?:
boolean
Optional
is
White
?:
boolean
Optional
position
?:
number
Optional
source
Position
?:
number
Returns
string
|
void
on
Ignore
Tag
Attr
on
Ignore
Tag
Attr
(
tag
:
string
, name
:
string
, value
:
string
, isWhiteAttr
:
boolean
)
:
string
|
void
Parameters
tag:
string
name:
string
value:
string
isWhiteAttr:
boolean
Returns
string
|
void
on
Ignore
Tag
Strip
All
on
Ignore
Tag
Strip
All
(
)
:
string
Returns
string
on
Tag
on
Tag
(
tag
:
string
, html
:
string
, options
:
{
isClosing
?:
boolean
;
isWhite
?:
boolean
;
position
?:
number
;
sourcePosition
?:
number
}
)
:
string
|
void
Parameters
tag:
string
html:
string
options:
{
isClosing
?:
boolean
;
isWhite
?:
boolean
;
position
?:
number
;
sourcePosition
?:
number
}
Optional
is
Closing
?:
boolean
Optional
is
White
?:
boolean
Optional
position
?:
number
Optional
source
Position
?:
number
Returns
string
|
void
on
Tag
Attr
on
Tag
Attr
(
tag
:
string
, name
:
string
, value
:
string
, isWhiteAttr
:
boolean
)
:
string
|
void
Parameters
tag:
string
name:
string
value:
string
isWhiteAttr:
boolean
Returns
string
|
void
parse
Attr
parse
Attr
(
html
:
string
, onAttr
:
(
(
name
:
string
, value
:
string
)
=>
string
)
)
:
string
Parameters
html:
string
onAttr:
(
(
name
:
string
, value
:
string
)
=>
string
)
(
name
:
string
, value
:
string
)
:
string
Parameters
name:
string
value:
string
Returns
string
Returns
string
parse
Tag
parse
Tag
(
html
:
string
, onTag
:
(
(
sourcePosition
:
number
, position
:
number
, tag
:
string
, html
:
string
, isClosing
:
boolean
)
=>
string
)
, escapeHtml
:
XSS
.
EscapeHandler
)
:
string
Parameters
html:
string
onTag:
(
(
sourcePosition
:
number
, position
:
number
, tag
:
string
, html
:
string
, isClosing
:
boolean
)
=>
string
)
(
sourcePosition
:
number
, position
:
number
, tag
:
string
, html
:
string
, isClosing
:
boolean
)
:
string
Parameters
sourcePosition:
number
position:
number
tag:
string
html:
string
isClosing:
boolean
Returns
string
escapeHtml:
XSS
.
EscapeHandler
Returns
string
safe
Attr
Value
safe
Attr
Value
(
tag
:
string
, name
:
string
, value
:
string
, cssFilter
:
XSS
.
ICSSFilter
)
:
string
Parameters
tag:
string
name:
string
value:
string
cssFilter:
XSS
.
ICSSFilter
Returns
string
strip
Blank
Char
strip
Blank
Char
(
str
:
string
)
:
string
Parameters
str:
string
Returns
string
strip
Comment
Tag
strip
Comment
Tag
(
str
:
string
)
:
string
Parameters
str:
string
Returns
string
unescape
Quote
unescape
Quote
(
str
:
string
)
:
string
Parameters
str:
string
Returns
string
Modules
node_
modules/@fullcalendar/common/main
node_
modules/@fullcalendar/core/main
node_
modules/@fullcalendar/daygrid/main
node_
modules/@fullcalendar/interaction/main
node_
modules/@fullcalendar/list/main
node_
modules/@fullcalendar/moment/main
node_
modules/@fullcalendar/timegrid/main
node_
modules/@melloware/coloris/dist/coloris
node_
modules/@types/chart.js
node_
modules/@types/downloadjs
node_
modules/@types/google.maps
node_
modules/@types/hammerjs
node_
modules/@types/inputmask
node_
modules/@types/jquery
node_
modules/@types/jqueryui
node_
modules/@types/js-
cookie
node_
modules/@types/quill
node_
modules/@types/raphael
node_
modules/autonumeric
node_
modules/cropperjs/types
node_
modules/jsplumb
node_
modules/moment-
timezone
node_
modules/moment/ts3.1-
typings/moment
node_
modules/print-
js/src
node_
modules/vis-
data/declarations
node_
modules/vis-
timeline/declarations
node_
modules/vis-
util/declarations
node_
modules/xss/typings/xss
"xss"
XSS
src/
Prime
Faces
FilterXSS
ICSSFilter
IFilterXSSOptions
IWhite
List
Escape
Handler
On
Tag
Attr
Handler
On
Tag
Handler
Safe
Attr
Value
Handler
attribute
Wrap
Sign
css
Filter
white
List
Strip
Tag
Body
clear
Non
Printable
Character
default
escape
Attr
Value
escape
Danger
Html5
Entities
escape
Html
escape
Html
Entities
escape
Quote
filterXSS
friendly
Attr
Value
get
DefaultCSSWhite
List
get
Default
White
List
on
Ignore
Tag
on
Ignore
Tag
Attr
on
Ignore
Tag
Strip
All
on
Tag
on
Tag
Attr
parse
Attr
parse
Tag
safe
Attr
Value
strip
Blank
Char
strip
Comment
Tag
unescape
Quote
Generated using
TypeDoc
xss
Zongmin Leileizongmin@gmail.com