Platforms to show: All Mac Windows Linux Cross-Platform

CFXMLNodeMBS.Copy as CFXMLNodeMBS
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin 3.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: Creates a copy of the xml node and any data inside.
CFXMLNodeMBS.CreateAttribute
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin 3.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: Creates an attribute based on the given data.
Notes: If this function is successfull, the handle is set to a non zero value.
CFXMLNodeMBS.CreateAttributeListDeclaration(TagName as CFStringMBS, data as CFXMLAttributeListDeclarationInfoMBS)
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin 3.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: Creates an attribute list declaration based on the given data.
Notes: If this function is successfull, the handle is set to a non zero value.
CFXMLNodeMBS.CreateCDATASection(text as CFStringMBS)
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin 3.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: Creates a CData section based on the given data.
Notes: If this function is successfull, the handle is set to a non zero value.
CFXMLNodeMBS.CreateComment(comment as CFStringMBS)
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin 3.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: Creates a comment based on the given data.
Notes: If this function is successfull, the handle is set to a non zero value.
CFXMLNodeMBS.CreateDocument(documentinfo as CFXMLDocumentInfoMBS)
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin 3.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: Creates a document based on the given data.
Notes: If this function is successfull, the handle is set to a non zero value.
CFXMLNodeMBS.CreateDocumentFragment
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin 3.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: Creates a document fragment based on the given data.
Notes: If this function is successfull, the handle is set to a non zero value.
CFXMLNodeMBS.CreateDocumentType(Name as CFStringMBS, data as CFXMLDocumentTypeInfoMBS)
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin 3.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: Creates a document type based on the given data.
Notes: If this function is successfull, the handle is set to a non zero value.
CFXMLNodeMBS.CreateElement(TagName as CFStringMBS, data as CFXMLElementInfoMBS)
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin 3.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: Creates an element based on the given data.
Notes: If this function is successfull, the handle is set to a non zero value.
CFXMLNodeMBS.CreateElementTypeDeclaration(TagName as CFStringMBS, data as CFXMLElementTypeDeclarationInfoMBS)
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin 3.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: Creates an element type based on the given data.
Notes: If this function is successfull, the handle is set to a non zero value.
CFXMLNodeMBS.CreateEntity(EntityName as CFStringMBS, data as CFXMLEntityInfoMBS)
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin 3.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: Creates an entity based on the given data.
Notes: If this function is successfull, the handle is set to a non zero value.
CFXMLNodeMBS.CreateEntityReference(EntityReferenceName as CFStringMBS, data as CFXMLEntityReferenceInfoMBS)
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin 3.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: Creates an entity reference based on the given data.
Notes: If this function is successfull, the handle is set to a non zero value.
CFXMLNodeMBS.CreateNotation(NotationName as CFStringMBS, data as CFXMLNotationInfoMBS)
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin 3.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: Creates a notation based on the given data.
Notes: If this function is successfull, the handle is set to a non zero value.
CFXMLNodeMBS.CreateProcessInstruction(Target as CFStringMBS, data as CFXMLProcessingInstructionInfoMBS)
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin 3.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: Creates a process instruction based on the given data.
Notes: If this function is successfull, the handle is set to a non zero value.
CFXMLNodeMBS.CreateText(text as CFStringMBS)
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin 3.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: Creates a text based on the given data.
Notes: If this function is successfull, the handle is set to a non zero value.
CFXMLNodeMBS.CreateWhitespace(text as CFStringMBS)
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin 3.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: Creates whitespace based on the given data.
Notes: If this function is successfull, the handle is set to a non zero value.
CFXMLNodeMBS.Data as CFStringMBS
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin 3.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: The node's data string.
CFXMLNodeMBS.GetCFXMLAttributeListDeclarationInfo as CFXMLAttributeListDeclarationInfoMBS
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin 3.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: If the node has this type of additional data, the function will return it.
Notes: Returns nil on any error.
CFXMLNodeMBS.GetCFXMLDocumentInfo as CFXMLDocumentInfoMBS
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin 3.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: If the node has this type of additional data, the function will return it.
Notes: Returns nil on any error.

Some examples using this method:

CFXMLNodeMBS.GetCFXMLDocumentTypeInfo as CFXMLDocumentTypeInfoMBS
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin 3.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: If the node has this type of additional data, the function will return it.
Notes: Returns nil on any error.
CFXMLNodeMBS.GetCFXMLElementInfo as CFXMLElementInfoMBS
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin 3.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: If the node has this type of additional data, the function will return it.
Notes: Returns nil on any error.
CFXMLNodeMBS.GetCFXMLElementTypeDeclarationInfo as CFXMLElementTypeDeclarationInfoMBS
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin 3.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: If the node has this type of additional data, the function will return it.
Notes: Returns nil on any error.
CFXMLNodeMBS.GetCFXMLEntityInfo as CFXMLEntityInfoMBS
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin 3.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: If the node has this type of additional data, the function will return it.
Notes: Returns nil on any error.
CFXMLNodeMBS.GetCFXMLEntityReferenceInfo as CFXMLEntityReferenceInfoMBS
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin 3.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: If the node has this type of additional data, the function will return it.
Notes: Returns nil on any error.
CFXMLNodeMBS.GetCFXMLNotationInfo as CFXMLNotationInfoMBS
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin 3.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: If the node has this type of additional data, the function will return it.
Notes: Returns nil on any error.
CFXMLNodeMBS.GetCFXMLProcessingInstructionInfo as CFXMLProcessingInstructionInfoMBS
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin 3.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: If the node has this type of additional data, the function will return it.
Notes: Returns nil on any error.
CFXMLNodeMBS.TypeCode as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin 3.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: The type code of the XML node.
Notes: See the class description for a value list.

Some examples using this method:

The items on this page are in the following plugins: MBS MacCF Plugin.

Feedback: Report problem or ask question.

The biggest plugin in space...