Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.jcorporate.expresso.core.security.filters
Class XmlFilter  view XmlFilter download XmlFilter.java

java.lang.Object
  extended bycom.jcorporate.expresso.core.security.filters.Filter
      extended bycom.jcorporate.expresso.core.security.filters.XmlFilter

public class XmlFilter
extends Filter

This class provides a filter implementation of the Filter class for XML


Field Summary
private static java.lang.String[] replaceList
           
private static java.lang.String[] specialStringList
           
 
Fields inherited from class com.jcorporate.expresso.core.security.filters.Filter
maxReplaceLength, parseTree, stripTree
 
Constructor Summary
XmlFilter()
           
 
Methods inherited from class com.jcorporate.expresso.core.security.filters.Filter
rawFilter, standardFilter, stripFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

specialStringList

private static final java.lang.String[] specialStringList

replaceList

private static final java.lang.String[] replaceList
Constructor Detail

XmlFilter

public XmlFilter()
          throws java.lang.IllegalArgumentException