org.rococoa.cocoa.corefoundation
Interface CoreFoundationLibrary.CFXMLParserStatusCode
- Enclosing interface:
- CoreFoundationLibrary
public static interface CoreFoundationLibrary.CFXMLParserStatusCode
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFXMLParser.h
enum values
kCFXMLStatusParseNotBegun
static final int kCFXMLStatusParseNotBegun
- See Also:
- Constant Field Values
kCFXMLStatusParseInProgress
static final int kCFXMLStatusParseInProgress
- See Also:
- Constant Field Values
kCFXMLStatusParseSuccessful
static final int kCFXMLStatusParseSuccessful
- See Also:
- Constant Field Values
kCFXMLErrorUnexpectedEOF
static final int kCFXMLErrorUnexpectedEOF
- See Also:
- Constant Field Values
kCFXMLErrorUnknownEncoding
static final int kCFXMLErrorUnknownEncoding
- See Also:
- Constant Field Values
kCFXMLErrorEncodingConversionFailure
static final int kCFXMLErrorEncodingConversionFailure
- See Also:
- Constant Field Values
kCFXMLErrorMalformedProcessingInstruction
static final int kCFXMLErrorMalformedProcessingInstruction
- See Also:
- Constant Field Values
kCFXMLErrorMalformedDTD
static final int kCFXMLErrorMalformedDTD
- See Also:
- Constant Field Values
kCFXMLErrorMalformedName
static final int kCFXMLErrorMalformedName
- See Also:
- Constant Field Values
kCFXMLErrorMalformedCDSect
static final int kCFXMLErrorMalformedCDSect
- See Also:
- Constant Field Values
kCFXMLErrorMalformedCloseTag
static final int kCFXMLErrorMalformedCloseTag
- See Also:
- Constant Field Values
kCFXMLErrorMalformedStartTag
static final int kCFXMLErrorMalformedStartTag
- See Also:
- Constant Field Values
kCFXMLErrorMalformedDocument
static final int kCFXMLErrorMalformedDocument
- See Also:
- Constant Field Values
kCFXMLErrorElementlessDocument
static final int kCFXMLErrorElementlessDocument
- See Also:
- Constant Field Values
kCFXMLErrorMalformedComment
static final int kCFXMLErrorMalformedComment
- See Also:
- Constant Field Values
kCFXMLErrorMalformedCharacterReference
static final int kCFXMLErrorMalformedCharacterReference
- See Also:
- Constant Field Values
kCFXMLErrorMalformedParsedCharacterData
static final int kCFXMLErrorMalformedParsedCharacterData
- See Also:
- Constant Field Values
kCFXMLErrorNoData
static final int kCFXMLErrorNoData
- See Also:
- Constant Field Values
Copyright © 2009. All Rights Reserved.