org.rococoa.cocoa.corefoundation
Class CFXMLParserCallBacks

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.corefoundation.CFXMLParserCallBacks
Direct Known Subclasses:
CFXMLParserCallBacks.ByReference, CFXMLParserCallBacks.ByValue

public class CFXMLParserCallBacks
extends com.ochafik.lang.jnaerator.runtime.Structure

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class CFXMLParserCallBacks.ByReference
           
static class CFXMLParserCallBacks.ByValue
           
 
Field Summary
 CoreFoundationLibrary.CFXMLParserAddChildCallBack addChild
           
 CoreFoundationLibrary.CFXMLParserCreateXMLStructureCallBack createXMLStructure
           
 CoreFoundationLibrary.CFXMLParserEndXMLStructureCallBack endXMLStructure
           
 CoreFoundationLibrary.CFXMLParserHandleErrorCallBack handleError
           
 NativeLong version
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
CFXMLParserCallBacks()
           
CFXMLParserCallBacks(NativeLong version, CoreFoundationLibrary.CFXMLParserCreateXMLStructureCallBack createXMLStructure, CoreFoundationLibrary.CFXMLParserAddChildCallBack addChild, CoreFoundationLibrary.CFXMLParserEndXMLStructureCallBack endXMLStructure, CoreFoundationLibrary.CFXMLParserHandleErrorCallBack handleError)
           
 
Method Summary
 CFXMLParserCallBacks.ByReference byReference()
           
 CFXMLParserCallBacks.ByValue byValue()
           
 CFXMLParserCallBacks clone()
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
setupClone
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

version

public NativeLong version

createXMLStructure

public CoreFoundationLibrary.CFXMLParserCreateXMLStructureCallBack createXMLStructure

addChild

public CoreFoundationLibrary.CFXMLParserAddChildCallBack addChild

endXMLStructure

public CoreFoundationLibrary.CFXMLParserEndXMLStructureCallBack endXMLStructure

handleError

public CoreFoundationLibrary.CFXMLParserHandleErrorCallBack handleError
Constructor Detail

CFXMLParserCallBacks

public CFXMLParserCallBacks()

CFXMLParserCallBacks

public CFXMLParserCallBacks(NativeLong version,
                            CoreFoundationLibrary.CFXMLParserCreateXMLStructureCallBack createXMLStructure,
                            CoreFoundationLibrary.CFXMLParserAddChildCallBack addChild,
                            CoreFoundationLibrary.CFXMLParserEndXMLStructureCallBack endXMLStructure,
                            CoreFoundationLibrary.CFXMLParserHandleErrorCallBack handleError)
Method Detail

byReference

public CFXMLParserCallBacks.ByReference byReference()

byValue

public CFXMLParserCallBacks.ByValue byValue()

clone

public CFXMLParserCallBacks clone()
Overrides:
clone in class Object