A E G I P R T X

A

attributes() - Method in interface gd.xml.tiny.ParsedXML
Used to obtain an enumeration of the attributes applied to an XML element.

E

elements() - Method in interface gd.xml.tiny.ParsedXML
Used to obtain an enumeration of this node's children.

G

gd.xml - package gd.xml
 
gd.xml.tiny - package gd.xml.tiny
 
getAttribute(String) - Method in interface gd.xml.tiny.ParsedXML
Used to obtain the value of a tag attribute.
getContent() - Method in interface gd.xml.tiny.ParsedXML
Used to obtain the textual content of tags, comments and CDATA.
getDocumentStream() - Method in interface gd.xml.XMLResponder
This method is always called exactly once, before all other callbacks.
getName() - Method in interface gd.xml.tiny.ParsedXML
Used to obtain the tag name which produced this node.
getTypeName() - Method in interface gd.xml.tiny.ParsedXML
 

I

isEmpty() - Method in interface gd.xml.tiny.ParsedXML
Used to determine whether the tag which generated this node was empty.

P

parseDTD(XMLResponder) - Method in class gd.xml.XMLParser
Called to parse an external DTD only (without document).
ParsedXML - interface gd.xml.tiny.ParsedXML.
Stores an element of parsed XML.
ParseException - exception gd.xml.ParseException.
Used to report errors which may occur during parsing.
ParseException() - Constructor for class gd.xml.ParseException
Constructs an exception with a default description.
ParseException(String) - Constructor for class gd.xml.ParseException
Constructs an exception with the specified description.
parseXML(InputStream) - Static method in class gd.xml.tiny.TinyParser
Parses an input stream as XML.
parseXML(String) - Static method in class gd.xml.tiny.TinyParser
Parses XML encoded data into a tree.
parseXML(URL) - Static method in class gd.xml.tiny.TinyParser
Parses XML encoded data into a tree.
parseXML(XMLResponder) - Method in class gd.xml.XMLParser
Called to parse an XML document.

R

recordAttlistDeclaration(String, String, boolean, String, String, String) - Method in interface gd.xml.XMLResponder
This method is called when an attribute definition is parsed from an attlist tag in a DTD.
recordCharData(String) - Method in interface gd.xml.XMLResponder
This method is called to return character data to the application.
recordComment(String) - Method in interface gd.xml.XMLResponder
This method is called to return comments to the application.
recordDocEnd() - Method in interface gd.xml.XMLResponder
This method is called to indicate that the document stream has been successfully closed.
recordDocStart() - Method in interface gd.xml.XMLResponder
This method is called to indicate that the document stream has been opened successfully.
recordDoctypeDeclaration(String, String, String) - Method in interface gd.xml.XMLResponder
This method is called after all the DTD related information is has been passed back.
recordElementDeclaration(String, String) - Method in interface gd.xml.XMLResponder
This method is called when an element declaration is met in a DTD.
recordElementEnd(String) - Method in interface gd.xml.XMLResponder
This method is called to indicate the closure of an element (tag).
recordElementStart(String, Hashtable) - Method in interface gd.xml.XMLResponder
This method is called to indicate the start of an element (tag).
recordEntityDeclaration(String, String, String, String, String) - Method in interface gd.xml.XMLResponder
This method is called whenever an general entity declaration is parsed from a DTD.
recordNotationDeclaration(String, String, String) - Method in interface gd.xml.XMLResponder
This method is called whenever a notation is parsed from a DTD.
recordPI(String, String) - Method in interface gd.xml.XMLResponder
This method is called to passback program instructions to the application.
resolveDTDEntity(String, String, String) - Method in interface gd.xml.XMLResponder
This method is called to obtain an external DTD.
resolveExternalEntity(String, String, String) - Method in interface gd.xml.XMLResponder
This method is called when an external entity must be resolved for insertion into the document its DTD.

T

TinyParser - class gd.xml.tiny.TinyParser.
 
TinyParser() - Constructor for class gd.xml.tiny.TinyParser
 

X

XMLParser - class gd.xml.XMLParser.
Class which parses XML without validation.
XMLParser() - Constructor for class gd.xml.XMLParser
 
XMLResponder - interface gd.xml.XMLResponder.
Interface which must be implemented by any XML application which wishes to use the XMLParser class.

A E G I P R T X