xml.txt

来自「没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没」· 文本 代码 · 共 65 行

TXT
65
字号
## Xml.txt - Resources for xml exception messages.## Copyright (C) 2001, 2002  Southern Storm Software, Pty Ltd.## This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2 of the License, or# (at your option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA#Xml_ArgumentException=Invalid argument ({0}) supplied.Xml_AttrAlreadySet=The specified attribute has already been set on an elementXml_AttrCollectionWrongNode=Wrong type of node for an attribute collectionXml_BooleanFormat=Invalid format for boolean valueXml_CannotClone=Cannot clone this type of nodeXml_CannotInsert=Cannot insert the specified node at the given locationXml_CannotRemove=Cannot remove the specific nodeXml_CannotSetInnerXml=Cannot set the inner XML for this node typeXml_CannotSetValue=Cannot set the value for this node typeXml_Default=An XML error has occuredXml_IncorrectNode=Node was unexpected at this point in the XML inputXml_InvalidAttributeIndex=Invalid attribute index valueXml_InvalidEncoding=Invalid encoding attribute valueXml_InvalidEntityRef=Invalid entity reference nameXml_InvalidEntityHandling=Invalid entity handling valueXml_InvalidName=Name is not in a valid XML formatXml_InvalidNamespace=Invalid namespace specifiedXml_InvalidNamespaceURI=Invalid namespace URI specifiedXml_InvalidNodeType=Invalid node typeXml_InvalidPrefix=The specified prefix is invalidXml_InvalidQuoteChar=Invalid quote characterXml_InvalidReadState=Invalid state for specified read operationXml_InvalidSpecialAttribute=Invalid name for a special attributeXml_InvalidStandalone=Invalid standalone attribute valueXml_InvalidSurrogate=Invalid surrogate character pairXml_InvalidValidationType=Invalid validation type valueXml_InvalidVersion=Invalid XML version - must be 1.0Xml_InvalidWhitespace=Invalid whitespace stringXml_InvalidWhitespaceHandling=Invalid whitespace handling valueXml_InvalidWriteState=Invalid state for specified write operationXml_InvalidXmlWritten=Invalid XML data sequence writtenXml_IsAncestor=Attempt to add an ancestor as a childXml_MustBeStream=Object type must be null or typeof(Stream)Xml_NamespacesNotSupported=Namespaces are not supported by this writerXml_NoRootElement=The document does not contain a root elementXml_NotAttrCollectionMember=The reference node is not a member of the collectionXml_NotSameDocument=The specified nodes are not in the same documentXml_NotTextReader=The specified XmlReader is not an XmlTextReaderXml_ReadOnly=The specified node is read-onlyXml_ReaderClosed=XML reader has already been closed or does not existXml_ReaderError=An error was detected in the input XML streamXml_RefNotChild=The reference node is not a child of the specified parentXml_UnexpectedEOF=The end of the XML input stream was encountered unexpectedlyXml_UnspecifiedUri=No URI was specifiedXml_WrongNameTable=A wrong XmlNameTable has been used

⌨️ 快捷键说明

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