- 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.
- dataBufferAppend(char) - Method in class com.microstar.xml.XmlParser
-
Add a character to the data buffer.
- dataBufferAppend(String) - Method in class com.microstar.xml.XmlParser
-
Add a string to the data buffer.
- dataBufferAppend(char[], int, int) - Method in class com.microstar.xml.XmlParser
-
Append (part of) a character array to the data buffer.
- dataBufferFlush() - Method in class com.microstar.xml.XmlParser
-
Flush the contents of the data buffer to the handler, if
appropriate, and reset the buffer for new input.
- dataBufferNormalize() - Method in class com.microstar.xml.XmlParser
-
Normalise whitespace in the data buffer.
- dataBufferToString() - Method in class com.microstar.xml.XmlParser
-
Convert the data buffer to a string.
- 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.
- 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
-
- extendArray(Object, int, int) - Method in class com.microstar.xml.XmlParser
-
Ensure the capacity of an array, allocating a new one if
necessary.
- 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
-
- 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.
- parseCharRef() - Method in class com.microstar.xml.XmlParser
-
Read a character reference.
- parseConditionalSect() - Method in class com.microstar.xml.XmlParser
-
Parse a conditional section.
- parseDefault(String, String, int, String) - Method in class com.microstar.xml.XmlParser
-
Parse the default value for an attribute.
- parseEntityDecl() - Method in class com.microstar.xml.XmlParser
-
Parse an entity declaration.
- parseEntityRef(boolean) - Method in class com.microstar.xml.XmlParser
-
Parse a reference.
- parseEnumeration() - Method in class com.microstar.xml.XmlParser
-
Parse an enumeration.
- parseNotationDecl() - Method in class com.microstar.xml.XmlParser
-
Parse a notation declaration.
- parseNotationType() - Method in class com.microstar.xml.XmlParser
-
Parse a notation type for an attribute.
- parsePCData() - Method in class com.microstar.xml.XmlParser
-
Parse PCDATA.
- parsePEReference(boolean) - Method in class com.microstar.xml.XmlParser
-
Parse a parameter entity reference.
- parser - Variable in class XmlApp
-
- parser - Variable in class XmlApplet
-
- parseWhitespace() - Method in class com.microstar.xml.XmlParser
-
Parse whitespace characters, and leave them in the data buffer.
- 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.
- 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.
- skipWhitespace() - Method in class com.microstar.xml.XmlParser
-
Skip whitespace characters.
- 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
-