|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--gnu.gnustep.base.NSObject
|
+--gnu.gnustep.base.GSSAXHandler
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 |
public GSSAXHandler()
| Method Detail |
public static GSSAXHandler handler()
public void attribute(java.lang.String arg0,
java.lang.String arg1)
public void attributeDecl(java.lang.String arg0,
java.lang.String arg1,
int arg2,
int arg3,
java.lang.String arg4)
public void cdataBlock(java.lang.String arg0)
public void characters(java.lang.String arg0)
public void comment(java.lang.String arg0)
public void elementDecl(java.lang.String arg0,
int arg1)
public void endDocument()
public void endElement(java.lang.String arg0)
public void entityDecl(java.lang.String arg0,
int arg1,
java.lang.String arg2,
java.lang.String arg3,
java.lang.String arg4)
public void error(java.lang.String arg0)
public void error(java.lang.String arg0,
int arg1,
int arg2)
public boolean externalSubset(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2)
public void fatalError(java.lang.String arg0)
public void fatalError(java.lang.String arg0,
int arg1,
int arg2)
public void getEntity(java.lang.String arg0)
public void getParameterEntity(java.lang.String arg0)
public void globalNamespace(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2)
public int hasExternalSubset()
public int hasInternalSubset()
public void ignoreWhitespace(java.lang.String arg0)
public boolean internalSubset(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2)
public int isStandalone()
public java.lang.String loadEntity(java.lang.String arg0,
java.lang.String arg1)
public void namespaceDecl(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2)
public void notationDecl(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2)
public GSXMLParser parser()
public void processInstruction(java.lang.String arg0,
java.lang.String arg1)
public void reference(java.lang.String arg0)
public void startDocument()
public void startElement(java.lang.String arg0,
NSMutableDictionary arg1)
public void unparsedEntityDecl(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2,
java.lang.String arg3)
public void warning(java.lang.String arg0)
public void warning(java.lang.String arg0,
int arg1,
int arg2)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||