Home
last modified time | relevance | path

Searched refs:XmlWhitespace (Results 1 – 25 of 64) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Dom/
H A DXmlWhitespace.cs11 public class XmlWhitespace : XmlCharacterData class
13 protected internal XmlWhitespace(string strData, XmlDocument doc) : base(strData, doc) in XmlWhitespace() method in System.Xml.XmlWhitespace
H A DXmlDocument.cs822 public virtual XmlWhitespace CreateWhitespace(string text) in CreateWhitespace()
824 return new XmlWhitespace(text, this); in CreateWhitespace()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Dom/
H A DXmlWhitespace.cs16 public class XmlWhitespace : XmlCharacterData { class
17 protected internal XmlWhitespace( string strData, XmlDocument doc ) : base( strData, doc ) { in XmlWhitespace() method in System.Xml.XmlWhitespace
H A DXmlDocument.cs728 public virtual XmlWhitespace CreateWhitespace( string text ) { in CreateWhitespace()
729 return new XmlWhitespace( text, this ); in CreateWhitespace()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/Test/System.Xml/
H A DXmlWhiteSpaceTests.cs24 XmlWhitespace whitespace;
25 XmlWhitespace broken;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DConfigXmlWhitespace.cs10 internal sealed class ConfigXmlWhitespace : XmlWhitespace, IConfigErrorInfo
H A DConfigXmlDocument.cs124 public override XmlWhitespace CreateWhitespace(String data) in CreateWhitespace()
H A DErrorInfoXmlDocument.cs117 public override XmlWhitespace CreateWhitespace(string data) in CreateWhitespace()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Configuration/System/Configuration/
H A DConfigXmlWhitespace.cs14 internal sealed class ConfigXmlWhitespace : XmlWhitespace, IConfigErrorInfo {
H A DErrorInfoXmlDocument.cs105 public override XmlWhitespace CreateWhitespace(String data) { in CreateWhitespace()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/configuration/
H A DConfigXmlWhitespace.cs14 internal sealed class ConfigXmlWhitespace : XmlWhitespace, IConfigErrorInfo {
H A DConfigXmlDocument.cs114 public override XmlWhitespace CreateWhitespace(String data) { in CreateWhitespace()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/
H A DCanonicalXmlWhitespace.cs15 internal class CanonicalXmlWhitespace : XmlWhitespace, ICanonicalizableNode
H A DCanonicalXmlDocument.cs89 public override XmlWhitespace CreateWhitespace(string prefix) in CreateWhitespace()
H A DXmlDsigXsltTransform.cs63 if (node is XmlWhitespace) continue; in LoadInnerXml()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Xml.XmlDocument/ref/
H A DSystem.Xml.XmlDocument.cs27 [assembly:TypeForwardedTo(typeof(System.Xml.XmlWhitespace))]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/System.Xml.XmlDocument/
H A DTypeForwarders.cs43 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.XmlWhitespace
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DContextBindingElementPolicy.cs109 if (!(node is XmlWhitespace)) in ContainOnlyWhitespaceChild()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/Facades/
H A DSystem.Xml.XmlDocument.cs36 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.XmlWhitespace)…
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/Facades/
H A DSystem.Xml.XmlDocument.cs37 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.XmlWhitespace)…
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/Facades/
H A DSystem.Xml.XmlDocument.cs37 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.XmlWhitespace)…
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/Facades/
H A DSystem.Xml.XmlDocument.cs37 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.XmlWhitespace)…
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Configuration/
H A DConfigXmlDocument.cs86 public override XmlWhitespace CreateWhitespace (string data) in CreateWhitespace()
/dports/devel/msbuild/msbuild-0.06/src/Build/ElementLocation/
H A DXmlDocumentWithLocation.cs218 public override XmlWhitespace CreateWhitespace(string text) in CreateWhitespace()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Test/MetadataTests/
H A DBindingTestAssertions.cs710 if (node is XmlWhitespace) in AssertExactlyOneChildElement()
751 if (node is XmlWhitespace) in AssertPolicy()

123