<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreFoundation",
  "identifier" : "/documentation/CoreFoundation/CFXMLEntityReferenceInfo",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Core Foundation"
    ],
    "preciseIdentifier" : "c:@SA@CFXMLEntityReferenceInfo"
  },
  "title" : "CFXMLEntityReferenceInfo"
}
-->

# CFXMLEntityReferenceInfo

Contains information describing an XML entity reference.

```
struct CFXMLEntityReferenceInfo
```

## Overview

A pointer to this structure is included in the CFXMLNode object passed to your application when the parser encounters an entity reference. Use the [`CFXMLNodeGetInfoPtr`](/documentation/CoreFoundation/CFXMLNodeGetInfoPtr) function to obtain the pointer.

---

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)