- get(String) - 类 中的方法com.hp.hpl.sparta.Document.Index
-
- get(Object) - 接口 中的方法com.hp.hpl.sparta.Sparta.Cache
-
- get(String) - 类 中的静态方法com.hp.hpl.sparta.xpath.XPath
-
Return the xpath parse-tree object for this expression.
- get(boolean, Step[]) - 类 中的静态方法com.hp.hpl.sparta.xpath.XPath
-
Create an XPath from some steps.
- get(String) - 类 中的方法net.sourceforge.pinyin4j.multipinyin.Trie
-
- getAnnotation() - 类 中的方法com.hp.hpl.sparta.Node
-
- getAttribute(String) - 类 中的方法com.hp.hpl.sparta.Element
-
- getAttributeNames() - 类 中的方法com.hp.hpl.sparta.Element
-
Return enumeration of Strings
- getAttrName() - 类 中的方法com.hp.hpl.sparta.xpath.AttrExpr
-
- getAttrName() - 类 中的方法com.hp.hpl.sparta.xpath.AttrTest
-
- getAttrValue() - 类 中的方法com.hp.hpl.sparta.xpath.AttrCompareExpr
-
Result is an interned string for faster comparison.
- getAttrValue() - 类 中的方法com.hp.hpl.sparta.xpath.AttrRelationalExpr
-
- getCaseType() - 类 中的方法net.sourceforge.pinyin4j.format.HanyuPinyinOutputFormat
-
Returns the output cases of Hanyu Pinyin characters
- getCause() - 异常错误 中的方法com.hp.hpl.sparta.ParseException
-
- getCause() - 异常错误 中的方法com.hp.hpl.sparta.xpath.XPathException
-
- getData() - 类 中的方法com.hp.hpl.sparta.Text
-
- getDocumentElement() - 类 中的方法com.hp.hpl.sparta.Document
-
- getFirstChild() - 类 中的方法com.hp.hpl.sparta.Element
-
- getIndexingAttrName() - 类 中的方法com.hp.hpl.sparta.xpath.XPath
-
Return the attribute name in a trailing [@attrName] predicate.
- getIndexingAttrNameOfEquals() - 类 中的方法com.hp.hpl.sparta.xpath.XPath
-
Return the attribute name in a trailing [@attrName='attrValue'] predicate
or null if it someother type of predicate..
- getLastChild() - 类 中的方法com.hp.hpl.sparta.Element
-
- getLineNumber() - 异常错误 中的方法com.hp.hpl.sparta.ParseException
-
- getLineNumber() - 接口 中的方法com.hp.hpl.sparta.ParseSource
-
Last line number read by parser.
- getName() - 类 中的方法net.sourceforge.pinyin4j.format.HanyuPinyinCaseType
-
- getName() - 类 中的方法net.sourceforge.pinyin4j.format.HanyuPinyinToneType
-
- getName() - 类 中的方法net.sourceforge.pinyin4j.format.HanyuPinyinVCharType
-
- getNextSibling() - 类 中的方法com.hp.hpl.sparta.Node
-
Return the next node in the parent's list of children, or null if no such node.
- getNextTire() - 类 中的方法net.sourceforge.pinyin4j.multipinyin.Trie
-
- getNodeTest() - 类 中的方法com.hp.hpl.sparta.xpath.Step
-
- getOwnerDocument() - 类 中的方法com.hp.hpl.sparta.Node
-
The document that contains this node.
- getParentNode() - 类 中的方法com.hp.hpl.sparta.Node
-
The element that contains this node or null if this is a Document
or the root element of a document.
- getParseSource() - 类 中的方法com.hp.hpl.sparta.DefaultParseHandler
-
- getParseSource() - 接口 中的方法com.hp.hpl.sparta.ParseHandler
-
- getPinyin() - 类 中的方法net.sourceforge.pinyin4j.multipinyin.Trie
-
- getPosition() - 类 中的方法com.hp.hpl.sparta.xpath.PositionEqualsExpr
-
- getPredicate() - 类 中的方法com.hp.hpl.sparta.xpath.Step
-
- getPreviousSibling() - 类 中的方法com.hp.hpl.sparta.Node
-
Return the previous node in the parent's list of children, or null if no such node.
- getSteps() - 类 中的方法com.hp.hpl.sparta.xpath.XPath
-
- getSystemId() - 类 中的方法com.hp.hpl.sparta.Document
-
- getSystemId() - 接口 中的方法com.hp.hpl.sparta.ParseSource
-
- getTagName() - 类 中的方法com.hp.hpl.sparta.Element
-
- getTagName() - 类 中的方法com.hp.hpl.sparta.xpath.ElementTest
-
- getToneType() - 类 中的方法net.sourceforge.pinyin4j.format.HanyuPinyinOutputFormat
-
Returns the output format of Chinese tones
- getValue() - 类 中的方法com.hp.hpl.sparta.xpath.TextCompareExpr
-
- getVCharType() - 类 中的方法net.sourceforge.pinyin4j.format.HanyuPinyinOutputFormat
-
Returns output format of character 'ü'
- ParentNodeTest - com.hp.hpl.sparta.xpath中的类
-
A '..' node test.
- parse(String, Reader) - 类 中的静态方法com.hp.hpl.sparta.Parser
-
DOM parsing of XML in a character stream, using a default log.
- parse(String, Reader, ParseLog) - 类 中的静态方法com.hp.hpl.sparta.Parser
-
DOM parsing of XML in a character stream.
- parse(String) - 类 中的静态方法com.hp.hpl.sparta.Parser
-
DOM parsing of XML in a String.
- parse(char[]) - 类 中的静态方法com.hp.hpl.sparta.Parser
-
DOM parsing of XML in a character array (this is the fastest parse method).
- parse(byte[]) - 类 中的静态方法com.hp.hpl.sparta.Parser
-
Parse XML to DOM, figuring out the encoding using the first few characters and possibly
an encoding declaration on the first line of the XML.
- parse(String, Reader, ParseLog, String) - 类 中的静态方法com.hp.hpl.sparta.Parser
-
DOM parsing of XML in a character stream, specifying the Unicode encoding.
- parse(String, InputStream, ParseLog) - 类 中的静态方法com.hp.hpl.sparta.Parser
-
DOM parsing of XML encoded in a byte stream.
- parse(String, InputStream) - 类 中的静态方法com.hp.hpl.sparta.Parser
-
DOM parsing of XML encoded in a byte stream, using a default log.
- parse(String, InputStream, ParseLog, String) - 类 中的静态方法com.hp.hpl.sparta.Parser
-
DOM parsing of XML encoded in a character stream, specifying the Unicode encoding.
- parse(String, Reader, ParseHandler) - 类 中的静态方法com.hp.hpl.sparta.Parser
-
SAX parsing of XML in character stream, using default log.
- parse(String, Reader, ParseLog, ParseHandler) - 类 中的静态方法com.hp.hpl.sparta.Parser
-
SAX parsing of XML in character stream.
- parse(String, ParseHandler) - 类 中的静态方法com.hp.hpl.sparta.Parser
-
SAX parsing of XML in a string.
- parse(char[], ParseHandler) - 类 中的静态方法com.hp.hpl.sparta.Parser
-
SAX parsing of XML in a character array.
- parse(byte[], ParseHandler) - 类 中的静态方法com.hp.hpl.sparta.Parser
-
SAX parsing of XML encoded in a byte array.
- parse(String, InputStream, ParseLog, ParseHandler) - 类 中的静态方法com.hp.hpl.sparta.Parser
-
SAX parsing of XML encoded in a byte stream, using default log.
- parse(String, InputStream, ParseHandler) - 类 中的静态方法com.hp.hpl.sparta.Parser
-
SAX parsing of XML encoded in a byte stream.
- parse(String, InputStream, ParseLog, String, ParseHandler) - 类 中的静态方法com.hp.hpl.sparta.Parser
-
SAX parsing of XML encoded in a byte stream, specifying the Unicode encoding.
- parse(String, Reader, ParseLog, String, ParseHandler) - 类 中的静态方法com.hp.hpl.sparta.Parser
-
SAX parsing of XML encoded in a character stream, specifying the Unicode encoding.
- ParseException - com.hp.hpl.sparta中的异常错误
-
Thrown when error parsing XML or XPath.
- ParseException(String) - 异常错误 的构造器com.hp.hpl.sparta.ParseException
-
- ParseException(String, Throwable) - 异常错误 的构造器com.hp.hpl.sparta.ParseException
-
- ParseException(String, int, int, String, String) - 异常错误 的构造器com.hp.hpl.sparta.ParseException
-
- ParseException(ParseLog, String, int, int, String, String) - 异常错误 的构造器com.hp.hpl.sparta.ParseException
-
- ParseException(ParseCharStream, String) - 异常错误 的构造器com.hp.hpl.sparta.ParseException
-
- ParseException(ParseCharStream, char, char) - 异常错误 的构造器com.hp.hpl.sparta.ParseException
-
- ParseException(ParseCharStream, char, char[]) - 异常错误 的构造器com.hp.hpl.sparta.ParseException
-
Precondition: expected.length > 0
- ParseException(ParseCharStream, char, String) - 异常错误 的构造器com.hp.hpl.sparta.ParseException
-
- ParseException(ParseCharStream, String, String) - 异常错误 的构造器com.hp.hpl.sparta.ParseException
-
- ParseException(ParseCharStream, String, char[]) - 异常错误 的构造器com.hp.hpl.sparta.ParseException
-
- ParseHandler - com.hp.hpl.sparta中的接口
-
This interface defines the SAX Parser interface for Sparta.
- ParseLog - com.hp.hpl.sparta中的接口
-
The parser uses this to report errors.
- Parser - com.hp.hpl.sparta中的类
-
Provides a simple interface to the XML parser.
- Parser() - 类 的构造器com.hp.hpl.sparta.Parser
-
- ParseSource - com.hp.hpl.sparta中的接口
-
A source of XML that has been parsed.
- PinyinHelper - net.sourceforge.pinyin4j中的类
-
A class provides several utility functions to convert Chinese characters
(both Simplified and Tranditional) into various Chinese Romanization
representations
- PositionEqualsExpr - com.hp.hpl.sparta.xpath中的类
-
Test position within element list.
- PositionEqualsExpr(int) - 类 的构造器com.hp.hpl.sparta.xpath.PositionEqualsExpr
-
- pushBack() - 类 中的方法com.hp.hpl.sparta.xpath.SimpleStreamTokenizer
-
- put(Object, Object) - 接口 中的方法com.hp.hpl.sparta.Sparta.Cache
-
- put(String, Trie) - 类 中的方法net.sourceforge.pinyin4j.multipinyin.Trie
-
- Text - com.hp.hpl.sparta中的类
-
A section of text in an element.
- Text(String) - 类 的构造器com.hp.hpl.sparta.Text
-
Create with an initial character as its data.
- Text(char) - 类 的构造器com.hp.hpl.sparta.Text
-
Create with an initial character as its data.
- TextCompareExpr - com.hp.hpl.sparta.xpath中的类
-
Compare text value.
- TextEqualsExpr - com.hp.hpl.sparta.xpath中的类
-
[text()='value'] expression
Copyright (C) 2002 Hewlett-Packard Company.
- TextExistsExpr - com.hp.hpl.sparta.xpath中的类
-
[text()] expression
This is part of the GoF Flyweight(195) pattern -- Only one object of
this class ever exists, shared amongst all clients.
- TextNotEqualsExpr - com.hp.hpl.sparta.xpath中的类
-
An expression testing that the text node is not equal to a given string.
- TextTest - com.hp.hpl.sparta.xpath中的类
-
A "text()" node test in a Xpath step.
- ThisNodeTest - com.hp.hpl.sparta.xpath中的类
-
A '.' node test.
- toGwoyeuRomatzyhStringArray(char) - 类 中的静态方法net.sourceforge.pinyin4j.PinyinHelper
-
Get all unformmatted Gwoyeu Romatzyh presentations of a single Chinese
character (both Simplified and Tranditional)
- toHanYuPinyinString(String, HanyuPinyinOutputFormat, String, boolean, boolean) - 类 中的静态方法net.sourceforge.pinyin4j.PinyinHelper
-
Get a string which all Chinese characters are replaced by corresponding
main (first) Hanyu Pinyin representation.
- toHanYuPinyinString(String, HanyuPinyinOutputFormat, String, boolean) - 类 中的静态方法net.sourceforge.pinyin4j.PinyinHelper
-
- toHanyuPinyinStringArray(char) - 类 中的静态方法net.sourceforge.pinyin4j.PinyinHelper
-
Get all unformmatted Hanyu Pinyin presentations of a single Chinese
character (both Simplified and Tranditional)
For example,
If the input is '间', the return will be an array with
two Hanyu Pinyin strings:
"jian1"
"jian4"
If the
input is '李', the return will be an array with single Hanyu Pinyin
string:
"li3"
Special Note: If the return is "none0", that means the input
Chinese character exists in Unicode CJK talbe, however, it has no
pronounciation in Chinese
- toHanyuPinyinStringArray(char, HanyuPinyinOutputFormat) - 类 中的静态方法net.sourceforge.pinyin4j.PinyinHelper
-
Get all Hanyu Pinyin presentations of a single Chinese character (both
Simplified and Tranditional)
For example,
If the input is '间', the return will be an array with
two Hanyu Pinyin strings:
"jian1"
"jian4"
If the
input is '李', the return will be an array with single Hanyu Pinyin
string:
"li3"
Special Note: If the return is "none0", that means the input
Chinese character is in Unicode CJK talbe, however, it has no
pronounciation in Chinese
- toHanYuPinyinStringFirstLetter(String, HanyuPinyinOutputFormat, String, boolean) - 类 中的静态方法net.sourceforge.pinyin4j.PinyinHelper
-
- toMPS2PinyinStringArray(char) - 类 中的静态方法net.sourceforge.pinyin4j.PinyinHelper
-
Get all unformmatted MPS2 (Mandarin Phonetic Symbols 2) presentations of
a single Chinese character (both Simplified and Tranditional)
- toString() - 类 中的方法com.hp.hpl.sparta.Document
-
- toString(Writer) - 类 中的方法com.hp.hpl.sparta.Document
-
Accumulate text nodes hierarchically.
- toString() - 类 中的方法com.hp.hpl.sparta.Node
-
Hierarchically concatenated text nodes.
- toString() - 接口 中的方法com.hp.hpl.sparta.ParseSource
-
- toString() - 类 中的方法com.hp.hpl.sparta.xpath.AllElementTest
-
- toString(String) - 类 中的方法com.hp.hpl.sparta.xpath.AttrCompareExpr
-
- toString() - 类 中的方法com.hp.hpl.sparta.xpath.AttrEqualsExpr
-
- toString() - 类 中的方法com.hp.hpl.sparta.xpath.AttrExistsExpr
-
- toString() - 类 中的方法com.hp.hpl.sparta.xpath.AttrExpr
-
- toString() - 类 中的方法com.hp.hpl.sparta.xpath.AttrGreaterExpr
-
- toString() - 类 中的方法com.hp.hpl.sparta.xpath.AttrLessExpr
-
- toString() - 类 中的方法com.hp.hpl.sparta.xpath.AttrNotEqualsExpr
-
- toString(String) - 类 中的方法com.hp.hpl.sparta.xpath.AttrRelationalExpr
-
- toString() - 类 中的方法com.hp.hpl.sparta.xpath.AttrTest
-
- toString() - 类 中的方法com.hp.hpl.sparta.xpath.ElementTest
-
- toString() - 类 中的方法com.hp.hpl.sparta.xpath.ParentNodeTest
-
- toString() - 类 中的方法com.hp.hpl.sparta.xpath.PositionEqualsExpr
-
- toString() - 类 中的方法com.hp.hpl.sparta.xpath.SimpleStreamTokenizer
-
- toString() - 类 中的方法com.hp.hpl.sparta.xpath.Step
-
- toString(String) - 类 中的方法com.hp.hpl.sparta.xpath.TextCompareExpr
-
- toString() - 类 中的方法com.hp.hpl.sparta.xpath.TextEqualsExpr
-
- toString() - 类 中的方法com.hp.hpl.sparta.xpath.TextExistsExpr
-
- toString() - 类 中的方法com.hp.hpl.sparta.xpath.TextNotEqualsExpr
-
- toString() - 类 中的方法com.hp.hpl.sparta.xpath.TextTest
-
- toString() - 类 中的方法com.hp.hpl.sparta.xpath.ThisNodeTest
-
- toString() - 类 中的方法com.hp.hpl.sparta.xpath.TrueExpr
-
- toString() - 类 中的方法com.hp.hpl.sparta.xpath.XPath
-
- toTongyongPinyinStringArray(char) - 类 中的静态方法net.sourceforge.pinyin4j.PinyinHelper
-
Get all unformmatted Tongyong Pinyin presentations of a single Chinese
character (both Simplified and Tranditional)
- toWadeGilesPinyinStringArray(char) - 类 中的静态方法net.sourceforge.pinyin4j.PinyinHelper
-
Get all unformmatted Wade-Giles presentations of a single Chinese
character (both Simplified and Tranditional)
- toXml(Writer) - 类 中的方法com.hp.hpl.sparta.Document
-
Write DOM to XML.
- toXml(Writer) - 类 中的方法com.hp.hpl.sparta.Element
-
Write XML representation to character stream.
- toXml() - 类 中的方法com.hp.hpl.sparta.Node
-
XML representation of this node.
- toYalePinyinStringArray(char) - 类 中的静态方法net.sourceforge.pinyin4j.PinyinHelper
-
Get all unformmatted Yale Pinyin presentations of a single Chinese
character (both Simplified and Tranditional)
- Trie - net.sourceforge.pinyin4j.multipinyin中的类
-
Created by 刘一波 on 16/3/4.
- Trie() - 类 的构造器net.sourceforge.pinyin4j.multipinyin.Trie
-
- TrueExpr - com.hp.hpl.sparta.xpath中的类
-
The boolean constant "true".
- TT_EOF - 类 中的静态变量com.hp.hpl.sparta.xpath.SimpleStreamTokenizer
-
- TT_NUMBER - 类 中的静态变量com.hp.hpl.sparta.xpath.SimpleStreamTokenizer
-
- TT_WORD - 类 中的静态变量com.hp.hpl.sparta.xpath.SimpleStreamTokenizer
-
- ttype - 类 中的变量com.hp.hpl.sparta.xpath.SimpleStreamTokenizer
-
- XPath - com.hp.hpl.sparta.xpath中的类
-
The root of the parse tree for an XPath expression.
- xpathEnsure(String) - 类 中的方法com.hp.hpl.sparta.Document
-
Just like Element.xpathEnsure, but also handles case of no documentElement.
- xpathEnsure(String) - 类 中的方法com.hp.hpl.sparta.Element
-
Make sure this XPath exists, creating nodes if necessary,
returning true if any nodes created.
- XPathException - com.hp.hpl.sparta.xpath中的异常错误
-
Thrown when some problem parsing or executing an XPath expression.
- XPathException(XPath, String) - 异常错误 的构造器com.hp.hpl.sparta.xpath.XPathException
-
- xpathGetIndex(String) - 类 中的方法com.hp.hpl.sparta.Document
-
For faster lookup by XPath return (creating if necessary) an
index.
- xpathHasIndex(String) - 类 中的方法com.hp.hpl.sparta.Document
-
- xpathSelectElement(String) - 类 中的方法com.hp.hpl.sparta.Document
-
Select the first element that matches the absolute XPath
expression in this document, or null if
there is no match.
- xpathSelectElement(String) - 类 中的方法com.hp.hpl.sparta.Element
-
Select the first element that matches the relative XPath
expression with respect to this element, or null if
there is no match.
- xpathSelectElement(String) - 类 中的方法com.hp.hpl.sparta.Node
-
Select the first element that matches the relative XPath
expression with respect to this node, or null if
there is no match.
- xpathSelectElement(String) - 类 中的方法com.hp.hpl.sparta.Text
-
Not implemented.
- xpathSelectElements(String) - 类 中的方法com.hp.hpl.sparta.Document
-
Select all the elements that match the absolute XPath
expression in this document.
- xpathSelectElements(String) - 类 中的方法com.hp.hpl.sparta.Element
-
Select all the elements that match the relative XPath
expression with respect to this element.
- xpathSelectElements(String) - 类 中的方法com.hp.hpl.sparta.Node
-
Select all the elements that match the relative XPath
expression with respect to this node.
- xpathSelectElements(String) - 类 中的方法com.hp.hpl.sparta.Text
-
Not implemented.
- xpathSelectString(String) - 类 中的方法com.hp.hpl.sparta.Document
-
Select the first element that matches the absolute XPath
expression in this document, or null if
there is no match.
- xpathSelectString(String) - 类 中的方法com.hp.hpl.sparta.Element
-
Select the first element that matches the relative XPath
expression with respect to this element, or null if
there is no match.
- xpathSelectString(String) - 类 中的方法com.hp.hpl.sparta.Node
-
Select the first element that matches the relative XPath
expression with respect to this node, or null if
there is no match.
- xpathSelectString(String) - 类 中的方法com.hp.hpl.sparta.Text
-
Not implemented.
- xpathSelectStrings(String) - 类 中的方法com.hp.hpl.sparta.Document
-
Select all the strings that match the absolute XPath
expression in this document.
- xpathSelectStrings(String) - 类 中的方法com.hp.hpl.sparta.Element
-
Select all the strings that match the relative XPath
expression with respect to this element.
- xpathSelectStrings(String) - 类 中的方法com.hp.hpl.sparta.Node
-
Select all the strings that match the relative XPath
expression with respect to this node.
- xpathSelectStrings(String) - 类 中的方法com.hp.hpl.sparta.Text
-
Not implemented
- xpathSetStrings(String, String) - 类 中的方法com.hp.hpl.sparta.Node
-
For an xpath expression of the form "xpathPrefix/@attrName" set the
attribute "attrName" to attrValue on all elements that match
"XpathPrefix" which is an arbitrary xpath expression matching elements,
or for an xpath expression of the form "xpathPrefixe/text()" set the
text of all matching text nodes.