⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xpatherrorresources.properties

📁 往数据库中(mysql)写入图片,在eclipse下开发的
💻 PROPERTIES
📖 第 1 页 / 共 2 页
字号:
# This file contains error and warning messages related to XPath Error Handling.
# Many of the messages are referenced by integer value (to avoid more strings
# in the class files) and the string keys formed at runtime.  In the case where
# the key is an integer, the constant reference (that would be used in the code)
# is listed in a comment above the tuple.

#  1) Xalan (or more properly, Xalan-interpretive) and XSLTC are names of
#     components.
#     XSLT is an acronym for "XML Stylesheet Language: Transformations".
#     XSLTC is an acronym for XSLT Compiler.
#
#  2) A stylesheet is a description of how to transform an input XML document
#     into a resultant XML document (or HTML document or text).  The
#     stylesheet itself is described in the form of an XML document.
#
#  3) A template is a component of a stylesheet that is used to match a
#     particular portion of an input document and specifies the form of the
#     corresponding portion of the output document.
#
#  4) An element is a mark-up tag in an XML document; an attribute is a
#     modifier on the tag.  For example, in <elem attr='val' attr2='val2'>
#     "elem" is an element name, "attr" and "attr2" are attribute names with
#     the values "val" and "val2", respectively.
#
#  5) A namespace declaration is a special attribute that is used to associate
#     a prefix with a URI (the namespace).  The meanings of element names and
#     attribute names that use that prefix are defined with respect to that
#     namespace.
#
#  6) "Translet" is an invented term that describes the class file that
#     results from compiling an XML stylesheet into a Java class.
#
#  7) XPath is a specification that describes a notation for identifying
#     nodes in a tree-structured representation of an XML document.  An
#     instance of that notation is referred to as an XPath expression.
#
#  8) The context node is the node in the document with respect to which an
#     XPath expression is being evaluated.
#
#  9) An iterator is an object that traverses nodes in the tree, one at a time.
#
#  10) NCName is an XML term used to describe a name that does not contain a
#     colon (a "no-colon name").
#
#  11) QName is an XML term meaning "qualified name".
#

# ER_ROR0000
ER0000={0}
# ER_CURRENT_NOT_ALLOWED_IN_MATCH
ER0001=The current() function is not allowed in a match pattern!
# ER_CURRENT_TAKES_NO_ARGS
ER0002=The current() function does not accept arguments!
# ER_DOCUMENT_REPLACED
ER0003=document() function implementation has been replaced by org.apache.xalan.xslt.FuncDocument!
# ER_CONTEXT_HAS_NO_OWNERDOC
ER0004=context does not have an owner document!
# ER_LOCALNAME_HAS_TOO_MANY_ARGS
ER0005=local-name() has too many arguments.
# ER_NAMESPACEURI_HAS_TOO_MANY_ARGS
ER0006=namespace-uri() has too many arguments.
# ER_NORMALIZESPACE_HAS_TOO_MANY_ARGS
ER0007=normalize-space() has too many arguments.
# ER_NUMBER_HAS_TOO_MANY_ARGS
ER0008=number() has too many arguments.
# ER_NAME_HAS_TOO_MANY_ARGS
ER0009=name() has too many arguments.
# ER_STRING_HAS_TOO_MANY_ARGS
ER0010=string() has too many arguments.
# ER_STRINGLENGTH_HAS_TOO_MANY_ARGS
ER0011=string-length() has too many arguments.
# ER_TRANSLATE_TAKES_3_ARGS
ER0012=The translate() function takes three arguments!
# ER_UNPARSEDENTITYURI_TAKES_1_ARG
ER0013=The unparsed-entity-uri function should take one argument!
# ER_NAMESPACEAXIS_NOT_IMPLEMENTED
ER0014=namespace axis not implemented yet!
# ER_UNKNOWN_AXIS
ER0015=unknown axis\u003a {0}
# ER_UNKNOWN_MATCH_OPERATION
ER0016=unknown match operation!
# ER_INCORRECT_ARG_LENGTH
ER0017=Arg length of processing-instruction() node test is incorrect!
# ER_CANT_CONVERT_TO_NUMBER
ER0018=Can not convert {0} to a number
# ER_CANT_CONVERT_TO_NODELIST
ER0019=Can not convert {0} to a NodeList!
# ER_CANT_CONVERT_TO_MUTABLENODELIST
ER0020=Can not convert {0} to a NodeSetDTM!
# ER_CANT_CONVERT_TO_TYPE
ER0021=Can not convert {0} to a type\u0023{1}
# ER_EXPECTED_MATCH_PATTERN
ER0022=Expected match pattern in getMatchScore!
# ER_COULDNOT_GET_VAR_NAMED
ER0023=Could not get variable named {0}
# ER_UNKNOWN_OPCODE
ER0024=ERROR! Unknown op code\u003a {0}
# ER_EXTRA_ILLEGAL_TOKENS
ER0025=Extra illegal tokens\u003a {0}
# ER_EXPECTED_DOUBLE_QUOTE
ER0026=misquoted literal... expected double quote!
# ER_EXPECTED_SINGLE_QUOTE
ER0027=misquoted literal... expected single quote!
# ER_EMPTY_EXPRESSION
ER0028=Empty expression!
# ER_EXPECTED_BUT_FOUND
ER0029=Expected {0}, but found\u003a {1}
# ER_INCORRECT_PROGRAMMER_ASSERTION
ER0030=Programmer assertion is incorrect! - {0}
# ER_BOOLEAN_ARG_NO_LONGER_OPTIONAL
ER0031=boolean(...) argument is no longer optional with 19990709 XPath draft.
# ER_FOUND_COMMA_BUT_NO_PRECEDING_ARG
ER0032=Found ',' but no preceding argument!
# ER_FOUND_COMMA_BUT_NO_FOLLOWING_ARG
ER0033=Found ',' but no following argument!
# ER_PREDICATE_ILLEGAL_SYNTAX
ER0034='..[predicate]' or '.[predicate]' is illegal syntax.  Use 'self\u003a\u003anode()[predicate]' instead.
# ER_ILLEGAL_AXIS_NAME
ER0035=illegal axis name\u003a {0}
# ER_UNKNOWN_NODETYPE
ER0036=Unknown nodetype\u003a {0}
# ER_PATTERN_LITERAL_NEEDS_BE_QUOTED
ER0037=Pattern literal ({0}) needs to be quoted!
# ER_COULDNOT_BE_FORMATTED_TO_NUMBER
ER0038={0} could not be formatted to a number!
# ER_COULDNOT_CREATE_XMLPROCESSORLIAISON
ER0039=Could not create XML TransformerFactory Liaison\u003a {0}
# ER_DIDNOT_FIND_XPATH_SELECT_EXP
ER0040=Error! Did not find xpath select expression (-select).
# ER_COULDNOT_FIND_ENDOP_AFTER_OPLOCATIONPATH
ER0041=ERROR! Could not find ENDOP after OP_LOCATIONPATH
# ER_ERROR_OCCURED
ER0042=Error occured!
# ER_ILLEGAL_VARIABLE_REFERENCE
ER0043=VariableReference given for variable out of context or without definition!  Name \u003d {0}
# ER_AXES_NOT_ALLOWED
ER0044=Only child\u003a\u003a and attribute\u003a\u003a axes are allowed in match patterns!  Offending axes \u003d {0}
# ER_KEY_HAS_TOO_MANY_ARGS
ER0045=key() has an incorrect number of arguments.
# ER_COUNT_TAKES_1_ARG
ER0046=The count function should take one argument!
# ER_COULDNOT_FIND_FUNCTION
ER0047=Could not find function\u003a {0}
# ER_UNSUPPORTED_ENCODING
ER0048=Unsupported encoding\u003a {0}
# ER_PROBLEM_IN_DTM_NEXTSIBLING
ER0049=Problem occured in DTM in getNextSibling... trying to recover
# ER_CANNOT_WRITE_TO_EMPTYNODELISTIMPL
ER0050=Programmer error\u003a EmptyNodeList can not be written to.
# ER_SETDOMFACTORY_NOT_SUPPORTED
ER0051=setDOMFactory is not supported by XPathContext!
# ER_PREFIX_MUST_RESOLVE
ER0052=Prefix must resolve to a namespace\u003a {0}
# ER_PARSE_NOT_SUPPORTED
ER0053=parse (InputSource source) not supported in XPathContext! Can not open {0}
# ER_CREATEDOCUMENT_NOT_SUPPORTED
ER0054=createDocument() not supported in XPathContext!
# ER_CHILD_HAS_NO_OWNER_DOCUMENT
ER0055=Attribute child does not have an owner document!
# ER_CHILD_HAS_NO_OWNER_DOCUMENT_ELEMENT
ER0056=Attribute child does not have an owner document element!
# ER_SAX_API_NOT_HANDLED
ER0057=SAX API characters(char ch[]... not handled by the DTM!
# ER_IGNORABLE_WHITESPACE_NOT_HANDLED
ER0058=ignorableWhitespace(char ch[]... not handled by the DTM!
# ER_DTM_CANNOT_HANDLE_NODES
ER0059=DTMLiaison can not handle nodes of type {0}
# ER_XERCES_CANNOT_HANDLE_NODES
ER0060=DOM2Helper can not handle nodes of type {0}
# ER_XERCES_PARSE_ERROR_DETAILS
ER0061=DOM2Helper.parse error\u003a SystemID - {0} line - {1}
# ER_XERCES_PARSE_ERROR
ER0062=DOM2Helper.parse error
# ER_CANT_OUTPUT_TEXT_BEFORE_DOC
ER0063=Warning\u003a can't output text before document element!  Ignoring...
# ER_CANT_HAVE_MORE_THAN_ONE_ROOT
ER0064=Can't have more than one root on a DOM!
# ER_INVALID_UTF16_SURROGATE
ER0065=Invalid UTF-16 surrogate detected\u003a {0} ?
# ER_OIERROR
ER0066=IO error
# ER_CANNOT_CREATE_URL
ER0067=Cannot create url for\u003a {0}
# ER_XPATH_READOBJECT
ER0068=In XPath.readObject\u003a {0}
# ER_FUNCTION_TOKEN_NOT_FOUND
ER0069=function token not found.
# ER_ARG_LOCALNAME_NULL
ER0070=Argument 'localName' is null
# ER_CANNOT_DEAL_XPATH_TYPE
ER0071=Can not deal with XPath type\u003a {0}
# ER_NODESET_NOT_MUTABLE
ER0072=This NodeSet is not mutable
# ER_NODESETDTM_NOT_MUTABLE
ER0073=This NodeSetDTM is not mutable
# ER_VAR_NOT_RESOLVABLE
ER0074=Variable not resolvable\u003a {0}
# ER_NULL_ERROR_HANDLER
ER0075=Null error handler
# ER_PROG_ASSERT_UNKNOWN_OPCODE

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -