|
GNUstep CoreBase Library 0.2
|
Data Structures | |
| struct | CFXMLExternalID |
| struct | CFXMLAttributeDeclarationInfo |
| struct | CFXMLAttributeListDeclarationInfo |
| struct | CFXMLDocumentInfo |
| struct | CFXMLDocumentTypeInfo |
| struct | CFXMLElementInfo |
| struct | CFXMLElementTypeDeclarationInfo |
| struct | CFXMLEntityInfo |
| struct | CFXMLEntityReferenceInfo |
| struct | CFXMLNotationInfo |
| struct | CFXMLProcessingInstructionInfo |
Typedefs | |
| typedef const struct __CFXMLNode * | CFXMLNodeRef |
| typedef CFTreeRef | CFXMLTreeRef |
Functions | |
| CFTypeID | CFXMLNodeGetTypeID (void) |
| CFXMLNodeRef | CFXMLNodeCreate (CFAllocatorRef alloc, CFXMLNodeTypeCode xmlType, CFStringRef dataString, const void *additionalInfoPtr, CFIndex version) |
| CFXMLNodeRef | CFXMLNodeCreateCopy (CFAllocatorRef alloc, CFXMLNodeRef origNode) |
| const void * | CFXMLNodeGetInfoPtr (CFXMLNodeRef node) |
| CFStringRef | CFXMLNodeGetString (CFXMLNodeRef node) |
| CFXMLNodeTypeCode | CFXMLNodeGetTypeCode (CFXMLNodeRef node) |
| CFIndex | CFXMLNodeGetVersion (CFXMLNodeRef node) |
| CFXMLTreeRef | CFXMLTreeCreateWithNode (CFAllocatorRef allocator, CFXMLNodeRef node) |
| CFXMLNodeRef | CFXMLTreeGetNode (CFXMLTreeRef xmlTree) |
| struct CFXMLAttributeDeclarationInfo |
| struct CFXMLAttributeListDeclarationInfo |
| Data Fields | ||
|---|---|---|
| CFIndex | numberOfAttributes | |
| CFXMLAttributeDeclarationInfo * | attributes | |
| struct CFXMLDocumentTypeInfo |
| Data Fields | ||
|---|---|---|
| CFXMLExternalID | externalID | |
| struct CFXMLElementInfo |
| Data Fields | ||
|---|---|---|
| CFDictionaryRef | attributes | |
| CFArrayRef | attributeOrder | |
| Boolean | isEmpty | |
| struct CFXMLEntityInfo |
| Data Fields | ||
|---|---|---|
| CFXMLEntityTypeCode | entityType | |
| CFStringRef | replacementText | |
| CFXMLExternalID | entityID | |
| CFStringRef | notationName | |
| struct CFXMLNotationInfo |
| Data Fields | ||
|---|---|---|
| CFXMLExternalID | externalID | |