Uses of Class
com.jniwrapper.macosx.cocoa.nsxmlparser.NSXMLParser

Packages that use NSXMLParser
com.jniwrapper.macosx.cocoa.nsobject   
 

Uses of NSXMLParser in com.jniwrapper.macosx.cocoa.nsobject
 

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSXMLParser
 void NSObject.parser_foundProcessingInstructionWithTarget_data(NSXMLParser parser, java.lang.String target, java.lang.String data)
          This method represents the parser() method of the NSObject Objective-C class.
 void NSObject.parser_didEndMappingPrefix(NSXMLParser parser, java.lang.String prefix)
          This method represents the parser() method of the NSObject Objective-C class.
 void NSObject.parserDidEndDocument(NSXMLParser parser)
           
 void NSObject.parser_validationErrorOccurred(NSXMLParser parser, NSError validationError)
          This method represents the parser() method of the NSObject Objective-C class.
 void NSObject.parser_foundExternalEntityDeclarationWithName_publicID_systemID(NSXMLParser parser, java.lang.String name, java.lang.String publicID, java.lang.String systemID)
          This method represents the parser() method of the NSObject Objective-C class.
 void NSObject.parser_parseErrorOccurred(NSXMLParser parser, NSError parseError)
          This method represents the parser() method of the NSObject Objective-C class.
 void NSObject.parser_foundElementDeclarationWithName_model(NSXMLParser parser, java.lang.String elementName, java.lang.String model)
          This method represents the parser() method of the NSObject Objective-C class.
 void NSObject.parserDidStartDocument(NSXMLParser parser)
           
 void NSObject.parser_didEndElement_namespaceURI_qualifiedName(NSXMLParser parser, java.lang.String elementName, java.lang.String namespaceURI, java.lang.String qName)
          This method represents the parser() method of the NSObject Objective-C class.
 void NSObject.parser_foundCDATA(NSXMLParser parser, NSData CDATABlock)
          This method represents the parser() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void NSObject.parser_resolveExternalEntityName_systemID(NSXMLParser parser, java.lang.String name, java.lang.String systemID)
          This method represents the parser() method of the NSObject Objective-C class.
 void NSObject.parser_didStartElement_namespaceURI_qualifiedName_attributes(NSXMLParser parser, java.lang.String elementName, java.lang.String namespaceURI, java.lang.String qName, NSDictionary attributeDict)
          This method represents the parser() method of the NSObject Objective-C class.
 void NSObject.parser_foundInternalEntityDeclarationWithName_value(NSXMLParser parser, java.lang.String name, java.lang.String value)
          This method represents the parser() method of the NSObject Objective-C class.
 void NSObject.parser_foundComment(NSXMLParser parser, java.lang.String comment)
          This method represents the parser() method of the NSObject Objective-C class.
 void NSObject.parser_didStartMappingPrefix_toURI(NSXMLParser parser, java.lang.String prefix, java.lang.String namespaceURI)
          This method represents the parser() method of the NSObject Objective-C class.
 void NSObject.parser_foundCharacters(NSXMLParser parser, java.lang.String string)
          This method represents the parser() method of the NSObject Objective-C class.
 void NSObject.parser_foundUnparsedEntityDeclarationWithName_publicID_systemID_notationName(NSXMLParser parser, java.lang.String name, java.lang.String publicID, java.lang.String systemID, java.lang.String notationName)
          This method represents the parser() method of the NSObject Objective-C class.
 void NSObject.parser_foundNotationDeclarationWithName_publicID_systemID(NSXMLParser parser, java.lang.String name, java.lang.String publicID, java.lang.String systemID)
          This method represents the parser() method of the NSObject Objective-C class.
 void NSObject.parser_foundIgnorableWhitespace(NSXMLParser parser, java.lang.String whitespaceString)
          This method represents the parser() method of the NSObject Objective-C class.
 void NSObject.parser_foundAttributeDeclarationWithName_forElement_type_defaultValue(NSXMLParser parser, java.lang.String attributeName, java.lang.String elementName, java.lang.String type, java.lang.String defaultValue)
          This method represents the parser() method of the NSObject Objective-C class.