Package org.robovm.apple.foundation
Interface NSXMLParserDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
NSXMLParserDelegateAdapter
public interface NSXMLParserDelegate extends NSObjectProtocol
-
Method Summary
-
Method Details
-
didStartDocument
-
didEndDocument
-
foundNotationDeclaration
-
foundUnparsedEntityDeclaration
void foundUnparsedEntityDeclaration(NSXMLParser parser, String name, String publicID, String systemID, String notationName) -
foundAttributeDeclaration
void foundAttributeDeclaration(NSXMLParser parser, String attributeName, String elementName, String type, String defaultValue) -
foundElementDeclaration
-
foundInternalEntityDeclaration
-
foundExternalEntityDeclaration
void foundExternalEntityDeclaration(NSXMLParser parser, String name, String publicID, String systemID) -
didStartElement
-
didEndElement
-
didStartMappingPrefix
-
didEndMappingPrefix
-
foundCharacters
-
foundIgnorableWhitespace
-
foundProcessingInstruction
-
foundComment
-
foundCDATA
-
resolveExternalEntityName
-
parseErrorOccurred
-
validationErrorOccurred
-