Class TXWResult

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

    public class TXWResult
    extends java.lang.Object
    implements javax.xml.transform.Result
    Allow you to wrap TypedXmlWriter into a Result so that it can be passed to ResultFactory.

    This class doesn't extend from known Result type, so it won't work elsewhere.

    Author:
    Kohsuke Kawaguchi
    • Method Detail

      • getSystemId

        public java.lang.String getSystemId()
        Specified by:
        getSystemId in interface javax.xml.transform.Result
      • setSystemId

        public void setSystemId​(java.lang.String systemId)
        Specified by:
        setSystemId in interface javax.xml.transform.Result