Class JSoupW3CEmitter

java.lang.Object
com.atlassian.jira.functest.framework.jsoup.JSoupW3CEmitter

public class JSoupW3CEmitter extends Object
This guy will wrap a Document and produce a W3C DOM tree.

JSoup produces DOM like nodes not actual w3c nodes. This class maps them into the w3c world.

The DOM tree produced is essentially read only. Many of the DOM operations are unsupported and will throw an unsupported operation exception if called.

  • Constructor Details

    • JSoupW3CEmitter

      public JSoupW3CEmitter()
    • JSoupW3CEmitter

      public JSoupW3CEmitter(org.jsoup.nodes.Document document)
  • Method Details