Uses of Class
uk.apl.jxc.filter.XMLFilterException

Packages that use XMLFilterException
uk.apl.jxc.filter Contains an XML filter 
 

Uses of XMLFilterException in uk.apl.jxc.filter
 

Methods in uk.apl.jxc.filter that throw XMLFilterException
 void XMLFilter.addCriteriaFromSavedFilter(java.io.File savedFilter)
          Clears any previously added criteria and adds any criteria found in the saved XML filter file.
 org.w3c.dom.Document XMLFilter.apply(org.w3c.dom.Document xmlDocument)
          Applies the filter to an XML Document.
 org.w3c.dom.Document XMLFilter.apply(java.io.File xmlFile)
          Applies the filter to an XML File.
 org.w3c.dom.Document XMLFilter.apply(java.lang.String xmlString)
          Applies the filter to an XML String.
 



Copyright 2010 Andrew Leigh. All Rights Reserved.