<!--
{
  "availability" : [
    "macOS: 10.0.0 - 10.8.0"
  ],
  "documentType" : "symbol",
  "framework" : "CoreFoundation",
  "identifier" : "/documentation/CoreFoundation/CFXMLNodeGetVersion",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Core Foundation"
    ],
    "preciseIdentifier" : "c:@F@CFXMLNodeGetVersion"
  },
  "title" : "CFXMLNodeGetVersion"
}
-->

# CFXMLNodeGetVersion

Returns the version number for a CFXMLNode object.

```
extern CFIndex CFXMLNodeGetVersion(CFXMLNodeRef node);
```

## Parameters

`node`

The CFXMLNode object to examine.

## Return Value

The version number of `node`.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)