Package org.exoplatform.social.common.xmlprocessor
Provides xml processor classes for sanitize purpose: allows using html tags.
-
Interface Summary Interface Description Filter The filter actually does the work of filtering the input and returns the result.XMLProcessor The Processor is responsible for processing the input by pushing the input through filter chains and returns result. -
Class Summary Class Description BaseXMLFilterPlugin Base component forFilter.DOMParser DOMParser utilityTokenizer XML scanner/tokenizerXMLProcessorImpl Implementation ofXMLProcessor.