jruby/docs BETA

jsoup (JRuby)

127 classes 21 packages 19 public · 2 internal

org.jsoup.helper.HttpConnection 3

C KeyVal C Request C Response

org.jsoup.helper.Regex 1

I Matcher

org.jsoup.nodes.Document.OutputSettings 1

E Syntax — The output serialization syntax.

org.jsoup.nodes.Entities 1

E EscapeMode

org.jsoup.select.CombiningEvaluator 2

C And C Or

org.jsoup.select.Evaluator 42

C AllElements — Evaluator for any / all element matching C Attribute — Evaluator for attribute name matching C AttributeKeyPair — Abstract evaluator for attribute name/value matching C AttributeStarting — Evaluator for attribute name prefix matching C AttributeWithValue — Evaluator for attribute name/value matching C AttributeWithValueContaining — Evaluator for attribute name/value matching (value containing) C AttributeWithValueEnding — Evaluator for attribute name/value matching (value ending) C AttributeWithValueMatching — Evaluator for attribute name/value matching (value regex matching) C AttributeWithValueNot — Evaluator for attribute name != value matching C AttributeWithValueStarting — Evaluator for attribute name/value matching (value prefix) C Class — Evaluator for element class C ContainsData — Evaluator for matching Element (and its descendants) data C ContainsOwnText — Evaluator for matching Element's own text C ContainsText — Evaluator for matching Element (and its descendants) text C ContainsWholeOwnText — Evaluator for matching Element (but not its descendants) wholeText. C ContainsWholeText — Evaluator for matching Element (and its descendants) wholeText. C CssNthEvaluator C Id — Evaluator for element id C IndexEquals — Evaluator for matching by sibling index number (e = idx) C IndexEvaluator — Abstract evaluator for sibling index matching C IndexGreaterThan — Evaluator for matching by sibling index number (e > idx) C IndexLessThan — Evaluator for matching by sibling index number (e < idx) C IsEmpty C IsFirstChild — Evaluator for matching the first sibling (css :first-child) C IsFirstOfType C IsLastChild — Evaluator for matching the last sibling (css :last-child) C IsLastOfType C IsNthChild — css-compatible Evaluator for :eq (css :nth-child) C IsNthLastChild — css pseudo class :nth-last-child) C IsNthLastOfType C IsNthOfType — css pseudo class nth-of-type C IsOnlyChild C IsOnlyOfType C IsRoot — css3 pseudo-class :root C MatchText C Matches — Evaluator for matching Element (and its descendants) text with regex C MatchesOwn — Evaluator for matching Element's own text with regex C MatchesWholeOwnText — Evaluator for matching Element's own whole text with regex. C MatchesWholeText — Evaluator for matching Element (and its descendants) whole text with regex. C Tag — Evaluator for tag name C TagEndsWith — Evaluator for tag name that ends with suffix; used for *|el C TagStartsWith — Evaluator for tag name that starts with prefix; used for ns|*

org.jsoup.select.NodeFilter 1

E FilterResult — Traversal action.

org.jsoup.select.Selector 1

C SelectorParseException

Internal packages