Example usage for org.xml.sax.helpers XMLFilterImpl subclass-usage

List of usage examples for org.xml.sax.helpers XMLFilterImpl subclass-usage

Introduction

In this page you can find the example usage for org.xml.sax.helpers XMLFilterImpl subclass-usage.

Usage

From source file org.hibersap.configuration.xml.NamespaceFilter.java

public class NamespaceFilter extends XMLFilterImpl {
    private static final Log LOG = LogFactory.getLog(NamespaceFilter.class);

    private String usedNamespaceUri;
    private boolean addNamespace;

From source file org.kuali.rice.kew.xml.AbstractTransformationFilter.java

/**
 * This abstract class handles the xml stack of elements and makes
 * it easier to run a transformation on certain elements.
 * 
 * @author Kuali Rice Team (rice.collab@kuali.org)
 *

From source file org.xwiki.portlet.view.HTMLMetaDataXMLFilter.java

/**
 * An XML filter that outputs meta data useful for client side scripts.
 * 
 * @version $Id: 793eb87756b1f3d2546e494004c87103a73ff731 $
 */
public class HTMLMetaDataXMLFilter extends XMLFilterImpl {

From source file org.xwiki.portlet.view.HTMLIdAttributeXMLFilter.java

/**
 * An XML filter that rewrites all element identifiers to ensure they are unique in the context of a portal page.
 * 
 * @version $Id: 47aea92ae16e4da31bf7c6f0d1fcb3929a202ff5 $
 */
public class HTMLIdAttributeXMLFilter extends XMLFilterImpl {

From source file hudson.util.TableNestChecker.java

/**
 * {@link XMLFilter} that checks the proper nesting of table related tags.
 *
 * <p>
 * Browser often "fixes" HTML by moving tables into the right place,
 * so failure to generate proper tables can result in a hard-to-track bugs.

From source file net.sf.joost.trax.TrAXFilter.java

/**
 * TrAXFilter
 * @author Zubow
 * @version 1.0
 */
public class TrAXFilter extends XMLFilterImpl implements Constants {

From source file info.magnolia.importexport.filters.VersionFilter.java

/**
 * SAX filter, strips version information from a JCR XML (system view).
 *
 * @version $Id$
 */
public class VersionFilter extends XMLFilterImpl {

From source file info.magnolia.importexport.filters.MetadataUuidFilter.java

/**
 * A simple filter that strips jcr:uuid properties in MetaData nodes. Needed due to MAGNOLIA-1650 uuids in MetaData
 * nodes are changed during import. It also supports removal of non-standards namespaces, by setting the
 * <code>removeUnwantedNamespaces</code> flag in the constructor.
 *
 * @author fgiust

From source file nl.nn.adapterframework.align.XmlTo.java

/**
 * XML Schema guided XML converter;
 * 
 * @author Gerrit van Brakel
 */
public class XmlTo<C extends DocumentContainer> extends XMLFilterImpl {

From source file nl.nn.adapterframework.align.XmlAligner.java

/**
 * XMLFilter with option to get schema information about child elements to be parsed.
 * 
 * @author Gerrit van Brakel
 */
public class XmlAligner extends XMLFilterImpl {