All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- 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.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 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 interface com.microstar.xml.XmlHandler
- Attribute.
- ATTRIBUTE_CDATA.
Static variable in class com.microstar.xml.XmlParser
- Constant: the attribute value is a string value.
- 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_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_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_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_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_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_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_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_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_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_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_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_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_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_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.
- ATTRIBUTE_UNDECLARED.
Static variable in class com.microstar.xml.XmlParser
- Constant: the attribute has not been declared for this element type.
- charData(char[], int, int).
Method in class com.microstar.xml.HandlerBase
- Handle character data.
- 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 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 interface com.microstar.xml.XmlHandler
- Character data.
- CONTENT_ANY.
Static variable in class com.microstar.xml.XmlParser
- Constant: the element has a content model of ANY.
- 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_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_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_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.
- CONTENT_UNDECLARED.
Static variable in class com.microstar.xml.XmlParser
- Constant: an element has not been declared.
- declaredAttributes(String).
Method in class com.microstar.xml.XmlParser
- Get the declared attributes for an element type.
- 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.
- 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.
- declaredEntities().
Method in class com.microstar.xml.XmlParser
- Get declared entities.
- declaredNotations().
Method in class com.microstar.xml.XmlParser
- Get declared notations.
- 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.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 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 interface com.microstar.xml.XmlHandler
- Document type declaration.
- endDocument().
Method in class com.microstar.xml.HandlerBase
- Handle the end of the document.
- 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 class com.microstar.xml.SAXDriver
- Implement com.microstar.xml.XmlHandler#endDocument.
- endDocument().
Method in interface com.microstar.xml.XmlHandler
- End the document.
- endDocument().
Method in interface com.microstar.xml.XmlHandler
- 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.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 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 interface com.microstar.xml.XmlHandler
- End 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.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 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 interface com.microstar.xml.XmlHandler
- End an external entity.
- ENTITY_INTERNAL.
Static variable in class com.microstar.xml.XmlParser
- Constant: the entity is internal.
- 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_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_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.
- 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.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 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 interface com.microstar.xml.XmlHandler
- Fatal XML parsing error.
- getAttributeDefaultValue(String, String).
Method in class com.microstar.xml.XmlParser
- Retrieve the default value of a declared attribute.
- 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.
- 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.
- 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.
- 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.
- getAttributeType(String, String).
Method in class com.microstar.xml.XmlParser
- Retrieve the declared type of an attribute.
- getColumn().
Method in class com.microstar.xml.XmlException
- Get the column number containing the error.
- getColumn().
Method in class 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.SAXDriver
-
- getColumnNumber().
Method in class com.microstar.xml.XmlParser
- Return the current column number.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- getEntityValue(String).
Method in class com.microstar.xml.XmlParser
- Return the value of an internal entity.
- getLength().
Method in class com.microstar.xml.SAXDriver
-
- getLength().
Method in class com.microstar.xml.SAXDriver
-
- getLine().
Method in class com.microstar.xml.XmlException
- Get the line number containing the error.
- getLine().
Method in class 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.SAXDriver
-
- getLineNumber().
Method in class com.microstar.xml.XmlParser
- Return the current line number.
- getLineNumber().
Method in class com.microstar.xml.XmlParser
- Return the current line number.
- getMessage().
Method in class com.microstar.xml.XmlException
- Get the error message from the parser.
- getMessage().
Method in class com.microstar.xml.XmlException
- Get the error message from the parser.
- getName(int).
Method in class com.microstar.xml.SAXDriver
-
- 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.
- 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.
- 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
-
- getPublicId().
Method in class com.microstar.xml.SAXDriver
-
- getSystemId().
Method in class com.microstar.xml.SAXDriver
-
- getSystemId().
Method in class com.microstar.xml.SAXDriver
-
- getSystemId().
Method in class com.microstar.xml.XmlException
- Get the URI of the entity containing the error.
- getSystemId().
Method in class com.microstar.xml.XmlException
- Get the URI of the entity containing the error.
- getType(int).
Method in class com.microstar.xml.SAXDriver
-
- getType(int).
Method in class com.microstar.xml.SAXDriver
-
- getType(String).
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(int).
Method in class com.microstar.xml.SAXDriver
-
- getValue(String).
Method in class com.microstar.xml.SAXDriver
-
- getValue(String).
Method in class com.microstar.xml.SAXDriver
-
- HandlerBase().
Constructor for class com.microstar.xml.HandlerBase
-
- HandlerBase().
Constructor for class com.microstar.xml.HandlerBase
-
- ignorableWhitespace(char[], int, int).
Method in class com.microstar.xml.HandlerBase
- Handle ignorable whitespace.
- 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 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 interface com.microstar.xml.XmlHandler
- Ignorable whitespace.
- intern(char[], int, int).
Method in class com.microstar.xml.XmlParser
- Create an internalised string from a character array.
- intern(char[], int, int).
Method in class com.microstar.xml.XmlParser
- Create an internalised string from a character array.
- intern(String).
Method in class com.microstar.xml.XmlParser
- Return an internalised version of a string.
- intern(String).
Method in class com.microstar.xml.XmlParser
- Return an internalised version of a string.
- parse(InputSource).
Method in class com.microstar.xml.SAXDriver
- Parse a document.
- 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).
Method in class com.microstar.xml.SAXDriver
- Parse an XML document from a system identifier (URI).
- parse(String, String, InputStream, String).
Method in class com.microstar.xml.XmlParser
- Parse an XML document from a byte stream.
- 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.
- parse(String, String, Reader).
Method in class com.microstar.xml.XmlParser
- Parse an XML document from a character stream.
- parse(String, String, String).
Method in class com.microstar.xml.XmlParser
- Parse an XML document from a URI.
- parse(String, String, String).
Method in class com.microstar.xml.XmlParser
- Parse an XML document from a URI.
- processingInstruction(String, String).
Method in class com.microstar.xml.HandlerBase
- Handle a processing instruction.
- 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 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 interface com.microstar.xml.XmlHandler
- Processing instruction.
- resolveEntity(String, String).
Method in class com.microstar.xml.HandlerBase
- Resolve an external entity.
- 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
Translate to the SAX interface.
- resolveEntity(String, String).
Method in class com.microstar.xml.SAXDriver
- Implement com.microstar.xml.XmlHandler.resolveSystemId
Translate to the SAX interface.
- resolveEntity(String, String).
Method in interface com.microstar.xml.XmlHandler
- Resolve an External Entity.
- resolveEntity(String, String).
Method in interface com.microstar.xml.XmlHandler
- Resolve an External Entity.
- SAXDriver().
Constructor for class com.microstar.xml.SAXDriver
-
- SAXDriver().
Constructor for class com.microstar.xml.SAXDriver
-
- setDocumentHandler(DocumentHandler).
Method in class com.microstar.xml.SAXDriver
- Set the document handler for this parser.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.HandlerBase
- Handle the start of the document.
- startDocument().
Method in class com.microstar.xml.SAXDriver
- Implement com.microstar.xml.XmlHandler#startDocument.
- 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 interface com.microstar.xml.XmlHandler
- Start 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.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 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 interface com.microstar.xml.XmlHandler
- Start 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.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 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 interface com.microstar.xml.XmlHandler
- Begin an external entity.
- XmlException(String, String, int, int).
Constructor for class com.microstar.xml.XmlException
- Construct a new XML parsing exception.
- XmlException(String, String, int, int).
Constructor for class com.microstar.xml.XmlException
- Construct a new XML parsing exception.
- XmlParser().
Constructor for class com.microstar.xml.XmlParser
- Construct a new parser with no associated handler.
- XmlParser().
Constructor for class com.microstar.xml.XmlParser
- Construct a new parser with no associated handler.