Example usage for org.apache.commons.jxpath.xml XMLParser interface-usage

List of usage examples for org.apache.commons.jxpath.xml XMLParser interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.jxpath.xml XMLParser interface-usage.

Usage

From source file net.sbbi.upnp.JXPathParser.java

/**
 * Parser to use with JXPath, this is used to fix some problems encountered
 * with some UPNP devices returning buggy xml docs...
 * This parser acts like a wrapper and make some chars search and replace
 * such as 0x0 with 0x20 to produce a valid XML doc.
 * @author <a href="mailto:superbonbon@sbbi.net">SuperBonBon</a>