ETTeXHandlers documentation

Authors

Generated by builder

Contents -

  1. Software documentation for the ETTeXEnvironmentHandler class
  2. Software documentation for the ETTeXHREFHandler class
  3. Software documentation for the ETTeXIgnoreHandler class
  4. Software documentation for the ETTeXIgnoreHandler2 class
  5. Software documentation for the ETTeXIndexHandler class
  6. Software documentation for the ETTeXItemHandler class
  7. Software documentation for the ETTeXLabelHandler class
  8. Software documentation for the ETTeXLinkHandler class
  9. Software documentation for the ETTeXNestableHandler class
  10. Software documentation for the ETTeXNonNestedHandler class
  11. Software documentation for the ETTeXRefHandler class
  12. Software documentation for the ETTeXSectionHandler class
  13. Software documentation for the ETTeXSimpleHandler class

Software documentation for the ETTeXEnvironmentHandler class

ETTeXEnvironmentHandler : ETTeXHandler

Declared in:
ETTeXHandlers.h
Description forthcoming.

Instance Variables

Method summary

addVerbatimEnvironment: 

+ (void) addVerbatimEnvironment: (NSString*)anEnvironment;
Description forthcoming.

setTextType: forTeXEnvironment: 

+ (void) setTextType: (NSString*)aType forTeXEnvironment: (NSString*)aCommand;
Description forthcoming.



Instance Variables for ETTeXEnvironmentHandler Class

environmentName

@protected NSString* environmentName;
Description forthcoming.

inBegin

@protected BOOL inBegin;
Description forthcoming.

inEnd

@protected BOOL inEnd;
Description forthcoming.

isVerbatim

@protected BOOL isVerbatim;
Description forthcoming.




Software documentation for the ETTeXHREFHandler class

ETTeXHREFHandler : ETTeXHandler

Declared in:
ETTeXHandlers.h
Description forthcoming.

Instance Variables



Instance Variables for ETTeXHREFHandler Class

buffer

@protected NSString* buffer;
Description forthcoming.

url

@protected NSURL* url;
Description forthcoming.




Software documentation for the ETTeXIgnoreHandler class

ETTeXIgnoreHandler : ETTeXHandler

Declared in:
ETTeXHandlers.h
Description forthcoming.

Software documentation for the ETTeXIgnoreHandler2 class

ETTeXIgnoreHandler2 : ETTeXIgnoreHandler

Declared in:
ETTeXHandlers.h
Description forthcoming.

Instance Variables



Instance Variables for ETTeXIgnoreHandler2 Class

count

@protected int count;
Description forthcoming.




Software documentation for the ETTeXIndexHandler class

ETTeXIndexHandler : ETTeXLinkHandler

Declared in:
ETTeXHandlers.h
Description forthcoming.

Instance Variables



Instance Variables for ETTeXIndexHandler Class

buffer

@protected NSMutableString* buffer;
Description forthcoming.

depth

@protected int depth;
Description forthcoming.




Software documentation for the ETTeXItemHandler class

ETTeXItemHandler : ETTeXHandler

Declared in:
ETTeXHandlers.h
Description forthcoming.

Instance Variables



Instance Variables for ETTeXItemHandler Class

hasOptArg

@protected BOOL hasOptArg;
Description forthcoming.

inOptArg

@protected BOOL inOptArg;
Description forthcoming.

startedBody

@protected BOOL startedBody;
Description forthcoming.




Software documentation for the ETTeXLabelHandler class

ETTeXLabelHandler : ETTeXLinkHandler

Declared in:
ETTeXHandlers.h
Description forthcoming.

Software documentation for the ETTeXLinkHandler class

ETTeXLinkHandler : ETTeXHandler

Declared in:
ETTeXHandlers.h
Description forthcoming.

Instance Variables



Instance Variables for ETTeXLinkHandler Class

attributes

@protected NSMutableDictionary* attributes;
Description forthcoming.




Software documentation for the ETTeXNestableHandler class

ETTeXNestableHandler : ETTeXSimpleHandler

Declared in:
ETTeXHandlers.h
Description forthcoming.

Software documentation for the ETTeXNonNestedHandler class

ETTeXNonNestedHandler : ETTeXSimpleHandler

Declared in:
ETTeXHandlers.h
Description forthcoming.

Instance Variables



Instance Variables for ETTeXNonNestedHandler Class

depth

@protected int depth;
Description forthcoming.




Software documentation for the ETTeXRefHandler class

ETTeXRefHandler : ETTeXLinkHandler

Declared in:
ETTeXHandlers.h
Description forthcoming.

Software documentation for the ETTeXSectionHandler class

ETTeXSectionHandler : ETTeXHandler

Declared in:
ETTeXHandlers.h

Parser for the subset of LaTeX that I use.

Software documentation for the ETTeXSimpleHandler class

ETTeXSimpleHandler : ETTeXHandler

Declared in:
ETTeXHandlers.h
Description forthcoming.

Instance Variables

Method summary

setTextType: forTeXCommand: 

+ (void) setTextType: (NSString*)aType forTeXCommand: (NSString*)aCommand;
Description forthcoming.



Instance Variables for ETTeXSimpleHandler Class

isStarted

@protected BOOL isStarted;
Description forthcoming.