Home
last modified time | relevance | path

Searched refs:CreateEntityReference (Results 1 – 25 of 82) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/Test/System.Xml/
H A DXmlEntityReferenceTests.cs26 XmlEntityReference er = doc.CreateEntityReference("foo"); in WriteTo()
58 XmlEntityReference ent = doc.CreateEntityReference ("ent"); in ChildNodes()
65 ent = doc.CreateEntityReference ("foo"); in ChildNodes()
74 ent = doc.CreateEntityReference ("el"); in ChildNodes()
/dports/www/mod_php81/php-8.1.1/ext/dom/tests/
H A Ddomdocument_createentityreference_001.phpt2 DomDocument::CreateEntityReference() - Creates an entity reference with the appropriate name
/dports/lang/php81/php-8.1.1/ext/dom/tests/
H A Ddomdocument_createentityreference_001.phpt2 DomDocument::CreateEntityReference() - Creates an entity reference with the appropriate name
/dports/textproc/php81-dom/php-8.1.1/ext/dom/tests/
H A Ddomdocument_createentityreference_001.phpt2 DomDocument::CreateEntityReference() - Creates an entity reference with the appropriate name
/dports/lang/php73/php-7.3.33/ext/dom/tests/
H A Ddomdocument_createentityreference_002.phpt2 DomDocument::CreateEntityReference() - Empty Arguments
H A Ddomdocument_createentityreference_001.phpt2 DomDocument::CreateEntityReference() - Creates an entity reference with the appropriate name
/dports/www/mod_php73/php-7.3.33/ext/dom/tests/
H A Ddomdocument_createentityreference_002.phpt2 DomDocument::CreateEntityReference() - Empty Arguments
H A Ddomdocument_createentityreference_001.phpt2 DomDocument::CreateEntityReference() - Creates an entity reference with the appropriate name
/dports/textproc/php73-dom/php-7.3.33/ext/dom/tests/
H A Ddomdocument_createentityreference_002.phpt2 DomDocument::CreateEntityReference() - Empty Arguments
H A Ddomdocument_createentityreference_001.phpt2 DomDocument::CreateEntityReference() - Creates an entity reference with the appropriate name
/dports/lang/php80/php-8.0.15/ext/dom/tests/
H A Ddomdocument_createentityreference_001.phpt2 DomDocument::CreateEntityReference() - Creates an entity reference with the appropriate name
/dports/textproc/php80-dom/php-8.0.15/ext/dom/tests/
H A Ddomdocument_createentityreference_001.phpt2 DomDocument::CreateEntityReference() - Creates an entity reference with the appropriate name
/dports/www/mod_php80/php-8.0.15/ext/dom/tests/
H A Ddomdocument_createentityreference_001.phpt2 DomDocument::CreateEntityReference() - Creates an entity reference with the appropriate name
/dports/lang/php74/php-7.4.27/ext/dom/tests/
H A Ddomdocument_createentityreference_001.phpt2 DomDocument::CreateEntityReference() - Creates an entity reference with the appropriate name
/dports/textproc/php74-dom/php-7.4.27/ext/dom/tests/
H A Ddomdocument_createentityreference_001.phpt2 DomDocument::CreateEntityReference() - Creates an entity reference with the appropriate name
/dports/www/mod_php74/php-7.4.27/ext/dom/tests/
H A Ddomdocument_createentityreference_001.phpt2 DomDocument::CreateEntityReference() - Creates an entity reference with the appropriate name
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Dom/
H A DXmlEntityReference.cs77 XmlEntityReference eref = OwnerDocument.CreateEntityReference( name ); in CloneNode()
H A DXmlLoader.cs242 node = doc.CreateEntityReference( r.LocalName ); in LoadAttributeNode()
294 … = direct ? new XmlEntityReference( reader.LocalName, doc ) : doc.CreateEntityReference( reader.Lo… in LoadAttributeValue()
316 … = direct ? new XmlEntityReference( reader.Name, this.doc ) : doc.CreateEntityReference( reader.Na… in LoadEntityReferenceNode()
H A DXmlDocument.cs593 public virtual XmlEntityReference CreateEntityReference( String name ) { in CreateEntityReference() method in System.Xml.XmlDocument
834 newNode = CreateEntityReference( node.Name ); in ImportNodeInternal()
949 return CreateEntityReference( name ); in CreateNode()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Dom/
H A DXmlEntityReference.cs85 XmlEntityReference eref = OwnerDocument.CreateEntityReference(_name); in CloneNode()
H A DXmlLoader.cs277 node = _doc.CreateEntityReference(r.LocalName); in LoadAttributeNode()
336 …= direct ? new XmlEntityReference(_reader.LocalName, _doc) : _doc.CreateEntityReference(_reader.Lo… in LoadAttributeValue()
361 …eref = direct ? new XmlEntityReference(_reader.Name, _doc) : _doc.CreateEntityReference(_reader.Na… in LoadEntityReferenceNode()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/
H A DCanonicalXmlDocument.cs109 public override XmlEntityReference CreateEntityReference(string name) in CreateEntityReference() method in System.Security.Cryptography.Xml.CanonicalXmlDocument
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Document/
H A DDocument.cs751 newEntRefNode = testNode.CreateEntityReference("ent1"); in core0015D()
1079 invalidEntRef = testNode.CreateEntityReference("invalid^Name"); in core0021D()
1312 invalidEntRef = testNode.CreateEntityReference("ent1"); in core0025D()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DParser.cs264 currentNode = dummyDocument.CreateEntityReference( reader.Name ); in ProcessAppInfoDocMarkup()
389 XmlEntityReference eref = dummyDocument.CreateEntityReference( reader.LocalName ); in LoadEntityReferenceInAttribute()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DParser.cs303 currentNode = _dummyDocument.CreateEntityReference(_reader.Name); in ProcessAppInfoDocMarkup()
448 XmlEntityReference eref = _dummyDocument.CreateEntityReference(_reader.LocalName); in LoadEntityReferenceInAttribute()

1234