Class XHTMLURIEscaper

  • All Implemented Interfaces:
    javax.xml.transform.Result, Receiver

    public class XHTMLURIEscaper
    extends HTMLURIEscaper
    This class performs URI escaping for the XHTML output method. The logic for performing escaping is the same as the HTML output method, but the way in which attributes are identified for escaping is different, because XHTML is case-sensitive.