Home
last modified time | relevance | path

Searched refs:CreateCDataSection (Results 1 – 25 of 75) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/XmlDocument/XmlCharacterDataTests/
H A DReplaceTests.cs15 var cdataNode = (XmlCharacterData)xmlDocument.CreateCDataSection("abcde"); in Replace0CharactersFromCdataNode()
26 var cdataNode = (XmlCharacterData)xmlDocument.CreateCDataSection("abcde"); in Replace4CharactersFromCdataNodeFromBeginning()
37 var cdataNode = (XmlCharacterData)xmlDocument.CreateCDataSection("abcde"); in Replace4CharactersFromCdataNode()
48 var cdataNode = (XmlCharacterData)xmlDocument.CreateCDataSection("abcde"); in Replace1CharactersFromCdataNodeBeginning()
59 var cdataNode = (XmlCharacterData)xmlDocument.CreateCDataSection("abcdefgh"); in ReplaceAllCharactersFromCdataNodeBeginning()
70 var cdataNode = (XmlCharacterData)xmlDocument.CreateCDataSection("abcdefgh"); in ReplaceCharactersFromCdataNodeWhenStringIsShorter()
H A DInsertDataTests.cs15 var cdataNode = (XmlCharacterData)xmlDocument.CreateCDataSection("comment"); in InsertDataAtBeginningOfCdataNode()
26 var cdataNode = (XmlCharacterData)xmlDocument.CreateCDataSection("comment"); in InsertDataAtMiddleOfCdataNode()
37 var cdataNode = (XmlCharacterData)xmlDocument.CreateCDataSection(null); in InsertDataInEmptyCdataNode()
48 var cdataNode = (XmlCharacterData)xmlDocument.CreateCDataSection(null); in InsertDataBeyondEndOfEmptyCdataNode()
57 var cdataNode = (XmlCharacterData)xmlDocument.CreateCDataSection("hello"); in InsertDataBeyondEndOfCdataNodeBigNumber()
H A DSubstringTests.cs16 var cdataNode = (XmlCharacterData)xmlDocument.CreateCDataSection(testString); in Substring()
27 var cdataNode = (XmlCharacterData)xmlDocument.CreateCDataSection("abcde"); in SubstringBeforeBeginning()
37 var cdataNode = (XmlCharacterData)xmlDocument.CreateCDataSection(testString); in SubstringLongerThanData()
48 var cdataNode = (XmlCharacterData)xmlDocument.CreateCDataSection(String.Empty); in EmptyString()
H A DLengthTests.cs26 var cdataNode = (XmlCharacterData)xmlDocument.CreateCDataSection("abcde"); in CreateCdata()
35 var cdataNode = (XmlCharacterData)xmlDocument.CreateCDataSection(String.Empty); in CreateEmptyCdata()
44 var cdataNode = (XmlCharacterData)xmlDocument.CreateCDataSection("abcde"); in LengthOfCdataAfterDelete()
H A DAppendDataTests.cs36 AppendNullToXmlCharacterData(xmlDocument.CreateCDataSection("a")); in AppendNullToCDataNodeTest()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/XmlDocument/XmlDocumentTests/
H A DCreateCDataSectionTests.cs15 var cdata = xmlDocument.CreateCDataSection(String.Empty); in CreateCDataTest1()
27 var cdata = xmlDocument.CreateCDataSection("test data"); in CreateCDataTest2()
39 var cdata = xmlDocument.CreateCDataSection("]]>"); in CreateCDataTest3()
51 var cdata = xmlDocument.CreateCDataSection("=\"&<> : ;; @#$%^&*()\"~\"' "); in CreateCDataTest4()
64 var cdata = xmlDocument.CreateCDataSection(text); in CreateCDataTest5()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/Test/System.Xml/
H A DXmlCDataSectionTests.cs33 section = document.CreateCDataSection ("CDataSection"); in GetReady()
46 section = document.CreateCDataSection ("foo"); in XmlCDataSectionInnerAndOuterXml()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/XmlDocument/XmlNodeTests/
H A DInsertBeforeTests.cs79 var cDataSection = xmlDocument.CreateCDataSection("data"); in InsertCDataNodeToDocumentNode()
90 var cDataSection = xmlDocument.CreateCDataSection("data"); in InsertCDataNodeToDocumentFragment()
103 var cDataSection = xmlDocument.CreateCDataSection("data"); in InsertCDataNodeToAnAttributeNode()
116 var cDataSection = xmlDocument.CreateCDataSection("data"); in InsertCDataToElementNode()
H A DFirstChildTests.cs182 Assert.Null(xmlDocument.CreateCDataSection("some clear text").FirstChild); in FirstChildOfNewCDataSection()
215 var node2 = xmlDocument.CreateCDataSection("some random text"); in FirstChildOfNewDocumentFragmentWithChildren()
H A DNameTests.cs52 var cdata = xmlDocument.CreateCDataSection(""); in NameOfAllTypes()
H A DParentNodeTests.cs123 var node = xmlDocument.CreateCDataSection("cdata section"); in NewlyCreatedCDataNode()
H A DValueTests.cs79 var node = xmlDocument.CreateCDataSection("cdata section"); in CDataNodeNode()
H A DHasChildNodesTests.cs196 Assert.False(xmlDocument.CreateCDataSection("info").HasChildNodes); in CheckNoChildrenOnCData()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Dom/
H A DXmlCDataSection.cs64 return OwnerDocument.CreateCDataSection( Data ); in CloneNode()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Dom/
H A DXmlCDataSection.cs73 return OwnerDocument.CreateCDataSection(Data); in CloneNode()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DConfigXmlDocument.cs109 public override XmlCDataSection CreateCDataSection(String data) in CreateCDataSection() method in System.Configuration.ConfigXmlDocument
H A DErrorInfoXmlDocument.cs102 public override XmlCDataSection CreateCDataSection(string data) in CreateCDataSection() method in System.Configuration.ErrorInfoXmlDocument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Configuration/System/Configuration/
H A DErrorInfoXmlDocument.cs96 public override XmlCDataSection CreateCDataSection(String data) { in CreateCDataSection() method in System.Configuration.ErrorInfoXmlDocument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/configuration/
H A DConfigXmlDocument.cs105 public override XmlCDataSection CreateCDataSection(String data) { in CreateCDataSection() method in System.Configuration.ConfigXmlDocument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/
H A DCanonicalXmlDocument.cs114 public override XmlCDataSection CreateCDataSection(string data) in CreateCDataSection() method in System.Security.Cryptography.Xml.CanonicalXmlDocument
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Converters/
H A DXmlNodeConverter.cs65 public IXmlNode CreateCDataSection(string data) in CreateCDataSection() method in Newtonsoft.Json.Converters.XmlDocumentWrapper
67 return new XmlNodeWrapper(_document.CreateCDataSection(data)); in CreateCDataSection()
284 IXmlNode CreateCDataSection(string data); in CreateCDataSection() method
394 public IXmlNode CreateCDataSection(string data) in CreateCDataSection() method in Newtonsoft.Json.Converters.XDocumentWrapper
1146 currentNode.AppendChild(document.CreateCDataSection(reader.Value.ToString())); in DeserializeValue()
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Converters/
H A DXmlNodeConverter.cs65 public IXmlNode CreateCDataSection(string data) in CreateCDataSection() method in Newtonsoft.Json.Converters.XmlDocumentWrapper
67 return new XmlNodeWrapper(_document.CreateCDataSection(data)); in CreateCDataSection()
284 IXmlNode CreateCDataSection(string data); in CreateCDataSection() method
394 public IXmlNode CreateCDataSection(string data) in CreateCDataSection() method in Newtonsoft.Json.Converters.XDocumentWrapper
1146 currentNode.AppendChild(document.CreateCDataSection(reader.Value.ToString())); in DeserializeValue()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/XmlDocument/XmlNodeTests/InsertTests/
H A DTestHelper.cs26 return doc.CreateCDataSection(@"&lt; &amp; <tag> < ! > & </tag> "); in CreateNode()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Configuration/
H A DConfigXmlDocument.cs61 public override XmlCDataSection CreateCDataSection (string data) in CreateCDataSection() method in System.Configuration.ConfigXmlDocument
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/Converters/
H A DXmlNodeConverter.cs65 public IXmlNode CreateCDataSection(string data) in CreateCDataSection() method in Newtonsoft.Json.Converters.XmlDocumentWrapper
67 return new XmlNodeWrapper(_document.CreateCDataSection(data)); in CreateCDataSection()
357 IXmlNode CreateCDataSection(string data); in CreateCDataSection() method
515 public IXmlNode CreateCDataSection(string data) in CreateCDataSection() method in Newtonsoft.Json.Converters.XDocumentWrapper
1491 currentNode.AppendChild(document.CreateCDataSection(reader.Value.ToString())); in DeserializeValue()

123