📄 xpatherrorresources.properties
字号:
ER0076=Programmer's assertion\u003a unknown opcode\u003a {0}
# ER_ZERO_OR_ONE
ER0077=0 or 1
# ER_RTF_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER
ER0078=rtf() not supported by XRTreeFragSelectWrapper
# ER_ASNODEITERATOR_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER
ER0079=asNodeIterator() not supported by XRTreeFragSelectWrapper
# ER_FSB_NOT_SUPPORTED_XSTRINGFORCHARS
ER0080=fsb() not supported for XStringForChars
# ER_COULD_NOT_FIND_VAR
ER0081=Could not find variable with the name of {0}
# ER_XSTRINGFORCHARS_CANNOT_TAKE_STRING
ER0082=XStringForChars can not take a string for an argument
# ER_FASTSTRINGBUFFER_CANNOT_BE_NULL
ER0083=The FastStringBuffer argument can not be null
# ER_TWO_OR_THREE
ER0084=2 or 3
# ER_VARIABLE_ACCESSED_BEFORE_BIND
ER0085=Variable accessed before it is bound!
# ER_FSB_CANNOT_TAKE_STRING
ER0086=XStringForFSB can not take a string for an argument!
# ER_SETTING_WALKER_ROOT_T)_NULL
ER0087=\n !!!! Error! Setting the root of a walker to null!!!
# ER_NODESETDTM_CANNOT_ITERATE
ER0088=This NodeSetDTM can not iterate to a previous node!
# ER_NODESET_CANNOT_ITERATE
ER0089=This NodeSet can not iterate to a previous node!
# ER_NODESETDTM_CANNOT_INDEX
ER0090=This NodeSetDTM can not do indexing or counting functions!
# ER_NODESET_CANNOT_INDEX
ER0091=This NodeSet can not do indexing or counting functions!
# ER_CANNOT_CALL_SETSHOULDCACHENODE
ER0092=Can not call setShouldCacheNodes after nextNode has been called!
# ER_ONLY_ALLOWS
ER0093={0} only allows {1} arguments
# ER_UNKNOWN_STEP
ER0094=Programmer's assertion in getNextStepPos: unknown stepType: {0}
# Note to translators: A relative location path is a form of XPath expression.
# The message indicates that such an expression was expected following the
# characters '/' or '//', but was not found.
# ER_EXPECTED_REL_LOC_PATH
ER0095=A relative location path was expected following the '/' or '//' token.
# Note to translators: A location path is a form of XPath expression.
# The message indicates that syntactically such an expression was expected, but
# the characters specified by the substitution text were encountered instead.
# ER_EXPECTED_LOC_PATH
ER0096=A location path was expected, but the following token was encountered\u003a {0}
# Note to translators: A location step is part of an XPath expression.
# The message indicates that syntactically such an expression was expected
# following the specified characters.
# ER_EXPECTED_LOC_STEP
ER0097=A location step was expected following the '/' or '//' token.
# ER_EXPECTED_NODE_TEST
# Note to translators: A node test is part of an XPath expression that is
# used to test for particular kinds of nodes. In this case, a node test that
# consists of an NCName followed by a colon and an asterisk or that consists
# of a QName was expected, but was not found.
ER0098=A node test that matches either NCName:* or QName was expected.
# Note to translators: A step pattern is part of an XPath expression.
# The message indicates that syntactically such an expression was expected,
# but the specified character was found in the expression instead.
# ER_EXPECTED_STEP_PATTERN
ER0099=A step pattern was expected, but '/' was encountered.
# Note to translators: A relative path pattern is part of an XPath expression.
# The message indicates that syntactically such an expression was expected,
# but was not found.
# ER_EXPECTED_REL_PATH_PATTERN
ER0100=A relative path pattern was expected.
# Note to translators: A QNAME has the syntactic form [NCName:]NCName
# The localname is the portion after the optional colon; the message indicates
# that there is a problem with that part of the QNAME.
# ER_ARG_LOCALNAME_INVALID
ER0101= Localname in QNAME should be a valid NCName
# Note to translators: A QNAME has the syntactic form [NCName:]NCName
# The prefix is the portion before the optional colon; the message indicates
# that there is a problem with that part of the QNAME.
# ER_ARG_PREFIX_INVALID
ER0102=Prefix in QNAME should be a valid NCName
# Note to translators: The substitution text is the name of a data type. The
# message indicates that a value of a particular type could not be converted
# to a value of type string.
# ER_CANT_CONVERT_TO_BOOLEAN
ER0103=Cannot convert {0} to a boolean.
# Note to translators: Do not translate ANY_UNORDERED_NODE_TYPE and FIRST_ORDERED_NODE_TYPE.
# ER_CANT_CONVERT_TO_SINGLENODE.
ER0104=Cannot convert {0} to a single node. This getter applies to types ANY_UNORDERED_NODE_TYPE and FIRST_ORDERED_NODE_TYPE.
# Note to translators: Do not translate UNORDERED_NODE_SNAPSHOT_TYPE and ORDERED_NODE_SNAPSHOT_TYPE.
# ER_CANT_GET_SNAPSHOT_LENGTH
ER0105=Cannot get snapshot length on type: {0}. This getter applies to types UNORDERED_NODE_SNAPSHOT_TYPE and ORDERED_NODE_SNAPSHOT_TYPE.
# ER_NON_ITERATOR_TYPE
ER0106=Cannot iterate over non-iterator type: {0}
# Note to translators: This message indicates that the document being operated
# upon changed, so the iterator object that was being used to traverse the
# document has now become invalid.
# ER_DOC_MUTATED
ER0107=Document mutated since result was returned. Iterator is invalid.
# ER_INVALID_XPATH_TYPE
ER0108=Invalid XPath type argument: {0}
# ER_EMPTY_XPATH_RESULT
ER0109=Empty XPath result object
# ER_INCOMPATIBLE_TYPES
ER0110=The returned type: {0} cannot be coerced into the specified type: {1}
# ER_NULL_RESOLVER
ER0111=Unable to resolve prefix with null prefix resolver.
# Note to translators: The substitution text is the name of a data type. The
# message indicates that a value of a particular type could not be converted
# to a value of type string.
# ER_CANT_CONVERT_TO_STRING
ER0112=Cannot convert {0} to a string.
# ER_NON_SNAPSHOT_TYPE
# Note to translators: Do not translate snapshotItem,
# UNORDERED_NODE_SNAPSHOT_TYPE and ORDERED_NODE_SNAPSHOT_TYPE.
ER0113=Cannot call snapshotItem on type: {0}. This method applies to types UNORDERED_NODE_SNAPSHOT_TYPE and ORDERED_NODE_SNAPSHOT_TYPE.
# Note to translators: XPathEvaluator is a Java interface name. An
# XPathEvaluator is created with respect to a particular XML document, and in
# this case the expression represented by this object was being evaluated with
# respect to a context node from a different document.
# ER_WRONG_DOCUMENT
ER0114=Context node does not belong to the document that is bound to this XPathEvaluator.
# Note to translators: The XPath expression cannot be evaluated with respect
# to this type of node.
# ER_WRONG_NODETYPE
ER0115=The context node type is not supported.
# ER_XPATH_ERROR
ER0116=Unknown error in XPath
# WG_LOCALE_NAME_NOT_HANDLED
WR0001=locale name in the format-number function not yet handled!
# WG_PROPERTY_NOT_SUPPORTED
WR0002=XSL Property not supported\u003a {0}
# WG_DONT_DO_ANYTHING_WITH_NS
WR0003=Do not currently do anything with namespace {0} in property\u003a {1}
# WG_SECURITY_EXCEPTION
WR0004=SecurityException when trying to access XSL system property\u003a {0}
# WG_QUO_NO_LONGER_DEFINED
WR0005=Old syntax\u003a quo(...) is no longer defined in XPath.
# WG_NEED_DERIVED_OBJECT_TO_IMPLEMENT_NODETEST
WR0006=XPath needs a derived object to implement nodeTest!
# WG_FUNCTION_TOKEN_NOT_FOUND
WR0007=function token not found.
# WG_COULDNOT_FIND_FUNCTION
WR0008=Could not find function\u003a {0}
# WG_CANNOT_MAKE_URL_FROM
WR0009=Can not make URL from\u003a {0}
# WG_EXPAND_ENTITIES_NOT_SUPPORTED
WR0010=-E option not supported for DTM parser
# WG_ILLEGAL_VARIABLE_REFERENCE
WR0011=VariableReference given for variable out of context or without definition! Name \u003d {0}
# WG_UNSUPPORTED_ENCODING
WR0012=Unsupported encoding\u003a {0}
ui_language=en
help_language=en
language=en
BAD_CODE=Parameter to createMessage was out of bounds
FORMAT_FAILED=Exception thrown during messageFormat call
version=>>>>>>> Xalan Version
version2=<<<<<<<
yes=yes
line=Line \u0023
column=Column \u0023
xsldone=XSLProcessor\u003a done
xpath_option=xpath options\u003a
optionIN= [-in inputXMLURL]
optionSelect= [-select xpath expression]
optionMatch= [-match match pattern (for match diagnostics)]
optionAnyExpr=Or just an xpath expression will do a diagnostic dump
noParsermsg1=XSL Process was not successful.
noParsermsg2=** Could not find parser **
noParsermsg3=Please check your classpath.
noParsermsg4=If you don't have IBM's XML Parser for Java, you can download it from
noParsermsg5=IBM's AlphaWorks\u003a http\u003a//www.alphaworks.ibm.com/formula/xml
gtone=>1
zero=0
one=1
two=2
three=3
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -