A B C D E G H I L M N O P R S T U V W X 

A

accept(Visitor) - 类 中的方法com.hp.hpl.sparta.xpath.AllElementTest
 
accept(BooleanExprVisitor) - 类 中的方法com.hp.hpl.sparta.xpath.AttrEqualsExpr
 
accept(BooleanExprVisitor) - 类 中的方法com.hp.hpl.sparta.xpath.AttrExistsExpr
 
accept(BooleanExprVisitor) - 类 中的方法com.hp.hpl.sparta.xpath.AttrGreaterExpr
 
accept(BooleanExprVisitor) - 类 中的方法com.hp.hpl.sparta.xpath.AttrLessExpr
 
accept(BooleanExprVisitor) - 类 中的方法com.hp.hpl.sparta.xpath.AttrNotEqualsExpr
 
accept(Visitor) - 类 中的方法com.hp.hpl.sparta.xpath.AttrTest
 
accept(BooleanExprVisitor) - 类 中的方法com.hp.hpl.sparta.xpath.BooleanExpr
 
accept(Visitor) - 类 中的方法com.hp.hpl.sparta.xpath.ElementTest
 
accept(Visitor) - 类 中的方法com.hp.hpl.sparta.xpath.NodeTest
 
accept(Visitor) - 类 中的方法com.hp.hpl.sparta.xpath.ParentNodeTest
 
accept(BooleanExprVisitor) - 类 中的方法com.hp.hpl.sparta.xpath.PositionEqualsExpr
 
accept(BooleanExprVisitor) - 类 中的方法com.hp.hpl.sparta.xpath.TextEqualsExpr
 
accept(BooleanExprVisitor) - 类 中的方法com.hp.hpl.sparta.xpath.TextExistsExpr
 
accept(BooleanExprVisitor) - 类 中的方法com.hp.hpl.sparta.xpath.TextNotEqualsExpr
 
accept(Visitor) - 类 中的方法com.hp.hpl.sparta.xpath.TextTest
 
accept(Visitor) - 类 中的方法com.hp.hpl.sparta.xpath.ThisNodeTest
 
accept(BooleanExprVisitor) - 类 中的方法com.hp.hpl.sparta.xpath.TrueExpr
 
addObserver(Document.Observer) - 类 中的方法com.hp.hpl.sparta.Document
 
AllElementTest - com.hp.hpl.sparta.xpath中的类
A '*' node test.
appendChild(Node) - 类 中的方法com.hp.hpl.sparta.Element
Add node as child of this element, cloning node if it is this element or an ancestor.
appendData(String) - 类 中的方法com.hp.hpl.sparta.Text
 
appendData(char) - 类 中的方法com.hp.hpl.sparta.Text
 
appendData(char[], int, int) - 类 中的方法com.hp.hpl.sparta.Text
 
AttrCompareExpr - com.hp.hpl.sparta.xpath中的类
Compare attribute to string.
AttrEqualsExpr - com.hp.hpl.sparta.xpath中的类
A '@attrName = "value"' test.
AttrExistsExpr - com.hp.hpl.sparta.xpath中的类
A '@attrName' test to see if attribute exists.
AttrExpr - com.hp.hpl.sparta.xpath中的类
A boolean test on an attribute.
AttrGreaterExpr - com.hp.hpl.sparta.xpath中的类
A '@attrName > n' test.
AttrGreaterExpr(String, int) - 类 的构造器com.hp.hpl.sparta.xpath.AttrGreaterExpr
Constructor for AttrGreaterThanExpr.
AttrLessExpr - com.hp.hpl.sparta.xpath中的类
A '@attrName < "n"' test.
AttrLessExpr(String, int) - 类 的构造器com.hp.hpl.sparta.xpath.AttrLessExpr
Constructor for AttrLessThanExpr.
AttrNotEqualsExpr - com.hp.hpl.sparta.xpath中的类
An expression testing that an attribute is not equal to a given string.
AttrRelationalExpr - com.hp.hpl.sparta.xpath中的类
Compare attribute relative to integer.
AttrTest - com.hp.hpl.sparta.xpath中的类
A node test for an element with a particular tagname.

B

BadHanyuPinyinOutputFormatCombination - net.sourceforge.pinyin4j.format.exception中的异常错误
An exception class indicates the wrong combination of pinyin output formats
BadHanyuPinyinOutputFormatCombination(String) - 异常错误 的构造器net.sourceforge.pinyin4j.format.exception.BadHanyuPinyinOutputFormatCombination
Constructor
BooleanExpr - com.hp.hpl.sparta.xpath中的类
an expression that returns a boolean value.
BooleanExpr() - 类 的构造器com.hp.hpl.sparta.xpath.BooleanExpr
 
BooleanExprVisitor - com.hp.hpl.sparta.xpath中的接口
Add functionality to subclasses of BooleanExpr.

C

characters(char[], int, int) - 类 中的方法com.hp.hpl.sparta.DefaultParseHandler
 
characters(char[], int, int) - 接口 中的方法com.hp.hpl.sparta.ParseHandler
 
clone() - 类 中的方法com.hp.hpl.sparta.Document
Deep copy of this document.
clone() - 类 中的方法com.hp.hpl.sparta.Element
Create a deep clone of this Element.
clone() - 类 中的方法com.hp.hpl.sparta.Node
 
clone() - 类 中的方法com.hp.hpl.sparta.Text
Deep clone: returns Text node with copy of this ones data.
clone() - 类 中的方法com.hp.hpl.sparta.xpath.XPath
A one-level clone in which the steps list is cloned but not the steps objects themselves.
cloneElement(boolean) - 类 中的方法com.hp.hpl.sparta.Element
Create a clone of this node.
cloneShallow() - 类 中的方法com.hp.hpl.sparta.Element
Create a shallow clone of this Element.
code - 异常错误 中的变量com.hp.hpl.sparta.DOMException
 
com.hp.hpl.sparta - 程序包 com.hp.hpl.sparta
 
com.hp.hpl.sparta.xpath - 程序包 com.hp.hpl.sparta.xpath
XPath parse trees over which Visitor objects can traverse to apply the XPath expression to DOM nodes.
computeHashCode() - 类 中的方法com.hp.hpl.sparta.Document
Called whenever cached version of hashCode needs to be regenerated.
computeHashCode() - 类 中的方法com.hp.hpl.sparta.Element
Called whenever cached version of hashCode needs to be regenerated.
computeHashCode() - 类 中的方法com.hp.hpl.sparta.Node
Called whenever cached version of hashCode needs to be regenerated.
computeHashCode() - 类 中的方法com.hp.hpl.sparta.Text
Called whenever cached version of hashCode needs to be regenerated.
create() - 接口 中的方法com.hp.hpl.sparta.Sparta.CacheFactory
 

D

DEFAULT_LOG - 接口 中的静态变量com.hp.hpl.sparta.ParseSource
 
DefaultParseHandler - com.hp.hpl.sparta中的类
This class provides a default ParseHandler that does nothing.
DefaultParseHandler() - 类 的构造器com.hp.hpl.sparta.DefaultParseHandler
 
deleteObserver(Document.Observer) - 类 中的方法com.hp.hpl.sparta.Document
 
Document - com.hp.hpl.sparta中的类
An XML Document.
Document() - 类 的构造器com.hp.hpl.sparta.Document
Create new empty in-memory Document with a null documentElement.
Document.Index - com.hp.hpl.sparta中的类
 
Document.Observer - com.hp.hpl.sparta中的接口
Something that is informed whenever the document changes.
DOMException - com.hp.hpl.sparta中的异常错误
Thrown when problem constructing the DOM.
DOMException(short, String) - 异常错误 的构造器com.hp.hpl.sparta.DOMException
 
DOMSTRING_SIZE_ERR - 异常错误 中的静态变量com.hp.hpl.sparta.DOMException
 
DOT - 类 中的静态变量com.hp.hpl.sparta.xpath.Step
 

E

Element - com.hp.hpl.sparta中的类
A type of Node with a particular tagName that has a set of attributes and can contain other nodes as children.
Element(String) - 类 的构造器com.hp.hpl.sparta.Element
 
ElementTest - com.hp.hpl.sparta.xpath中的类
A node test for an element with a particular tagname.
EncodingMismatchException - com.hp.hpl.sparta中的异常错误
Thrown when declared encoding does not match assumed encoding.
endDocument() - 类 中的方法com.hp.hpl.sparta.DefaultParseHandler
 
endDocument() - 接口 中的方法com.hp.hpl.sparta.ParseHandler
 
endElement(Element) - 类 中的方法com.hp.hpl.sparta.DefaultParseHandler
 
endElement(Element) - 接口 中的方法com.hp.hpl.sparta.ParseHandler
 
equals(Object) - 类 中的方法com.hp.hpl.sparta.Document
Two documents are equal IFF their document elements are equal.
equals(Object) - 类 中的方法com.hp.hpl.sparta.Element
To be equal elements must have the same tagname, they must have the same children (applying equals recursivly) in the same order and they must have the same attributes in any order.
equals(Object) - 类 中的方法com.hp.hpl.sparta.Text
Text nodes can be equal even if they are in different documents, different parents, different siblings, or different annotations.
error(String, String, int) - 接口 中的方法com.hp.hpl.sparta.ParseLog
 
ExprFactory - com.hp.hpl.sparta.xpath中的类
A utility that parses a stream of tokens and creates the appropriate sub-class of BooleanExpr.
ExprFactory() - 类 的构造器com.hp.hpl.sparta.xpath.ExprFactory
 

G

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 'ü'

H

HanyuPinyinCaseType - net.sourceforge.pinyin4j.format中的类
Define the output case of Hanyu Pinyin string This class provides several options for outputted cases of Hanyu Pinyin string, which are listed below.
HanyuPinyinCaseType(String) - 类 的构造器net.sourceforge.pinyin4j.format.HanyuPinyinCaseType
Constructor
HanyuPinyinOutputFormat - net.sourceforge.pinyin4j.format中的类
This classes define how the Hanyu Pinyin should be outputted.
HanyuPinyinOutputFormat() - 类 的构造器net.sourceforge.pinyin4j.format.HanyuPinyinOutputFormat
 
HanyuPinyinToneType - net.sourceforge.pinyin4j.format中的类
Define the output format of Hanyu Pinyin tones Chinese has four pitched tones and a "toneless" tone.
HanyuPinyinToneType(String) - 类 的构造器net.sourceforge.pinyin4j.format.HanyuPinyinToneType
 
HanyuPinyinVCharType - net.sourceforge.pinyin4j.format中的类
Define the output format of character 'ü' 'ü' is a special character of Hanyu Pinyin, which can not be simply represented by English letters.
HanyuPinyinVCharType(String) - 类 的构造器net.sourceforge.pinyin4j.format.HanyuPinyinVCharType
Constructor
hashCode() - 类 中的方法com.hp.hpl.sparta.Node
 
HIERARCHY_REQUEST_ERR - 异常错误 中的静态变量com.hp.hpl.sparta.DOMException
 
htmlEncode(Writer, String) - 类 中的静态方法com.hp.hpl.sparta.Node
Quote special XML characters '<', '>', '&', '"' if necessary, and write to character stream.

I

intern(String) - 类 中的静态方法com.hp.hpl.sparta.Sparta
Used internally by Sparta code to intern strings because the String.intern method is not supported in older and smaller JVMs.
intern(String) - 接口 中的方法com.hp.hpl.sparta.Sparta.Internment
 
isAbsolute() - 类 中的方法com.hp.hpl.sparta.xpath.XPath
Does this path begin with a '/' or '//' ?
isEnglishLetter(char) - 类 中的静态方法net.sourceforge.pinyin4j.PinyinHelper
 
isMultiLevel() - 类 中的方法com.hp.hpl.sparta.xpath.Step
Is this step preceeded by a '//' ?
isStringValue() - 类 中的方法com.hp.hpl.sparta.xpath.AllElementTest
Return false
isStringValue() - 类 中的方法com.hp.hpl.sparta.xpath.AttrTest
Return true
isStringValue() - 类 中的方法com.hp.hpl.sparta.xpath.ElementTest
Return false
isStringValue() - 类 中的方法com.hp.hpl.sparta.xpath.NodeTest
Does this nodetest evaluate to a string values (attribute values or text() nodes)
isStringValue() - 类 中的方法com.hp.hpl.sparta.xpath.ParentNodeTest
Return false
isStringValue() - 类 中的方法com.hp.hpl.sparta.xpath.Step
Does this step evaluate to a string values (attribute values or text() nodes)
isStringValue() - 类 中的方法com.hp.hpl.sparta.xpath.TextTest
Return true
isStringValue() - 类 中的方法com.hp.hpl.sparta.xpath.ThisNodeTest
Return false
isStringValue() - 类 中的方法com.hp.hpl.sparta.xpath.XPath
Does xpath evaluate to a string values (attribute values or text() nodes)
isStringValue(String) - 类 中的静态方法com.hp.hpl.sparta.xpath.XPath
Convenience function equivalent to get(xpathString).isStringValue()

L

load(InputStream) - 类 中的方法net.sourceforge.pinyin4j.multipinyin.Trie
加载拼音
loadMultiPinyin(InputStream) - 类 中的方法net.sourceforge.pinyin4j.multipinyin.Trie
加载多音字拼音词典
loadMultiPinyinExtend() - 类 中的方法net.sourceforge.pinyin4j.multipinyin.Trie
加载用户自定义的扩展词库
LOWERCASE - 类 中的静态变量net.sourceforge.pinyin4j.format.HanyuPinyinCaseType
The option indicates that hanyu pinyin is outputted as lowercase letters

M

MAXLOOKAHEAD - 接口 中的静态变量com.hp.hpl.sparta.ParseSource
The InputStream passed into the constructor must support mark with this amount of lookahead.
MultiPinyinConfig - net.sourceforge.pinyin4j.multipinyin中的类
多音字配置,可外挂 Created by 刘一波 on 16/3/4.
MultiPinyinConfig() - 类 的构造器net.sourceforge.pinyin4j.multipinyin.MultiPinyinConfig
 
multiPinyinPath - 类 中的静态变量net.sourceforge.pinyin4j.multipinyin.MultiPinyinConfig
 

N

name - 类 中的变量net.sourceforge.pinyin4j.format.HanyuPinyinCaseType
 
name - 类 中的变量net.sourceforge.pinyin4j.format.HanyuPinyinToneType
 
name - 类 中的变量net.sourceforge.pinyin4j.format.HanyuPinyinVCharType
 
net.sourceforge.pinyin4j - 程序包 net.sourceforge.pinyin4j
 
net.sourceforge.pinyin4j.format - 程序包 net.sourceforge.pinyin4j.format
 
net.sourceforge.pinyin4j.format.exception - 程序包 net.sourceforge.pinyin4j.format.exception
 
net.sourceforge.pinyin4j.multipinyin - 程序包 net.sourceforge.pinyin4j.multipinyin
 
nextToken() - 类 中的方法com.hp.hpl.sparta.xpath.SimpleStreamTokenizer
 
Node - com.hp.hpl.sparta中的类
An XML node.
Node() - 类 的构造器com.hp.hpl.sparta.Node
 
NodeTest - com.hp.hpl.sparta.xpath中的类
The test for a nodeset that appears before the optional [predicate] in an xpath step.
NodeTest() - 类 的构造器com.hp.hpl.sparta.xpath.NodeTest
 
NodeTestVisitor - com.hp.hpl.sparta.xpath中的接口
Add functionality to ubclasses of NodeTest.
NOT_FOUND_ERR - 异常错误 中的静态变量com.hp.hpl.sparta.DOMException
 
note(String, String, int) - 接口 中的方法com.hp.hpl.sparta.ParseLog
 
nval - 类 中的变量com.hp.hpl.sparta.xpath.SimpleStreamTokenizer
 

O

ordinaryChar(char) - 类 中的方法com.hp.hpl.sparta.xpath.SimpleStreamTokenizer
precondition 0<=ch && ch<128

P

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
 

R

removeAttribute(String) - 类 中的方法com.hp.hpl.sparta.Element
remove this attribute if it exists, otherwise silently do nothing.
removeChild(Node) - 类 中的方法com.hp.hpl.sparta.Element
 
replaceChild(Element, Node) - 类 中的方法com.hp.hpl.sparta.Element
Replace oldChild with newChild.
replaceChild(Text, Node) - 类 中的方法com.hp.hpl.sparta.Element
Replace oldChild with newChild.
restoreDefault() - 类 中的方法net.sourceforge.pinyin4j.format.HanyuPinyinOutputFormat
Restore default variable values for this class Default values are listed below: HanyuPinyinVCharType := WITH_U_AND_COLON
HanyuPinyinCaseType := LOWERCASE
HanyuPinyinToneType := WITH_TONE_NUMBER

S

setAnnotation(Object) - 类 中的方法com.hp.hpl.sparta.Node
Use by client to attach arbitrary data to DOM document.
setAttribute(String, String) - 类 中的方法com.hp.hpl.sparta.Element
 
setCacheFactory(Sparta.CacheFactory) - 类 中的静态方法com.hp.hpl.sparta.Sparta
Change the caching to something custom.
setCaseType(HanyuPinyinCaseType) - 类 中的方法net.sourceforge.pinyin4j.format.HanyuPinyinOutputFormat
Define the output cases of Hanyu Pinyin characters
setData(String) - 类 中的方法com.hp.hpl.sparta.Text
 
setDocumentElement(Element) - 类 中的方法com.hp.hpl.sparta.Document
Set the root element of this DOM tree.
setInternment(Sparta.Internment) - 类 中的静态方法com.hp.hpl.sparta.Sparta
Change the String intern to something custom.
setName(String) - 类 中的方法net.sourceforge.pinyin4j.format.HanyuPinyinCaseType
 
setName(String) - 类 中的方法net.sourceforge.pinyin4j.format.HanyuPinyinToneType
 
setName(String) - 类 中的方法net.sourceforge.pinyin4j.format.HanyuPinyinVCharType
 
setNextTire(Trie) - 类 中的方法net.sourceforge.pinyin4j.multipinyin.Trie
 
setParseSource(ParseSource) - 类 中的方法com.hp.hpl.sparta.DefaultParseHandler
 
setParseSource(ParseSource) - 接口 中的方法com.hp.hpl.sparta.ParseHandler
 
setPinyin(String) - 类 中的方法net.sourceforge.pinyin4j.multipinyin.Trie
 
setSystemId(String) - 类 中的方法com.hp.hpl.sparta.Document
 
setTagName(String) - 类 中的方法com.hp.hpl.sparta.Element
 
setToneType(HanyuPinyinToneType) - 类 中的方法net.sourceforge.pinyin4j.format.HanyuPinyinOutputFormat
Define the output format of Chinese tones
setVCharType(HanyuPinyinVCharType) - 类 中的方法net.sourceforge.pinyin4j.format.HanyuPinyinOutputFormat
Define the output format of character 'ü'
SimpleStreamTokenizer - com.hp.hpl.sparta.xpath中的类
Simplified replacement for java.util.StreamTokenizer which is not avilable in J2ME.
SimpleStreamTokenizer(Reader) - 类 的构造器com.hp.hpl.sparta.xpath.SimpleStreamTokenizer
 
size() - 类 中的方法com.hp.hpl.sparta.Document.Index
 
size() - 接口 中的方法com.hp.hpl.sparta.Sparta.Cache
 
Sparta - com.hp.hpl.sparta中的类
This utility class allows you to configure some low-level behavior of the Sparta code such as caching and String interning.
Sparta() - 类 的构造器com.hp.hpl.sparta.Sparta
 
Sparta.Cache - com.hp.hpl.sparta中的接口
What a CacheFactory generates.
Sparta.CacheFactory - com.hp.hpl.sparta中的接口
You should pass an object that implements this interface to setCacheFactory.
Sparta.Internment - com.hp.hpl.sparta中的接口
Pass an object that implements this interface to setInternment.
startDocument() - 类 中的方法com.hp.hpl.sparta.DefaultParseHandler
 
startDocument() - 接口 中的方法com.hp.hpl.sparta.ParseHandler
 
startElement(Element) - 类 中的方法com.hp.hpl.sparta.DefaultParseHandler
 
startElement(Element) - 接口 中的方法com.hp.hpl.sparta.ParseHandler
 
Step - com.hp.hpl.sparta.xpath中的类
One of the steps which, separated by slashes, make up an XPath expression.
sval - 类 中的变量com.hp.hpl.sparta.xpath.SimpleStreamTokenizer
 

T

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
Same as getSystemId
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
 

U

update(Document) - 类 中的方法com.hp.hpl.sparta.Document.Index
 
update(Document) - 接口 中的方法com.hp.hpl.sparta.Document.Observer
Called when the document changes.
UPPERCASE - 类 中的静态变量net.sourceforge.pinyin4j.format.HanyuPinyinCaseType
The option indicates that hanyu pinyin is outputted as uppercase letters

V

visit(TrueExpr) - 接口 中的方法com.hp.hpl.sparta.xpath.BooleanExprVisitor
 
visit(AttrExistsExpr) - 接口 中的方法com.hp.hpl.sparta.xpath.BooleanExprVisitor
 
visit(AttrEqualsExpr) - 接口 中的方法com.hp.hpl.sparta.xpath.BooleanExprVisitor
 
visit(AttrNotEqualsExpr) - 接口 中的方法com.hp.hpl.sparta.xpath.BooleanExprVisitor
 
visit(AttrLessExpr) - 接口 中的方法com.hp.hpl.sparta.xpath.BooleanExprVisitor
 
visit(AttrGreaterExpr) - 接口 中的方法com.hp.hpl.sparta.xpath.BooleanExprVisitor
 
visit(TextExistsExpr) - 接口 中的方法com.hp.hpl.sparta.xpath.BooleanExprVisitor
 
visit(TextEqualsExpr) - 接口 中的方法com.hp.hpl.sparta.xpath.BooleanExprVisitor
 
visit(TextNotEqualsExpr) - 接口 中的方法com.hp.hpl.sparta.xpath.BooleanExprVisitor
 
visit(PositionEqualsExpr) - 接口 中的方法com.hp.hpl.sparta.xpath.BooleanExprVisitor
 
visit(AllElementTest) - 接口 中的方法com.hp.hpl.sparta.xpath.NodeTestVisitor
 
visit(ThisNodeTest) - 接口 中的方法com.hp.hpl.sparta.xpath.NodeTestVisitor
 
visit(ParentNodeTest) - 接口 中的方法com.hp.hpl.sparta.xpath.NodeTestVisitor
 
visit(ElementTest) - 接口 中的方法com.hp.hpl.sparta.xpath.NodeTestVisitor
 
visit(AttrTest) - 接口 中的方法com.hp.hpl.sparta.xpath.NodeTestVisitor
 
visit(TextTest) - 接口 中的方法com.hp.hpl.sparta.xpath.NodeTestVisitor
 
Visitor - com.hp.hpl.sparta.xpath中的接口
Something that crawls over the parse tree.

W

warning(String, String, int) - 接口 中的方法com.hp.hpl.sparta.ParseLog
 
WITH_TONE_MARK - 类 中的静态变量net.sourceforge.pinyin4j.format.HanyuPinyinToneType
The option indicates that hanyu pinyin is outputted with tone marks
WITH_TONE_NUMBER - 类 中的静态变量net.sourceforge.pinyin4j.format.HanyuPinyinToneType
The option indicates that hanyu pinyin is outputted with tone numbers
WITH_U_AND_COLON - 类 中的静态变量net.sourceforge.pinyin4j.format.HanyuPinyinVCharType
The option indicates that the output of 'ü' is "u:"
WITH_U_UNICODE - 类 中的静态变量net.sourceforge.pinyin4j.format.HanyuPinyinVCharType
The option indicates that the output of 'ü' is "ü" in Unicode form
WITH_V - 类 中的静态变量net.sourceforge.pinyin4j.format.HanyuPinyinVCharType
The option indicates that the output of 'ü' is "v"
WITHOUT_TONE - 类 中的静态变量net.sourceforge.pinyin4j.format.HanyuPinyinToneType
The option indicates that hanyu pinyin is outputted without tone numbers or tone marks
wordChars(char, char) - 类 中的方法com.hp.hpl.sparta.xpath.SimpleStreamTokenizer
precondition 0<=ch && ch<128

X

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.
A B C D E G H I L M N O P R S T U V W X 

Copyright © 2016. All Rights Reserved.