A C D E G I L M O P R S T U X
A
- addFirst(Character) -
类 us.codecraft.xsoup.XTokenQueue 中的方法
- Add a character to the start of the queue (will be the next character retrieved).
- addFirst(String) -
类 us.codecraft.xsoup.XTokenQueue 中的方法
- Add a string to the start of the queue.
- advance() -
类 us.codecraft.xsoup.XTokenQueue 中的方法
- Drops the next character off the queue.
C
- calculatePosition(Element, Element) -
类 us.codecraft.xsoup.XEvaluators.IsNthOfType 中的方法
-
- chompBalanced(char, char) -
类 us.codecraft.xsoup.XTokenQueue 中的方法
- Pulls a balanced string off the queue.
- chompBalancedQuotes() -
类 us.codecraft.xsoup.XTokenQueue 中的方法
-
- chompTo(String) -
类 us.codecraft.xsoup.XTokenQueue 中的方法
- Pulls a string off the queue (like consumeTo), and then pulls off the matched string (but does not return it).
- chompToIgnoreCase(String) -
类 us.codecraft.xsoup.XTokenQueue 中的方法
-
- CombingXPathEvaluator - us.codecraft.xsoup 中的 类
-
- CombingXPathEvaluator(List<XPathEvaluator>) -
类 us.codecraft.xsoup.CombingXPathEvaluator 的构造方法
-
- CombingXPathEvaluator(XPathEvaluator...) -
类 us.codecraft.xsoup.CombingXPathEvaluator 的构造方法
-
- CombiningXElements - us.codecraft.xsoup 中的 类
-
- CombiningXElements(List<XElements>) -
类 us.codecraft.xsoup.CombiningXElements 的构造方法
-
- CombiningXElements(XElements...) -
类 us.codecraft.xsoup.CombiningXElements 的构造方法
-
- compile(String) -
类 us.codecraft.xsoup.Xsoup 中的静态方法
-
- consume() -
类 us.codecraft.xsoup.XTokenQueue 中的方法
- Consume one character off queue.
- consume(String) -
类 us.codecraft.xsoup.XTokenQueue 中的方法
- Consumes the supplied sequence of the queue.
- consumeAny(String...) -
类 us.codecraft.xsoup.XTokenQueue 中的方法
-
- consumeAttributeKey() -
类 us.codecraft.xsoup.XTokenQueue 中的方法
- Consume an attribute key off the queue (letter, digit, -, _, :")
- consumeCssIdentifier() -
类 us.codecraft.xsoup.XTokenQueue 中的方法
- Consume a CSS identifier (ID or class) off the queue (letter, digit, -, _)
http://www.w3.org/TR/CSS2/syndata.html#value-def-identifier
- consumeElementSelector() -
类 us.codecraft.xsoup.XTokenQueue 中的方法
- Consume a CSS element selector (tag name, but | instead of : for namespaces, to not conflict with :pseudo selects).
- consumeTagName() -
类 us.codecraft.xsoup.XTokenQueue 中的方法
- Consume an tag name off the queue (word or :, _, -)
- consumeTo(String) -
类 us.codecraft.xsoup.XTokenQueue 中的方法
- Pulls a string off the queue, up to but exclusive of the match sequence, or to the queue running out.
- consumeToAny(String...) -
类 us.codecraft.xsoup.XTokenQueue 中的方法
- Consumes to the first sequence provided, or to the end of the queue.
- consumeToIgnoreCase(String) -
类 us.codecraft.xsoup.XTokenQueue 中的方法
-
- consumeToUnescaped(String) -
类 us.codecraft.xsoup.XTokenQueue 中的方法
-
- consumeWhitespace() -
类 us.codecraft.xsoup.XTokenQueue 中的方法
- Pulls the next run of whitespace characters of the queue.
- consumeWord() -
类 us.codecraft.xsoup.XTokenQueue 中的方法
- Retrieves the next run of word type (letter or digit) off the queue.
- containsAny(String...) -
类 us.codecraft.xsoup.XTokenQueue 中的方法
-
D
- DefaultXElement - us.codecraft.xsoup 中的 类
- XPath result.
- DefaultXElement(Element, ElementOperator) -
类 us.codecraft.xsoup.DefaultXElement 的构造方法
-
- DefaultXElements - us.codecraft.xsoup 中的 类
- XPath results.
- DefaultXElements(Elements, ElementOperator) -
类 us.codecraft.xsoup.DefaultXElements 的构造方法
-
- DefaultXPathEvaluator - us.codecraft.xsoup 中的 类
-
- DefaultXPathEvaluator(Evaluator, ElementOperator) -
类 us.codecraft.xsoup.DefaultXPathEvaluator 的构造方法
-
E
- ElementOperator - us.codecraft.xsoup 中的 类
- Operate on element to get XPath result.
- ElementOperator() -
类 us.codecraft.xsoup.ElementOperator 的构造方法
-
- ElementOperator.AllText - us.codecraft.xsoup 中的 类
-
- ElementOperator.AllText() -
类 us.codecraft.xsoup.ElementOperator.AllText 的构造方法
-
- ElementOperator.AttributeGetter - us.codecraft.xsoup 中的 类
-
- ElementOperator.AttributeGetter(String) -
类 us.codecraft.xsoup.ElementOperator.AttributeGetter 的构造方法
-
- ElementOperator.GroupedText - us.codecraft.xsoup 中的 类
-
- ElementOperator.GroupedText(int) -
类 us.codecraft.xsoup.ElementOperator.GroupedText 的构造方法
-
- ElementOperator.Html - us.codecraft.xsoup 中的 类
-
- ElementOperator.Html() -
类 us.codecraft.xsoup.ElementOperator.Html 的构造方法
-
- ElementOperator.OuterHtml - us.codecraft.xsoup 中的 类
-
- ElementOperator.OuterHtml() -
类 us.codecraft.xsoup.ElementOperator.OuterHtml 的构造方法
-
- ElementOperator.Regex - us.codecraft.xsoup 中的 类
- usage:
regex('.*')
regex(@attr,'.*')
regex(@attr,'.
- ElementOperator.Regex(String) -
类 us.codecraft.xsoup.ElementOperator.Regex 的构造方法
-
- ElementOperator.Regex(String, String) -
类 us.codecraft.xsoup.ElementOperator.Regex 的构造方法
-
- ElementOperator.Regex(String, String, int) -
类 us.codecraft.xsoup.ElementOperator.Regex 的构造方法
-
- ElementOperator.TidyText - us.codecraft.xsoup 中的 类
-
- ElementOperator.TidyText() -
类 us.codecraft.xsoup.ElementOperator.TidyText 的构造方法
-
- evaluate(Element) -
类 us.codecraft.xsoup.CombingXPathEvaluator 中的方法
-
- evaluate(String) -
类 us.codecraft.xsoup.CombingXPathEvaluator 中的方法
-
- evaluate(Element) -
类 us.codecraft.xsoup.DefaultXPathEvaluator 中的方法
-
- evaluate(String) -
类 us.codecraft.xsoup.DefaultXPathEvaluator 中的方法
-
- evaluate(Element) -
接口 us.codecraft.xsoup.XPathEvaluator 中的方法
-
- evaluate(String) -
接口 us.codecraft.xsoup.XPathEvaluator 中的方法
-
G
- get() -
类 us.codecraft.xsoup.CombiningXElements 中的方法
-
- get() -
类 us.codecraft.xsoup.DefaultXElement 中的方法
-
- get(ElementOperator) -
类 us.codecraft.xsoup.DefaultXElement 中的方法
-
- get() -
类 us.codecraft.xsoup.DefaultXElements 中的方法
-
- get() -
接口 us.codecraft.xsoup.XElement 中的方法
-
- get() -
接口 us.codecraft.xsoup.XElements 中的方法
-
- getAttribute() -
类 us.codecraft.xsoup.DefaultXPathEvaluator 中的方法
-
- getElement() -
类 us.codecraft.xsoup.DefaultXElement 中的方法
-
- getElement() -
接口 us.codecraft.xsoup.XElement 中的方法
-
- getElementOperator() -
类 us.codecraft.xsoup.DefaultXPathEvaluator 中的方法
-
- getElements() -
类 us.codecraft.xsoup.CombiningXElements 中的方法
-
- getElements() -
类 us.codecraft.xsoup.DefaultXElements 中的方法
-
- getElements() -
接口 us.codecraft.xsoup.XElements 中的方法
-
- getEvaluator() -
类 us.codecraft.xsoup.DefaultXPathEvaluator 中的方法
-
- getPseudoClass() -
类 us.codecraft.xsoup.XEvaluators.IsNthOfType 中的方法
-
- getSource(Element) -
类 us.codecraft.xsoup.ElementOperator.Regex 中的方法
-
I
- isEmpty() -
类 us.codecraft.xsoup.XTokenQueue 中的方法
- Is the queue empty?
L
- list() -
类 us.codecraft.xsoup.CombiningXElements 中的方法
-
- list() -
类 us.codecraft.xsoup.DefaultXElements 中的方法
-
- list() -
接口 us.codecraft.xsoup.XElements 中的方法
-
M
- matchChomp(String) -
类 us.codecraft.xsoup.XTokenQueue 中的方法
- Tests if the queue matches the sequence (as with match), and if they do, removes the matched string from the
queue.
- matches(Element, Element) -
类 us.codecraft.xsoup.XEvaluators.HasAnyAttribute 中的方法
-
- matches(String) -
类 us.codecraft.xsoup.XTokenQueue 中的方法
- Tests if the next characters on the queue match the sequence.
- matchesAny(String...) -
类 us.codecraft.xsoup.XTokenQueue 中的方法
- Tests if the next characters match any of the sequences.
- matchesAny(char...) -
类 us.codecraft.xsoup.XTokenQueue 中的方法
-
- matchesCS(String) -
类 us.codecraft.xsoup.XTokenQueue 中的方法
- Case sensitive match test.
- matchesRegex(String) -
类 us.codecraft.xsoup.XTokenQueue 中的方法
-
- matchesStartTag() -
类 us.codecraft.xsoup.XTokenQueue 中的方法
-
- matchesWhitespace() -
类 us.codecraft.xsoup.XTokenQueue 中的方法
- Tests if queue starts with a whitespace character.
- matchesWord() -
类 us.codecraft.xsoup.XTokenQueue 中的方法
- Test if the queue matches a word character (letter or digit).
O
- operate(Element) -
类 us.codecraft.xsoup.ElementOperator.AllText 中的方法
-
- operate(Element) -
类 us.codecraft.xsoup.ElementOperator.AttributeGetter 中的方法
-
- operate(Element) -
类 us.codecraft.xsoup.ElementOperator.GroupedText 中的方法
-
- operate(Element) -
类 us.codecraft.xsoup.ElementOperator.Html 中的方法
-
- operate(Element) -
类 us.codecraft.xsoup.ElementOperator 中的方法
-
- operate(Element) -
类 us.codecraft.xsoup.ElementOperator.OuterHtml 中的方法
-
- operate(Element) -
类 us.codecraft.xsoup.ElementOperator.Regex 中的方法
-
- operate(Element) -
类 us.codecraft.xsoup.ElementOperator.TidyText 中的方法
-
P
- parse() -
类 us.codecraft.xsoup.XPathParser 中的方法
-
- parse(String) -
类 us.codecraft.xsoup.XPathParser 中的静态方法
-
- parseFuncionParams() -
类 us.codecraft.xsoup.XTokenQueue 中的方法
-
- parseFuncionParams(String) -
类 us.codecraft.xsoup.XTokenQueue 中的静态方法
-
- peek() -
类 us.codecraft.xsoup.XTokenQueue 中的方法
- Retrieves but does not remove the first character from the queue.
R
- remainder() -
类 us.codecraft.xsoup.XTokenQueue 中的方法
- Consume and return whatever is left on the queue.
S
- select(Element, String) -
类 us.codecraft.xsoup.Xsoup 中的静态方法
-
- select(String, String) -
类 us.codecraft.xsoup.Xsoup 中的静态方法
-
T
- toString() -
类 us.codecraft.xsoup.DefaultXElement 中的方法
-
- toString() -
类 us.codecraft.xsoup.DefaultXElements 中的方法
-
- toString() -
类 us.codecraft.xsoup.ElementOperator.AllText 中的方法
-
- toString() -
类 us.codecraft.xsoup.ElementOperator.AttributeGetter 中的方法
-
- toString() -
类 us.codecraft.xsoup.ElementOperator.GroupedText 中的方法
-
- toString() -
类 us.codecraft.xsoup.ElementOperator.Html 中的方法
-
- toString() -
类 us.codecraft.xsoup.ElementOperator.OuterHtml 中的方法
-
- toString() -
类 us.codecraft.xsoup.ElementOperator.Regex 中的方法
-
- toString() -
类 us.codecraft.xsoup.ElementOperator.TidyText 中的方法
-
- toString() -
类 us.codecraft.xsoup.XTokenQueue 中的方法
-
- trimQuotes(String) -
类 us.codecraft.xsoup.XTokenQueue 中的静态方法
-
- trimQuotes(List<String>) -
类 us.codecraft.xsoup.XTokenQueue 中的静态方法
-
U
- unConsume(int) -
类 us.codecraft.xsoup.XTokenQueue 中的方法
-
- unConsume(String) -
类 us.codecraft.xsoup.XTokenQueue 中的方法
-
- unescape(String) -
类 us.codecraft.xsoup.XTokenQueue 中的静态方法
- Unescaped a \ escaped string.
- us.codecraft.xsoup - 软件包 us.codecraft.xsoup
-
X
- XElement - us.codecraft.xsoup 中的 接口
-
- XElements - us.codecraft.xsoup 中的 接口
-
- XEvaluators - us.codecraft.xsoup 中的 类
- Evaluators in Xsoup.
- XEvaluators() -
类 us.codecraft.xsoup.XEvaluators 的构造方法
-
- XEvaluators.HasAnyAttribute - us.codecraft.xsoup 中的 类
-
- XEvaluators.HasAnyAttribute() -
类 us.codecraft.xsoup.XEvaluators.HasAnyAttribute 的构造方法
-
- XEvaluators.IsNthOfType - us.codecraft.xsoup 中的 类
-
- XEvaluators.IsNthOfType(int, int) -
类 us.codecraft.xsoup.XEvaluators.IsNthOfType 的构造方法
-
- XPathEvaluator - us.codecraft.xsoup 中的 接口
-
- XPathParser - us.codecraft.xsoup 中的 类
- Parser of XPath.
- XPathParser(String) -
类 us.codecraft.xsoup.XPathParser 的构造方法
-
- Xsoup - us.codecraft.xsoup 中的 类
-
- Xsoup() -
类 us.codecraft.xsoup.Xsoup 的构造方法
-
- XTokenQueue - us.codecraft.xsoup 中的 类
- A character queue with parsing helpers.
- XTokenQueue(String) -
类 us.codecraft.xsoup.XTokenQueue 的构造方法
- Create a new TokenQueue.
A C D E G I L M O P R S T U X
Copyright © 2014. All rights reserved.