|
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 CFXMLExternalID |
| struct CFXMLAttributeDeclarationInfo |
| struct CFXMLAttributeListDeclarationInfo |
| struct CFXMLDocumentInfo |
| struct CFXMLDocumentTypeInfo |
| struct CFXMLElementInfo |
| struct CFXMLElementTypeDeclarationInfo |
| struct CFXMLEntityInfo |
| struct CFXMLEntityReferenceInfo |
| struct CFXMLNotationInfo |
| struct CFXMLProcessingInstructionInfo |