public class JSoupW3CEmitter extends Object
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 and Description |
---|
JSoupW3CEmitter() |
JSoupW3CEmitter(org.jsoup.nodes.Document document) |
Modifier and Type | Method and Description |
---|---|
Document |
getDocument() |
static JSoupW3CEmitter |
parse(String htmlInput) |
NodeList |
select(String cssSelector,
Node node) |
Copyright © 2002-2015 Atlassian. All Rights Reserved.