gnu.gnustep.base
Class GSXMLParser

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

public class GSXMLParser
extends NSObject

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


Constructor Summary
GSXMLParser(GSSAXHandler arg0)
          Wraps the Objective-C method initWithSAXHandler:
GSXMLParser(GSSAXHandler arg0, NSData arg1)
          Wraps the Objective-C method initWithSAXHandler:withData:
GSXMLParser(GSSAXHandler arg0, java.lang.String arg1)
          Wraps the Objective-C method initWithSAXHandler:withContentsOfFile:
 
Method Summary
 GSXMLDocument doc()
          Wraps the Objective-C method doc
 boolean doValidityChecking(boolean arg0)
          Wraps the Objective-C method doValidityChecking:
 int errNo()
          Wraps the Objective-C method errNo
 boolean getWarnings(boolean arg0)
          Wraps the Objective-C method getWarnings:
 boolean keepBlanks(boolean arg0)
          Wraps the Objective-C method keepBlanks:
static java.lang.String loadEntity(java.lang.String arg0, java.lang.String arg1)
          Wraps the Objective-C method loadEntity:at:
 boolean parse()
          Wraps the Objective-C method parse
 boolean parse(NSData arg0)
          Wraps the Objective-C method parse:
 boolean substituteEntities(boolean arg0)
          Wraps the Objective-C method substituteEntities:
 
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

GSXMLParser

public GSXMLParser(GSSAXHandler arg0)
Wraps the Objective-C method initWithSAXHandler:

GSXMLParser

public GSXMLParser(GSSAXHandler arg0,
                   NSData arg1)
Wraps the Objective-C method initWithSAXHandler:withData:

GSXMLParser

public GSXMLParser(GSSAXHandler arg0,
                   java.lang.String arg1)
Wraps the Objective-C method initWithSAXHandler:withContentsOfFile:
Method Detail

loadEntity

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

doc

public GSXMLDocument doc()
Wraps the Objective-C method doc

doValidityChecking

public boolean doValidityChecking(boolean arg0)
Wraps the Objective-C method doValidityChecking:

errNo

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

getWarnings

public boolean getWarnings(boolean arg0)
Wraps the Objective-C method getWarnings:

keepBlanks

public boolean keepBlanks(boolean arg0)
Wraps the Objective-C method keepBlanks:

parse

public boolean parse()
Wraps the Objective-C method parse

parse

public boolean parse(NSData arg0)
Wraps the Objective-C method parse:

substituteEntities

public boolean substituteEntities(boolean arg0)
Wraps the Objective-C method substituteEntities: