All Classes and Interfaces
Class
Description
The attributes of an Node.
Base component for
Filter.DOMParser utility
Route class which contains path, action and argument list.
The filter actually does the work of filtering the input and returns the result.
Service to parse an HTML content, extract temporary uploaded files, store them in a permanent location
and replace URLs in the HTML content with the permanent URLs
Model of XML node tree
This OpenLinkNewTabFilterPlugin is a plugin for XMLProcessor which will force all links have to be open in new tab.
The filter escapes all the DOMTree to make sure it cleaned.
Created by The eXo Platform SAS
Author : eXoPlatform
exo@exoplatform.com
Jun 12, 2013
XML scanner/tokenizer
This URLConverterFilterPlugin is a plugin for XMLProcessor which will auto convert any detected text link into real links,
for example:
http://abc.com => <a href="http://abc.com" title="http://abc.com">http://abc.com</a>
Moreover, this plugin can trim any link to a fix size when it's too long by specifying the urlMaxLength via init params.
This Filter try Smart way to autoCorrect the typo in HTML input (auto close opened TAG, escape wrong TAG).
The Processor is responsible for processing the input by pushing the input through filter chains and returns
result.
Implementation of
XMLProcessor.