A C D E G H I M P R S T X

A

action(Event, Object) - Method in class XmlApplet
React to a button press.
attribute(String, String, boolean) - Method in class com.microstar.xml.HandlerBase
Handle an attribute assignment.
attribute(String, String, boolean) - Method in class com.microstar.xml.SAXDriver
Implement com.microstar.xml.XmlHandler#attribute.
attribute(String, String, boolean) - Method in interface com.microstar.xml.XmlHandler
Attribute.
attribute(String, String, boolean) - Method in class EventDemo
Handle an attribute value assignment by printing an event.
attribute(String, String, boolean) - Method in class XmlApp
Handle an attribute value specification.
attribute(String, String, boolean) - Method in class XmlApplet
Handle an attribute value specification.
ATTRIBUTE_CDATA - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute value is a string value.
ATTRIBUTE_DEFAULT_FIXED - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute was declared #FIXED.
ATTRIBUTE_DEFAULT_IMPLIED - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute was declared #IMPLIED.
ATTRIBUTE_DEFAULT_REQUIRED - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute was declared #REQUIRED.
ATTRIBUTE_DEFAULT_SPECIFIED - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute has a literal default value specified.
ATTRIBUTE_DEFAULT_UNDECLARED - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute is not declared.
ATTRIBUTE_ENTITIES - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute value is a list of entity names.
ATTRIBUTE_ENTITY - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute value is the name of an entity.
ATTRIBUTE_ENUMERATED - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute value is a token from an enumeration.
ATTRIBUTE_ID - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute value is a unique identifier.
ATTRIBUTE_IDREF - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute value is a reference to a unique identifier.
ATTRIBUTE_IDREFS - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute value is a list of ID references.
ATTRIBUTE_NMTOKEN - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute value is a name token.
ATTRIBUTE_NMTOKENS - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute value is a list of name tokens.
ATTRIBUTE_NOTATION - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute is the name of a notation.
ATTRIBUTE_UNDECLARED - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute has not been declared for this element type.

C

charData(char[], int, int) - Method in class com.microstar.xml.HandlerBase
Handle character data.
charData(char[], int, int) - Method in class com.microstar.xml.SAXDriver
Implement com.microstar.xml.XmlHandler#charData.
charData(char[], int, int) - Method in interface com.microstar.xml.XmlHandler
Character data.
charData(char[], int, int) - Method in class EventDemo
Handle character data by printing an event.
charData(char[], int, int) - Method in class XmlApp
Handle character data.
charData(char[], int, int) - Method in class XmlApplet
Handle character data.
com.microstar.xml - package com.microstar.xml
 
CONTENT_ANY - Static variable in class com.microstar.xml.XmlParser
Constant: the element has a content model of ANY.
CONTENT_ELEMENTS - Static variable in class com.microstar.xml.XmlParser
Constant: the element has element content.
CONTENT_EMPTY - Static variable in class com.microstar.xml.XmlParser
Constant: the element has declared content of EMPTY.
CONTENT_MIXED - Static variable in class com.microstar.xml.XmlParser
Constant: the element has mixed content.
CONTENT_UNDECLARED - Static variable in class com.microstar.xml.XmlParser
Constant: an element has not been declared.

D

declaredAttributes(String) - Method in class com.microstar.xml.XmlParser
Get the declared attributes for an element type.
declaredElements() - Method in class com.microstar.xml.XmlParser
Get the declared elements for an XML document.
declaredEntities() - Method in class com.microstar.xml.XmlParser
Get declared entities.
declaredNotations() - Method in class com.microstar.xml.XmlParser
Get declared notations.
doctypeDecl(String, String, String) - Method in class com.microstar.xml.HandlerBase
Handle a document type declaration.
doctypeDecl(String, String, String) - Method in class com.microstar.xml.SAXDriver
Implement com.microstar.xml.XmlHandler#doctypeDecl.
doctypeDecl(String, String, String) - Method in interface com.microstar.xml.XmlHandler
Document type declaration.
doctypeDecl(String, String, String) - Method in class DtdDemo
Dump the DTD.
doctypeDecl(String, String, String) - Method in class EventDemo
Handle a DOCTYPE declaration by printing an event.
doctypeDecl(String, String, String) - Method in class XmlApp
Handle a DOCTYPE declaration.
doctypeDecl(String, String, String) - Method in class XmlApplet
Handle a DOCTYPE declaration.
DtdDemo - Class in <Unnamed>
Demonstration application showing DTD queries.
DtdDemo() - Constructor for class DtdDemo
 
dumpElements() - Method in class DtdDemo
Produce normalised declarations for all elements.
dumpEntities() - Method in class DtdDemo
Produce normalised declarations for all general entities.
dumpNotations() - Method in class DtdDemo
Produce normalised declarations for all notations.

E

endDocument() - Method in class com.microstar.xml.HandlerBase
Handle the end of the document.
endDocument() - Method in class com.microstar.xml.SAXDriver
Implement com.microstar.xml.XmlHandler#endDocument.
endDocument() - Method in interface com.microstar.xml.XmlHandler
End the document.
endDocument(int) - Method in class DtdDemo
Print a comment showing where the DTD (if any) ends.
endDocument() - Method in class EventDemo
Handle the end of the document by printing an event.
endDocument() - Method in class XmlApp
Handle the end the document.
endDocument() - Method in class XmlApplet
Handle the end the document.
endElement(String) - Method in class com.microstar.xml.HandlerBase
Handle the end of an element.
endElement(String) - Method in class com.microstar.xml.SAXDriver
Implement com.microstar.xml.XmlHandler#endElement.
endElement(String) - Method in interface com.microstar.xml.XmlHandler
End an element.
endElement(String) - Method in class EventDemo
Handle the end of an element by printing an event.
endElement(String) - Method in class XmlApp
Handle the end of an element.
endElement(String) - Method in class XmlApplet
Handle the end of an element.
endExternalEntity(String) - Method in class com.microstar.xml.HandlerBase
Handle the end of an external entity.
endExternalEntity(String) - Method in class com.microstar.xml.SAXDriver
Implement com.microstar.xml.XmlHandler#endExternalEntity.
endExternalEntity(String) - Method in interface com.microstar.xml.XmlHandler
End an external entity.
endExternalEntity(String) - Method in class EventDemo
 
endExternalEntity(String) - Method in class XmlApp
 
endExternalEntity(String) - Method in class XmlApplet
 
ENTITY_INTERNAL - Static variable in class com.microstar.xml.XmlParser
Constant: the entity is internal.
ENTITY_NDATA - Static variable in class com.microstar.xml.XmlParser
Constant: the entity is external, non-XML data.
ENTITY_TEXT - Static variable in class com.microstar.xml.XmlParser
Constant: the entity is external XML data.
ENTITY_UNDECLARED - Static variable in class com.microstar.xml.XmlParser
Constant: the entity has not been declared.
error(String, String, int, int) - Method in class com.microstar.xml.HandlerBase
Throw an exception for a fatal error.
error(String, String, int, int) - Method in class com.microstar.xml.SAXDriver
Implement com.microstar.xml.XmlHandler#error.
error(String, String, int, int) - Method in interface com.microstar.xml.XmlHandler
Fatal XML parsing error.
error(String, String, int, int) - Method in class XmlApp
Handle a parsing error.
error(String, String, int, int) - Method in class XmlApplet
Handle a parsing error.
EventDemo - Class in <Unnamed>
Demonstration application showing ?lfred's event stream.
EventDemo() - Constructor for class EventDemo
 

G

getAttributeDefaultValue(String, String) - Method in class com.microstar.xml.XmlParser
Retrieve the default value of a declared attribute.
getAttributeDefaultValueType(String, String) - Method in class com.microstar.xml.XmlParser
Retrieve the default value type of a declared attribute.
getAttributeEnumeration(String, String) - Method in class com.microstar.xml.XmlParser
Retrieve the allowed values for an enumerated attribute type.
getAttributeExpandedValue(String, String) - Method in class com.microstar.xml.XmlParser
Retrieve the expanded value of a declared attribute.
getAttributeType(String, String) - Method in class com.microstar.xml.XmlParser
Retrieve the declared type of an attribute.
getColumn() - Method in exception com.microstar.xml.XmlException
Get the column number containing the error.
getColumnNumber() - Method in class com.microstar.xml.SAXDriver
 
getColumnNumber() - Method in class com.microstar.xml.XmlParser
Return the current column number.
getElementContentModel(String) - Method in class com.microstar.xml.XmlParser
Look up the content model of an element.
getElementContentType(String) - Method in class com.microstar.xml.XmlParser
Look up the content type of an element.
getEntityNotationName(String) - Method in class com.microstar.xml.XmlParser
Get the notation name associated with an NDATA entity.
getEntityPublicId(String) - Method in class com.microstar.xml.XmlParser
Return an external entity's public identifier, if any.
getEntitySystemId(String) - Method in class com.microstar.xml.XmlParser
Return an external entity's system identifier.
getEntityType(String) - Method in class com.microstar.xml.XmlParser
Find the type of an entity.
getEntityValue(String) - Method in class com.microstar.xml.XmlParser
Return the value of an internal entity.
getLength() - Method in class com.microstar.xml.SAXDriver
 
getLine() - Method in exception com.microstar.xml.XmlException
Get the line number containing the error.
getLineNumber() - Method in class com.microstar.xml.SAXDriver
 
getLineNumber() - Method in class com.microstar.xml.XmlParser
Return the current line number.
getMessage() - Method in exception com.microstar.xml.XmlException
Get the error message from the parser.
getName(int) - Method in class com.microstar.xml.SAXDriver
 
getNotationPublicId(String) - Method in class com.microstar.xml.XmlParser
Look up the public identifier for a notation.
getNotationSystemId(String) - Method in class com.microstar.xml.XmlParser
Look up the system identifier for a notation.
getPublicId() - Method in class com.microstar.xml.SAXDriver
 
getSystemId() - Method in class com.microstar.xml.SAXDriver
 
getSystemId() - Method in exception com.microstar.xml.XmlException
Get the URI of the entity containing the error.
getType(int) - Method in class com.microstar.xml.SAXDriver
 
getType(String) - Method in class com.microstar.xml.SAXDriver
 
getValue(int) - Method in class com.microstar.xml.SAXDriver
 
getValue(String) - Method in class com.microstar.xml.SAXDriver
 

H

HandlerBase - Class in com.microstar.xml
Convenience base class for AElfred handlers.
HandlerBase() - Constructor for class com.microstar.xml.HandlerBase
 

I

ignorableWhitespace(char[], int, int) - Method in class com.microstar.xml.HandlerBase
Handle ignorable whitespace.
ignorableWhitespace(char[], int, int) - Method in class com.microstar.xml.SAXDriver
Implement com.microstar.xml.XmlHandler#ignorableWhitespace.
ignorableWhitespace(char[], int, int) - Method in interface com.microstar.xml.XmlHandler
Ignorable whitespace.
ignorableWhitespace(char[], int, int) - Method in class EventDemo
Handle ignorable whitespace by printing an event.
ignorableWhitespace(char[], int, int) - Method in class XmlApp
Handle ignorable whitespace.
ignorableWhitespace(char[], int, int) - Method in class XmlApplet
Handle ignorable whitespace.
init() - Method in class XmlApplet
Initialise the applet the first time it runs.
intern(String) - Method in class com.microstar.xml.XmlParser
Return an internalised version of a string.
intern(char[], int, int) - Method in class com.microstar.xml.XmlParser
Create an internalised string from a character array.
isApplet - Variable in class XmlApp
Flag to show whether we're running as an applet or application.
isApplet - Variable in class XmlApplet
Flag to show whether we're running as an applet or application.

M

main(String[]) - Static method in class DtdDemo
Entry point for an application (applets enter through XmlApp.init()).
main(String[]) - Static method in class EventDemo
Entry point for an application.
main(String[]) - Static method in class ReaderDemo
 
main(String[]) - Static method in class StreamDemo
 
main(String[]) - Static method in class TimerDemo
Entry point for an application.

P

parse(InputSource) - Method in class com.microstar.xml.SAXDriver
Parse a document.
parse(String) - Method in class com.microstar.xml.SAXDriver
Parse an XML document from a system identifier (URI).
parse(String, String, String) - Method in class com.microstar.xml.XmlParser
Parse an XML document from a URI.
parse(String, String, InputStream, String) - Method in class com.microstar.xml.XmlParser
Parse an XML document from a byte stream.
parse(String, String, Reader) - Method in class com.microstar.xml.XmlParser
Parse an XML document from a character stream.
parser - Variable in class XmlApp
 
parser - Variable in class XmlApplet
 
processingInstruction(String, String) - Method in class com.microstar.xml.HandlerBase
Handle a processing instruction.
processingInstruction(String, String) - Method in class com.microstar.xml.SAXDriver
Implement com.microstar.xml.XmlHandler#processingInstruction.
processingInstruction(String, String) - Method in interface com.microstar.xml.XmlHandler
Processing instruction.
processingInstruction(String, String) - Method in class EventDemo
Handle a processing instruction by printing an event.
processingInstruction(String, String) - Method in class XmlApp
Handle a processing instruction.
processingInstruction(String, String) - Method in class XmlApplet
Handle a processing instruction.

R

ReaderDemo - Class in <Unnamed>
Demonstration application showing ?lfred's event stream from a stream.
ReaderDemo() - Constructor for class ReaderDemo
 
resolveEntity(String, String) - Method in class com.microstar.xml.HandlerBase
Resolve an external entity.
resolveEntity(String, String) - Method in class com.microstar.xml.SAXDriver
Implement com.microstar.xml.XmlHandler.resolveSystemId
resolveEntity(String, String) - Method in interface com.microstar.xml.XmlHandler
Resolve an External Entity.
resolveEntity(String, String) - Method in class EventDemo
Resolve an entity and print an event.
resolveEntity(String, String) - Method in class XmlApp
Resolve an external entity.
resolveEntity(String, String) - Method in class XmlApplet
Resolve an external entity.

S

SAXDriver - Class in com.microstar.xml
A SAX driver for Microstar's Ælfred XML parser.
SAXDriver() - Constructor for class com.microstar.xml.SAXDriver
 
setDocumentHandler(DocumentHandler) - Method in class com.microstar.xml.SAXDriver
Set the document handler for this parser.
setDTDHandler(DTDHandler) - Method in class com.microstar.xml.SAXDriver
Set the DTD handler for this parser.
setEntityResolver(EntityResolver) - Method in class com.microstar.xml.SAXDriver
Set the entity resolver for this parser.
setErrorHandler(ErrorHandler) - Method in class com.microstar.xml.SAXDriver
Set the error handler for this parser.
setHandler(XmlHandler) - Method in class com.microstar.xml.XmlParser
Set the handler that will receive parsing events.
setLocale(Locale) - Method in class com.microstar.xml.SAXDriver
Set the locale.
startDocument() - Method in class com.microstar.xml.HandlerBase
Handle the start of the document.
startDocument() - Method in class com.microstar.xml.SAXDriver
Implement com.microstar.xml.XmlHandler#startDocument.
startDocument() - Method in interface com.microstar.xml.XmlHandler
Start the document.
startDocument() - Method in class DtdDemo
Print a comment showing where the DTD (if any) begins.
startDocument() - Method in class EventDemo
Handle the start of the document by printing an event.
startDocument() - Method in class XmlApp
Handle the start of the document.
startDocument() - Method in class XmlApplet
Handle the start of the document.
startElement(String) - Method in class com.microstar.xml.HandlerBase
Handle the start of an element.
startElement(String) - Method in class com.microstar.xml.SAXDriver
Implement com.microstar.xml.XmlHandler#startElement.
startElement(String) - Method in interface com.microstar.xml.XmlHandler
Start an element.
startElement(String) - Method in class EventDemo
Handle the start of an element by printing an event.
startElement(String) - Method in class XmlApp
Handle the start of an element.
startElement(String) - Method in class XmlApplet
Handle the start of an element.
startExternalEntity(String) - Method in class com.microstar.xml.HandlerBase
Handle the start of an external entity.
startExternalEntity(String) - Method in class com.microstar.xml.SAXDriver
Implement com.microstar.xml.XmlHandler#startExternalEntity.
startExternalEntity(String) - Method in interface com.microstar.xml.XmlHandler
Begin an external entity.
startExternalEntity(String) - Method in class EventDemo
 
startExternalEntity(String) - Method in class XmlApp
 
startExternalEntity(String) - Method in class XmlApplet
 
startParse() - Method in class XmlApplet
Start a parse (in response to a button press).
StreamDemo - Class in <Unnamed>
Demonstration application showing ?lfred's event stream from a stream.
StreamDemo() - Constructor for class StreamDemo
 

T

TimerDemo - Class in <Unnamed>
Demonstration application showing time elapsed for parse.
TimerDemo() - Constructor for class TimerDemo
 

X

XmlApp - Class in <Unnamed>
Base class for Ælfred demonstration applications.
XmlApp() - Constructor for class XmlApp
 
XmlApplet - Class in <Unnamed>
Base class for Ælfred demonstration applications.
XmlApplet() - Constructor for class XmlApplet
 
XmlException - Exception in com.microstar.xml
Convenience exception class for reporting XML parsing errors.
XmlException(String, String, int, int) - Constructor for exception com.microstar.xml.XmlException
Construct a new XML parsing exception.
XmlHandler - Interface in com.microstar.xml
XML Processing Interface.
XmlParser - Class in com.microstar.xml
Parse XML documents and return parse events through call-backs.
XmlParser() - Constructor for class com.microstar.xml.XmlParser
Construct a new parser with no associated handler.

A C D E G H I M P R S T X