Package com.sun.xml.fastinfoset.stax.events

Examples of com.sun.xml.fastinfoset.stax.events.StAXFilteredEvent


     * @param reader the event reader to wrap
     * @param filter the filter to apply to the event reader
     * @throws XMLStreamException
     */
    public XMLEventReader createFilteredReader(XMLEventReader reader, EventFilter filter) throws XMLStreamException {
        return new StAXFilteredEvent(reader, filter);
    }
View Full Code Here

TOP

Related Classes of com.sun.xml.fastinfoset.stax.events.StAXFilteredEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.