gnu.gnustep.base
Class GSSAXHandler

java.lang.Object
  |
  +--gnu.gnustep.base.NSObject
        |
        +--gnu.gnustep.base.GSSAXHandler
All Implemented Interfaces:
java.lang.Cloneable

public class GSSAXHandler
extends NSObject

This class wraps the Objective-C class GSSAXHandler. It was automatically generated by JIGS WrapCreator.


Constructor Summary
GSSAXHandler()
          Wraps the Objective-C method init
 
Method Summary
 void attribute(java.lang.String arg0, java.lang.String arg1)
          Wraps the Objective-C method attribute:value:
 void attributeDecl(java.lang.String arg0, java.lang.String arg1, int arg2, int arg3, java.lang.String arg4)
          Wraps the Objective-C method attributeDecl:name:type:typeDefValue:defaultValue:
 void cdataBlock(java.lang.String arg0)
          Wraps the Objective-C method cdataBlock:
 void characters(java.lang.String arg0)
          Wraps the Objective-C method characters:
 void comment(java.lang.String arg0)
          Wraps the Objective-C method comment:
 void elementDecl(java.lang.String arg0, int arg1)
          Wraps the Objective-C method elementDecl:type:
 void endDocument()
          Wraps the Objective-C method endDocument
 void endElement(java.lang.String arg0)
          Wraps the Objective-C method endElement:
 void entityDecl(java.lang.String arg0, int arg1, java.lang.String arg2, java.lang.String arg3, java.lang.String arg4)
          Wraps the Objective-C method entityDecl:type:public:system:content:
 void error(java.lang.String arg0)
          Wraps the Objective-C method error:
 void error(java.lang.String arg0, int arg1, int arg2)
          Wraps the Objective-C method error:colNumber:lineNumber:
 boolean externalSubset(java.lang.String arg0, java.lang.String arg1, java.lang.String arg2)
          Wraps the Objective-C method externalSubset:externalID:systemID:
 void fatalError(java.lang.String arg0)
          Wraps the Objective-C method fatalError:
 void fatalError(java.lang.String arg0, int arg1, int arg2)
          Wraps the Objective-C method fatalError:colNumber:lineNumber:
 void getEntity(java.lang.String arg0)
          Wraps the Objective-C method getEntity:
 void getParameterEntity(java.lang.String arg0)
          Wraps the Objective-C method getParameterEntity:
 void globalNamespace(java.lang.String arg0, java.lang.String arg1, java.lang.String arg2)
          Wraps the Objective-C method globalNamespace:href:prefix:
static GSSAXHandler handler()
          Wraps the Objective-C method handler
 int hasExternalSubset()
          Wraps the Objective-C method hasExternalSubset
 int hasInternalSubset()
          Wraps the Objective-C method hasInternalSubset
 void ignoreWhitespace(java.lang.String arg0)
          Wraps the Objective-C method ignoreWhitespace:
 boolean internalSubset(java.lang.String arg0, java.lang.String arg1, java.lang.String arg2)
          Wraps the Objective-C method internalSubset:externalID:systemID:
 int isStandalone()
          Wraps the Objective-C method isStandalone
 java.lang.String loadEntity(java.lang.String arg0, java.lang.String arg1)
          Wraps the Objective-C method loadEntity:at:
 void namespaceDecl(java.lang.String arg0, java.lang.String arg1, java.lang.String arg2)
          Wraps the Objective-C method namespaceDecl:href:prefix:
 void notationDecl(java.lang.String arg0, java.lang.String arg1, java.lang.String arg2)
          Wraps the Objective-C method notationDecl:public:system:
 GSXMLParser parser()
          Wraps the Objective-C method parser
 void processInstruction(java.lang.String arg0, java.lang.String arg1)
          Wraps the Objective-C method processInstruction:data:
 void reference(java.lang.String arg0)
          Wraps the Objective-C method reference:
 void startDocument()
          Wraps the Objective-C method startDocument
 void startElement(java.lang.String arg0, NSMutableDictionary arg1)
          Wraps the Objective-C method startElement:attributes:
 void unparsedEntityDecl(java.lang.String arg0, java.lang.String arg1, java.lang.String arg2, java.lang.String arg3)
          Wraps the Objective-C method unparsedEntityDecl:public:system:notationName:
 void warning(java.lang.String arg0)
          Wraps the Objective-C method warning:
 void warning(java.lang.String arg0, int arg1, int arg2)
          Wraps the Objective-C method warning:colNumber:lineNumber:
 
Methods inherited from class gnu.gnustep.base.NSObject
clone, description, equals, hashCode, mutableClone, releaseObject, retainObject, takeValueForKey, toString, valueForKey
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GSSAXHandler

public GSSAXHandler()
Wraps the Objective-C method init
Method Detail

handler

public static GSSAXHandler handler()
Wraps the Objective-C method handler

attribute

public void attribute(java.lang.String arg0,
                      java.lang.String arg1)
Wraps the Objective-C method attribute:value:

attributeDecl

public void attributeDecl(java.lang.String arg0,
                          java.lang.String arg1,
                          int arg2,
                          int arg3,
                          java.lang.String arg4)
Wraps the Objective-C method attributeDecl:name:type:typeDefValue:defaultValue:

cdataBlock

public void cdataBlock(java.lang.String arg0)
Wraps the Objective-C method cdataBlock:

characters

public void characters(java.lang.String arg0)
Wraps the Objective-C method characters:

comment

public void comment(java.lang.String arg0)
Wraps the Objective-C method comment:

elementDecl

public void elementDecl(java.lang.String arg0,
                        int arg1)
Wraps the Objective-C method elementDecl:type:

endDocument

public void endDocument()
Wraps the Objective-C method endDocument

endElement

public void endElement(java.lang.String arg0)
Wraps the Objective-C method endElement:

entityDecl

public void entityDecl(java.lang.String arg0,
                       int arg1,
                       java.lang.String arg2,
                       java.lang.String arg3,
                       java.lang.String arg4)
Wraps the Objective-C method entityDecl:type:public:system:content:

error

public void error(java.lang.String arg0)
Wraps the Objective-C method error:

error

public void error(java.lang.String arg0,
                  int arg1,
                  int arg2)
Wraps the Objective-C method error:colNumber:lineNumber:

externalSubset

public boolean externalSubset(java.lang.String arg0,
                              java.lang.String arg1,
                              java.lang.String arg2)
Wraps the Objective-C method externalSubset:externalID:systemID:

fatalError

public void fatalError(java.lang.String arg0)
Wraps the Objective-C method fatalError:

fatalError

public void fatalError(java.lang.String arg0,
                       int arg1,
                       int arg2)
Wraps the Objective-C method fatalError:colNumber:lineNumber:

getEntity

public void getEntity(java.lang.String arg0)
Wraps the Objective-C method getEntity:

getParameterEntity

public void getParameterEntity(java.lang.String arg0)
Wraps the Objective-C method getParameterEntity:

globalNamespace

public void globalNamespace(java.lang.String arg0,
                            java.lang.String arg1,
                            java.lang.String arg2)
Wraps the Objective-C method globalNamespace:href:prefix:

hasExternalSubset

public int hasExternalSubset()
Wraps the Objective-C method hasExternalSubset

hasInternalSubset

public int hasInternalSubset()
Wraps the Objective-C method hasInternalSubset

ignoreWhitespace

public void ignoreWhitespace(java.lang.String arg0)
Wraps the Objective-C method ignoreWhitespace:

internalSubset

public boolean internalSubset(java.lang.String arg0,
                              java.lang.String arg1,
                              java.lang.String arg2)
Wraps the Objective-C method internalSubset:externalID:systemID:

isStandalone

public int isStandalone()
Wraps the Objective-C method isStandalone

loadEntity

public java.lang.String loadEntity(java.lang.String arg0,
                                   java.lang.String arg1)
Wraps the Objective-C method loadEntity:at:

namespaceDecl

public void namespaceDecl(java.lang.String arg0,
                          java.lang.String arg1,
                          java.lang.String arg2)
Wraps the Objective-C method namespaceDecl:href:prefix:

notationDecl

public void notationDecl(java.lang.String arg0,
                         java.lang.String arg1,
                         java.lang.String arg2)
Wraps the Objective-C method notationDecl:public:system:

parser

public GSXMLParser parser()
Wraps the Objective-C method parser

processInstruction

public void processInstruction(java.lang.String arg0,
                               java.lang.String arg1)
Wraps the Objective-C method processInstruction:data:

reference

public void reference(java.lang.String arg0)
Wraps the Objective-C method reference:

startDocument

public void startDocument()
Wraps the Objective-C method startDocument

startElement

public void startElement(java.lang.String arg0,
                         NSMutableDictionary arg1)
Wraps the Objective-C method startElement:attributes:

unparsedEntityDecl

public void unparsedEntityDecl(java.lang.String arg0,
                               java.lang.String arg1,
                               java.lang.String arg2,
                               java.lang.String arg3)
Wraps the Objective-C method unparsedEntityDecl:public:system:notationName:

warning

public void warning(java.lang.String arg0)
Wraps the Objective-C method warning:

warning

public void warning(java.lang.String arg0,
                    int arg1,
                    int arg2)
Wraps the Objective-C method warning:colNumber:lineNumber: