Property | Type | Description | |
---|---|---|---|
ALL_TAGS | string | ||
BLOCK_TAGS_MAX | string | ||
BLOCK_TAGS_MIN | string | ||
PHP_TAG_PATTERN | |||
SERVER_SCRIPT_TAG_PATTERN | |||
SERVER_SIDE_INCLUDE_PATTERN |
Method | Description | |
---|---|---|
compress ( string html ) : string | ||
getCssCompressor ( ) : ICompressor | ||
getJavaScriptCompressor ( ) : ICompressor | ||
getPreservePatterns ( ) : List |
||
getRemoveSurroundingSpaces ( ) : string | ||
getStatistics ( ) : |
||
isCompressCss ( ) : bool | ||
isCompressJavaScript ( ) : bool | ||
isEnabled ( ) : bool | ||
isGenerateStatistics ( ) : bool | ||
isPreserveLineBreaks ( ) : bool | ||
isRemoveComments ( ) : bool | ||
isRemoveFormAttributes ( ) : bool | ||
isRemoveHttpProtocol ( ) : bool | ||
isRemoveHttpsProtocol ( ) : bool | ||
isRemoveInputAttributes ( ) : bool | ||
isRemoveIntertagSpaces ( ) : bool | ||
isRemoveJavaScriptProtocol ( ) : bool | ||
isRemoveLinkAttributes ( ) : bool | ||
isRemoveMultiSpaces ( ) : bool | ||
isRemoveQuotes ( ) : bool | ||
isRemoveScriptAttributes ( ) : bool | ||
isRemoveStyleAttributes ( ) : bool | ||
isSimpleBooleanAttributes ( ) : bool | ||
isSimpleDoctype ( ) : bool | ||
setCompressCss ( bool compressCss ) : void | ||
setCompressJavaScript ( bool compressJavaScript ) : void | ||
setCssCompressor ( ICompressor cssCompressor ) : void | ||
setEnabled ( bool enabled ) : void | ||
setGenerateStatistics ( bool generateStatistics ) : void | ||
setJavaScriptCompressor ( ICompressor javaScriptCompressor ) : void | ||
setPreserveLineBreaks ( bool preserveLineBreaks ) : void | ||
setPreservePatterns ( List |
||
setRemoveComments ( bool removeComments ) : void | ||
setRemoveFormAttributes ( bool removeFormAttributes ) : void | ||
setRemoveHttpProtocol ( bool removeHttpProtocol ) : void | ||
setRemoveHttpsProtocol ( bool removeHttpsProtocol ) : void | ||
setRemoveInputAttributes ( bool removeInputAttributes ) : void | ||
setRemoveIntertagSpaces ( bool removeIntertagSpaces ) : void | ||
setRemoveJavaScriptProtocol ( bool removeJavaScriptProtocol ) : void | ||
setRemoveLinkAttributes ( bool removeLinkAttributes ) : void | ||
setRemoveMultiSpaces ( bool removeMultiSpaces ) : void | ||
setRemoveQuotes ( bool removeQuotes ) : void | ||
setRemoveScriptAttributes ( bool removeScriptAttributes ) : void | ||
setRemoveStyleAttributes ( bool removeStyleAttributes ) : void | ||
setRemoveSurroundingSpaces ( string tagList ) : void | ||
setSimpleBooleanAttributes ( bool simpleBooleanAttributes ) : void | ||
setSimpleDoctype ( bool simpleDoctype ) : void |
Method | Description | |
---|---|---|
compressCssStyles ( string source ) : string | ||
compressJavaScript ( string source ) : string | ||
createCompressorClone ( ) : |
||
endStatistics ( string html ) : void | ||
initStatistics ( string html ) : void | ||
matches ( |
||
preserveBlocks ( string html, List |
||
processCondCommentBlocks ( List |
||
processEventBlocks ( List |
||
processHtml ( string html ) : string | ||
processLineBreakBlocks ( List |
||
processPreBlocks ( List |
||
processPreservedBlocks ( List |
||
processScriptBlocks ( List |
||
processSkipBlocks ( List |
||
processStyleBlocks ( List |
||
processTextAreaBlocks ( List |
||
processUserBlocks ( List |
||
removeComments ( string html ) : string | ||
removeFormAttributes ( string html ) : string | ||
removeHttpProtocol ( string html ) : string | ||
removeHttpsProtocol ( string html ) : string | ||
removeInputAttributes ( string html ) : string | ||
removeIntertagSpaces ( string html ) : string | ||
removeJavaScriptProtocol ( string source ) : string | ||
removeLinkAttributes ( string html ) : string | ||
removeMultiSpaces ( string html ) : string | ||
removeQuotesInsideTags ( string html ) : string | ||
removeScriptAttributes ( string html ) : string | ||
removeSpacesInsideTags ( string html ) : string | ||
removeStyleAttributes ( string html ) : string | ||
removeSurroundingSpaces ( string html ) : string | ||
returnBlocks ( string html, List |
||
simpleBooleanAttributes ( string html ) : string | ||
simpleDoctype ( string html ) : string |
public getJavaScriptCompressor ( ) : ICompressor | ||
return | ICompressor |
public getRemoveSurroundingSpaces ( ) : string | ||
return | string |
public getStatistics ( ) : |
||
return |
public setCompressCss ( bool compressCss ) : void | ||
compressCss | bool | |
return | void |
public setCompressJavaScript ( bool compressJavaScript ) : void | ||
compressJavaScript | bool | |
return | void |
public setCssCompressor ( ICompressor cssCompressor ) : void | ||
cssCompressor | ICompressor | |
return | void |
public setGenerateStatistics ( bool generateStatistics ) : void | ||
generateStatistics | bool | |
return | void |
public setJavaScriptCompressor ( ICompressor javaScriptCompressor ) : void | ||
javaScriptCompressor | ICompressor | |
return | void |
public setPreserveLineBreaks ( bool preserveLineBreaks ) : void | ||
preserveLineBreaks | bool | |
return | void |
public setPreservePatterns ( List |
||
preservePatterns | List |
|
return | void |
public setRemoveComments ( bool removeComments ) : void | ||
removeComments | bool | |
return | void |
public setRemoveFormAttributes ( bool removeFormAttributes ) : void | ||
removeFormAttributes | bool | |
return | void |
public setRemoveHttpProtocol ( bool removeHttpProtocol ) : void | ||
removeHttpProtocol | bool | |
return | void |
public setRemoveHttpsProtocol ( bool removeHttpsProtocol ) : void | ||
removeHttpsProtocol | bool | |
return | void |
public setRemoveInputAttributes ( bool removeInputAttributes ) : void | ||
removeInputAttributes | bool | |
return | void |
public setRemoveIntertagSpaces ( bool removeIntertagSpaces ) : void | ||
removeIntertagSpaces | bool | |
return | void |
public setRemoveJavaScriptProtocol ( bool removeJavaScriptProtocol ) : void | ||
removeJavaScriptProtocol | bool | |
return | void |
public setRemoveLinkAttributes ( bool removeLinkAttributes ) : void | ||
removeLinkAttributes | bool | |
return | void |
public setRemoveMultiSpaces ( bool removeMultiSpaces ) : void | ||
removeMultiSpaces | bool | |
return | void |
public setRemoveQuotes ( bool removeQuotes ) : void | ||
removeQuotes | bool | |
return | void |
public setRemoveScriptAttributes ( bool removeScriptAttributes ) : void | ||
removeScriptAttributes | bool | |
return | void |
public setRemoveStyleAttributes ( bool removeStyleAttributes ) : void | ||
removeStyleAttributes | bool | |
return | void |
public setRemoveSurroundingSpaces ( string tagList ) : void | ||
tagList | string | |
return | void |
public setSimpleBooleanAttributes ( bool simpleBooleanAttributes ) : void | ||
simpleBooleanAttributes | bool | |
return | void |
public setSimpleDoctype ( bool simpleDoctype ) : void | ||
simpleDoctype | bool | |
return | void |
public static Regex,System.Text.RegularExpressions PHP_TAG_PATTERN | ||
return |
public static Regex,System.Text.RegularExpressions SERVER_SCRIPT_TAG_PATTERN | ||
return |