• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

shared_debug_obj/H01-Jun-2021-3,0512,012

COPYINGH A D01-Jun-202124.7 KiB483400

COPYRIGHTH A D01-Jun-202170 52

ChangeLogH A D01-Jun-202112.6 KiB404234

GNUmakefileH A D01-Jun-20211.4 KiB6857

GNUmakefile.preambleH A D01-Jun-20211.8 KiB6750

READMEH A D01-Jun-2021533 2013

SaxAttributeList.hH A D01-Jun-20211.8 KiB7133

SaxAttributeList.mH A D01-Jun-20214.7 KiB189150

SaxAttributes.hH A D01-Jun-20212.4 KiB9240

SaxAttributes.mH A D01-Jun-20215.9 KiB242191

SaxContentHandler.hH A D01-Jun-20211.9 KiB7125

SaxDTDHandler.hH A D01-Jun-20211.2 KiB4113

SaxDeclHandler.hH A D01-Jun-20213.5 KiB10816

SaxDefaultHandler+NSXML.mH A D01-Jun-20215.3 KiB189153

SaxDefaultHandler.hH A D01-Jun-20211.2 KiB3611

SaxDefaultHandler.mH A D01-Jun-20212.2 KiB9674

SaxDocumentHandler.hH A D01-Jun-20211.6 KiB5617

SaxEntityResolver.hH A D01-Jun-20211 KiB358

SaxErrorHandler.hH A D01-Jun-20211.1 KiB369

SaxException.hH A D01-Jun-20211.1 KiB4212

SaxException.mH A D01-Jun-2021979 3525

SaxHandlerBase.hH A D01-Jun-20211.2 KiB3911

SaxHandlerBase.mH A D01-Jun-20212 KiB8563

SaxLexicalHandler.hH A D01-Jun-20213.3 KiB10915

SaxLocator.hH A D01-Jun-20211.5 KiB6430

SaxLocator.mH A D01-Jun-20211.9 KiB8770

SaxMethodCallHandler.hH A D01-Jun-20212.9 KiB10932

SaxMethodCallHandler.mH A D01-Jun-20218.6 KiB338279

SaxNamespaceSupport.hH A D01-Jun-20213.8 KiB12220

SaxNamespaceSupport.mH A D01-Jun-20211.5 KiB6247

SaxObjC-Info.plistH A D01-Jun-2021735 2524

SaxObjC.hH A D01-Jun-20211.5 KiB4521

SaxObjectDecoder.hH A D01-Jun-20211.7 KiB6924

SaxObjectDecoder.mH A D01-Jun-202112 KiB504397

SaxObjectModel.hH A D01-Jun-20212.5 KiB9749

SaxObjectModel.mH A D01-Jun-202111.4 KiB454362

SaxXMLFilter.hH A D01-Jun-20211.6 KiB5926

SaxXMLFilter.mH A D01-Jun-20215.4 KiB206168

SaxXMLReader.hH A D01-Jun-20212.8 KiB8525

SaxXMLReaderFactory.hH A D01-Jun-20211.6 KiB5817

SaxXMLReaderFactory.mH A D01-Jun-202113.1 KiB479385

SxXML-SaxObjC.graffleH A D01-Jun-202149.3 KiB2,0512,020

TODOH A D01-Jun-2021117 64

VersionH A D01-Jun-202137 42

XMLNamespaces.hH A D01-Jun-20218.1 KiB309219

common.hH A D01-Jun-20211.2 KiB3712

fhs.makeH A D01-Jun-2021990 3624

libSAXObjC.defH A D01-Jun-2021458 1413

README

1This directory contains a SAX (Simple API for XML) for Objective-C.
2
3SaxObjDecoder
4=============
5
6Take a look at SaxObjDecoder for simple mapping from XML to ObjC objects.
7
8SaxMethodCallHandler
9====================
10
11Take a look at SaxMethodCallHandler for mapping SAX events to ObjC method
12calls. Write a method per tag and SaxMethodCallHandler will call that for
13you ;-)
14
15Defaults
16========
17
18SaxCoreOnMissingParser - YES|NO - abort if a SAX driver could not be found
19SaxDebugReaderFactory  - YES|NO - debug SAX reader lookup/loading
20