Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I L M N P R S T U

A

ATTRIBUTE_CDATA - Static variable in class com.memoire.mst.MstXmlParser
Constant: the attribute value is a string value.
ATTRIBUTE_DEFAULT_FIXED - Static variable in class com.memoire.mst.MstXmlParser
Constant: the attribute was declared #FIXED.
ATTRIBUTE_DEFAULT_IMPLIED - Static variable in class com.memoire.mst.MstXmlParser
Constant: the attribute was declared #IMPLIED.
ATTRIBUTE_DEFAULT_REQUIRED - Static variable in class com.memoire.mst.MstXmlParser
Constant: the attribute was declared #REQUIRED.
ATTRIBUTE_DEFAULT_SPECIFIED - Static variable in class com.memoire.mst.MstXmlParser
Constant: the attribute has a literal default value specified.
ATTRIBUTE_DEFAULT_UNDECLARED - Static variable in class com.memoire.mst.MstXmlParser
Constant: the attribute is not declared.
ATTRIBUTE_ENTITIES - Static variable in class com.memoire.mst.MstXmlParser
Constant: the attribute value is a list of entity names.
ATTRIBUTE_ENTITY - Static variable in class com.memoire.mst.MstXmlParser
Constant: the attribute value is the name of an entity.
ATTRIBUTE_ENUMERATED - Static variable in class com.memoire.mst.MstXmlParser
Constant: the attribute value is a token from an enumeration.
ATTRIBUTE_ID - Static variable in class com.memoire.mst.MstXmlParser
Constant: the attribute value is a unique identifier.
ATTRIBUTE_IDREF - Static variable in class com.memoire.mst.MstXmlParser
Constant: the attribute value is a reference to a unique identifier.
ATTRIBUTE_IDREFS - Static variable in class com.memoire.mst.MstXmlParser
Constant: the attribute value is a list of ID references.
ATTRIBUTE_NMTOKEN - Static variable in class com.memoire.mst.MstXmlParser
Constant: the attribute value is a name token.
ATTRIBUTE_NMTOKENS - Static variable in class com.memoire.mst.MstXmlParser
Constant: the attribute value is a list of name tokens.
ATTRIBUTE_NOTATION - Static variable in class com.memoire.mst.MstXmlParser
Constant: the attribute is the name of a notation.
ATTRIBUTE_UNDECLARED - Static variable in class com.memoire.mst.MstXmlParser
Constant: the attribute has not been declared for this element type.
attribute(String, String, boolean) - Method in class com.memoire.mst.MstHandlerBase
Handle an attribute assignment.
attribute(String, String, boolean) - Method in interface com.memoire.mst.MstXmlHandler
Attribute.
attributeTypeHash - Static variable in class com.memoire.mst.MstXmlParser
Hash table of attribute types.

B

baseEncoding - Variable in class com.memoire.mst.MstXmlParser
 
baseInputBuffer - Variable in class com.memoire.mst.MstXmlParser
 
baseInputBufferLength - Variable in class com.memoire.mst.MstXmlParser
 
baseInputBufferStart - Variable in class com.memoire.mst.MstXmlParser
 
baseInputStream - Variable in class com.memoire.mst.MstXmlParser
 
basePublicId - Variable in class com.memoire.mst.MstXmlParser
 
baseReader - Variable in class com.memoire.mst.MstXmlParser
 
baseURI - Variable in class com.memoire.mst.MstXmlParser
 

C

CONTENT_ANY - Static variable in class com.memoire.mst.MstXmlParser
Constant: the element has a content model of ANY.
CONTENT_ELEMENTS - Static variable in class com.memoire.mst.MstXmlParser
Constant: the element has element content.
CONTENT_EMPTY - Static variable in class com.memoire.mst.MstXmlParser
Constant: the element has declared content of EMPTY.
CONTENT_MIXED - Static variable in class com.memoire.mst.MstXmlParser
Constant: the element has mixed content.
CONTENT_UNDECLARED - Static variable in class com.memoire.mst.MstXmlParser
Constant: an element has not been declared.
CONTEXT_ATTRIBUTEVALUE - Static variable in class com.memoire.mst.MstXmlParser
 
CONTEXT_DTD - Static variable in class com.memoire.mst.MstXmlParser
 
CONTEXT_ENTITYVALUE - Static variable in class com.memoire.mst.MstXmlParser
 
CONTEXT_NONE - Static variable in class com.memoire.mst.MstXmlParser
 
charData(char[], int, int) - Method in class com.memoire.mst.MstHandlerBase
Handle character data.
charData(char[], int, int) - Method in interface com.memoire.mst.MstXmlHandler
Character data.
checkEncoding(String, boolean) - Method in class com.memoire.mst.MstXmlParser
Check that the encoding specified makes sense.
cleanupVariables() - Method in class com.memoire.mst.MstXmlParser
Clean up after the parse to allow some garbage collection.
column - Variable in class com.memoire.mst.MstXmlException
 
column - Variable in class com.memoire.mst.MstXmlParser
 
com.memoire.mst - package com.memoire.mst
 
context - Variable in class com.memoire.mst.MstXmlParser
 
copyIso8859_1ReadBuffer(int) - Method in class com.memoire.mst.MstXmlParser
Convert a buffer of ISO-8859-1-encoded bytes into UTF-16 characters.
copyUcs2ReadBuffer(int, int, int) - Method in class com.memoire.mst.MstXmlParser
Convert a buffer of UCS-2-encoded bytes into UTF-16 characters.
copyUcs4ReadBuffer(int, int, int, int, int) - Method in class com.memoire.mst.MstXmlParser
Convert a buffer of UCS-4-encoded bytes into UTF-16 characters.
copyUtf8ReadBuffer(int) - Method in class com.memoire.mst.MstXmlParser
Convert a buffer of UTF-8-encoded bytes into UTF-16 characters.
currentByteCount - Variable in class com.memoire.mst.MstXmlParser
 
currentElement - Variable in class com.memoire.mst.MstXmlParser
 
currentElementContent - Variable in class com.memoire.mst.MstXmlParser
 

D

DATA_BUFFER_INITIAL - Static variable in class com.memoire.mst.MstXmlParser
 
dataBuffer - Variable in class com.memoire.mst.MstXmlParser
 
dataBufferAppend(char) - Method in class com.memoire.mst.MstXmlParser
Add a character to the data buffer.
dataBufferAppend(String) - Method in class com.memoire.mst.MstXmlParser
Add a string to the data buffer.
dataBufferAppend(char[], int, int) - Method in class com.memoire.mst.MstXmlParser
Append (part of) a character array to the data buffer.
dataBufferFlush() - Method in class com.memoire.mst.MstXmlParser
Flush the contents of the data buffer to the handler, if appropriate, and reset the buffer for new input.
dataBufferNormalize() - Method in class com.memoire.mst.MstXmlParser
Normalise whitespace in the data buffer.
dataBufferPos - Variable in class com.memoire.mst.MstXmlParser
 
dataBufferToString() - Method in class com.memoire.mst.MstXmlParser
Convert the data buffer to a string.
declaredAttributes(String) - Method in class com.memoire.mst.MstXmlParser
Get the declared attributes for an element type.
declaredElements() - Method in class com.memoire.mst.MstXmlParser
Get the declared elements for an XML document.
declaredEntities() - Method in class com.memoire.mst.MstXmlParser
Get declared entities.
declaredNotations() - Method in class com.memoire.mst.MstXmlParser
Get declared notations.
detectEncoding() - Method in class com.memoire.mst.MstXmlParser
Attempt to detect the encoding of an entity.
doParse(String, String, Reader, InputStream, String) - Method in class com.memoire.mst.MstXmlParser
 
doctypeDecl(String, String, String) - Method in class com.memoire.mst.MstHandlerBase
Handle a document type declaration.
doctypeDecl(String, String, String) - Method in interface com.memoire.mst.MstXmlHandler
Document type declaration.

E

ENCODING_ISO_8859_1 - Static variable in class com.memoire.mst.MstXmlParser
 
ENCODING_UCS_2_12 - Static variable in class com.memoire.mst.MstXmlParser
 
ENCODING_UCS_2_21 - Static variable in class com.memoire.mst.MstXmlParser
 
ENCODING_UCS_4_1234 - Static variable in class com.memoire.mst.MstXmlParser
 
ENCODING_UCS_4_2143 - Static variable in class com.memoire.mst.MstXmlParser
 
ENCODING_UCS_4_3412 - Static variable in class com.memoire.mst.MstXmlParser
 
ENCODING_UCS_4_4321 - Static variable in class com.memoire.mst.MstXmlParser
 
ENCODING_UTF_8 - Static variable in class com.memoire.mst.MstXmlParser
 
ENTITY_INTERNAL - Static variable in class com.memoire.mst.MstXmlParser
Constant: the entity is internal.
ENTITY_NDATA - Static variable in class com.memoire.mst.MstXmlParser
Constant: the entity is external, non-XML data.
ENTITY_TEXT - Static variable in class com.memoire.mst.MstXmlParser
Constant: the entity is external XML data.
ENTITY_UNDECLARED - Static variable in class com.memoire.mst.MstXmlParser
Constant: the entity has not been declared.
elementInfo - Variable in class com.memoire.mst.MstXmlParser
 
encoding - Variable in class com.memoire.mst.MstXmlParser
 
encodingError(String, int, int) - Method in class com.memoire.mst.MstXmlParser
Report a character encoding error.
endDocument() - Method in class com.memoire.mst.MstHandlerBase
Handle the end of the document.
endDocument() - Method in interface com.memoire.mst.MstXmlHandler
End the document.
endElement(String) - Method in class com.memoire.mst.MstHandlerBase
Handle the end of an element.
endElement(String) - Method in interface com.memoire.mst.MstXmlHandler
End an element.
endExternalEntity(String) - Method in class com.memoire.mst.MstHandlerBase
Handle the end of an external entity.
endExternalEntity(String) - Method in interface com.memoire.mst.MstXmlHandler
End an external entity.
entityInfo - Variable in class com.memoire.mst.MstXmlParser
 
entityStack - Variable in class com.memoire.mst.MstXmlParser
 
error(String, String, int, int) - Method in class com.memoire.mst.MstHandlerBase
Throw an exception for a fatal error.
error(String, String, int, int) - Method in interface com.memoire.mst.MstXmlHandler
Fatal XML parsing error.
error(String, String, String) - Method in class com.memoire.mst.MstXmlParser
Report an error.
error(String, char, String) - Method in class com.memoire.mst.MstXmlParser
Report a serious error.
errorCount - Variable in class com.memoire.mst.MstXmlParser
 
extendArray(Object, int, int) - Method in class com.memoire.mst.MstXmlParser
Ensure the capacity of an array, allocating a new one if necessary.
externalEntity - Variable in class com.memoire.mst.MstXmlParser
 

F

filterCR() - Method in class com.memoire.mst.MstXmlParser
Filter carriage returns in the read buffer.

G

getAttribute(String, String) - Method in class com.memoire.mst.MstXmlParser
Retrieve the three-member array representing an attribute declaration.
getAttributeDefaultValue(String, String) - Method in class com.memoire.mst.MstXmlParser
Retrieve the default value of a declared attribute.
getAttributeDefaultValueType(String, String) - Method in class com.memoire.mst.MstXmlParser
Retrieve the default value type of a declared attribute.
getAttributeEnumeration(String, String) - Method in class com.memoire.mst.MstXmlParser
Retrieve the allowed values for an enumerated attribute type.
getAttributeExpandedValue(String, String) - Method in class com.memoire.mst.MstXmlParser
Retrieve the expanded value of a declared attribute.
getAttributeType(String, String) - Method in class com.memoire.mst.MstXmlParser
Retrieve the declared type of an attribute.
getColumn() - Method in class com.memoire.mst.MstXmlException
Get the column number containing the error.
getColumnNumber() - Method in class com.memoire.mst.MstXmlParser
Return the current column number.
getElementAttributes(String) - Method in class com.memoire.mst.MstXmlParser
Look up the attribute hash table for an element.
getElementContentModel(String) - Method in class com.memoire.mst.MstXmlParser
Look up the content model of an element.
getElementContentType(String) - Method in class com.memoire.mst.MstXmlParser
Look up the content type of an element.
getEntityNotationName(String) - Method in class com.memoire.mst.MstXmlParser
Get the notation name associated with an NDATA entity.
getEntityPublicId(String) - Method in class com.memoire.mst.MstXmlParser
Return an external entity's public identifier, if any.
getEntitySystemId(String) - Method in class com.memoire.mst.MstXmlParser
Return an external entity's system identifier.
getEntityType(String) - Method in class com.memoire.mst.MstXmlParser
Find the type of an entity.
getEntityValue(String) - Method in class com.memoire.mst.MstXmlParser
Return the value of an internal entity.
getLine() - Method in class com.memoire.mst.MstXmlException
Get the line number containing the error.
getLineNumber() - Method in class com.memoire.mst.MstXmlParser
Return the current line number.
getMessage() - Method in class com.memoire.mst.MstXmlException
Get the error message from the parser.
getNextUtf8Byte(int, int) - Method in class com.memoire.mst.MstXmlParser
Return the next byte value in a UTF-8 sequence.
getNotationPublicId(String) - Method in class com.memoire.mst.MstXmlParser
Look up the public identifier for a notation.
getNotationSystemId(String) - Method in class com.memoire.mst.MstXmlParser
Look up the system identifier for a notation.
getSystemId() - Method in class com.memoire.mst.MstXmlException
Get the URI of the entity containing the error.

H

handler - Variable in class com.memoire.mst.MstXmlParser
 

I

INPUT_BUFFER - Static variable in class com.memoire.mst.MstXmlParser
 
INPUT_EXTERNAL - Static variable in class com.memoire.mst.MstXmlParser
 
INPUT_INTERNAL - Static variable in class com.memoire.mst.MstXmlParser
 
INPUT_NONE - Static variable in class com.memoire.mst.MstXmlParser
 
INPUT_READER - Static variable in class com.memoire.mst.MstXmlParser
 
INPUT_STREAM - Static variable in class com.memoire.mst.MstXmlParser
 
ignorableWhitespace(char[], int, int) - Method in class com.memoire.mst.MstHandlerBase
Handle ignorable whitespace.
ignorableWhitespace(char[], int, int) - Method in interface com.memoire.mst.MstXmlHandler
Ignorable whitespace.
initializeVariables() - Method in class com.memoire.mst.MstXmlParser
Re-initialize the variables for each parse.
inputStack - Variable in class com.memoire.mst.MstXmlParser
 
intern(String) - Method in class com.memoire.mst.MstXmlParser
Return an internalised version of a string.
intern(char[], int, int) - Method in class com.memoire.mst.MstXmlParser
Create an internalised string from a character array.
is - Variable in class com.memoire.mst.MstXmlParser
 
isWhitespace(char) - Method in class com.memoire.mst.MstXmlParser
Test if a character is whitespace.

L

LIT_CHAR_REF - Static variable in class com.memoire.mst.MstXmlParser
 
LIT_ENTITY_REF - Static variable in class com.memoire.mst.MstXmlParser
 
LIT_NORMALIZE - Static variable in class com.memoire.mst.MstXmlParser
 
LIT_PE_REF - Static variable in class com.memoire.mst.MstXmlParser
 
line - Variable in class com.memoire.mst.MstXmlException
 
line - Variable in class com.memoire.mst.MstXmlParser
 

M

MstHandlerBase - class com.memoire.mst.MstHandlerBase.
Convenience base class for AElfred handlers.
MstHandlerBase() - Constructor for class com.memoire.mst.MstHandlerBase
 
MstXmlException - exception com.memoire.mst.MstXmlException.
Convenience exception class for reporting XML parsing errors.
MstXmlException(String, String, int, int) - Constructor for class com.memoire.mst.MstXmlException
Construct a new XML parsing exception.
MstXmlHandler - interface com.memoire.mst.MstXmlHandler.
XML Processing Interface.
MstXmlParser - class com.memoire.mst.MstXmlParser.
Parse XML documents and return parse events through call-backs.
MstXmlParser() - Constructor for class com.memoire.mst.MstXmlParser
Construct a new parser with no associated handler.
message - Variable in class com.memoire.mst.MstXmlException
 

N

NAME_BUFFER_INITIAL - Static variable in class com.memoire.mst.MstXmlParser
 
nameBuffer - Variable in class com.memoire.mst.MstXmlParser
 
nameBufferPos - Variable in class com.memoire.mst.MstXmlParser
 
notationInfo - Variable in class com.memoire.mst.MstXmlParser
 

P

parse(String, String, String) - Method in class com.memoire.mst.MstXmlParser
Parse an XML document from a URI.
parse(String, String, InputStream, String) - Method in class com.memoire.mst.MstXmlParser
Parse an XML document from a byte stream.
parse(String, String, Reader) - Method in class com.memoire.mst.MstXmlParser
Parse an XML document from a character stream.
parseAttDef(String) - Method in class com.memoire.mst.MstXmlParser
Parse a single attribute definition.
parseAttlistDecl() - Method in class com.memoire.mst.MstXmlParser
Parse an attribute list declaration.
parseAttribute(String) - Method in class com.memoire.mst.MstXmlParser
Parse an attribute assignment.
parseCDSect() - Method in class com.memoire.mst.MstXmlParser
Parse a CDATA marked section.
parseCharRef() - Method in class com.memoire.mst.MstXmlParser
Read a character reference.
parseComment() - Method in class com.memoire.mst.MstXmlParser
Skip a comment.
parseConditionalSect() - Method in class com.memoire.mst.MstXmlParser
Parse a conditional section.
parseContent() - Method in class com.memoire.mst.MstXmlParser
Parse the content of an element.
parseContentspec(String) - Method in class com.memoire.mst.MstXmlParser
Content specification.
parseCp() - Method in class com.memoire.mst.MstXmlParser
Parse a content particle.
parseDefault(String, String, int, String) - Method in class com.memoire.mst.MstXmlParser
Parse the default value for an attribute.
parseDoctypedecl() - Method in class com.memoire.mst.MstXmlParser
Parse a document type declaration.
parseDocument() - Method in class com.memoire.mst.MstXmlParser
Parse an XML document.
parseETag() - Method in class com.memoire.mst.MstXmlParser
Parse an end tag.
parseElement() - Method in class com.memoire.mst.MstXmlParser
Parse an element, with its tags.
parseElementdecl() - Method in class com.memoire.mst.MstXmlParser
Parse an element type declaration.
parseElements() - Method in class com.memoire.mst.MstXmlParser
Parse an element-content model.
parseEntityDecl() - Method in class com.memoire.mst.MstXmlParser
Parse an entity declaration.
parseEntityRef(boolean) - Method in class com.memoire.mst.MstXmlParser
Parse a reference.
parseEnumeration() - Method in class com.memoire.mst.MstXmlParser
Parse an enumeration.
parseEq() - Method in class com.memoire.mst.MstXmlParser
Parse an equals sign surrounded by optional whitespace.
parseMarkupdecl() - Method in class com.memoire.mst.MstXmlParser
Parse a markup declaration in the internal or external DTD subset.
parseMisc() - Method in class com.memoire.mst.MstXmlParser
Parse miscellaneous markup outside the document element and DOCTYPE declaration.
parseMixed() - Method in class com.memoire.mst.MstXmlParser
Parse mixed content.
parseNotationDecl() - Method in class com.memoire.mst.MstXmlParser
Parse a notation declaration.
parseNotationType() - Method in class com.memoire.mst.MstXmlParser
Parse a notation type for an attribute.
parsePCData() - Method in class com.memoire.mst.MstXmlParser
Parse PCDATA.
parsePEReference(boolean) - Method in class com.memoire.mst.MstXmlParser
Parse a parameter entity reference.
parsePI() - Method in class com.memoire.mst.MstXmlParser
Parse a processing instruction and do a call-back.
parseProlog() - Method in class com.memoire.mst.MstXmlParser
Parse the prolog of an XML document.
parseTextDecl(boolean) - Method in class com.memoire.mst.MstXmlParser
Parse the Encoding PI.
parseUntil(String) - Method in class com.memoire.mst.MstXmlParser
Read all data until we find the specified string.
parseWhitespace() - Method in class com.memoire.mst.MstXmlParser
Parse whitespace characters, and leave them in the data buffer.
parseXMLDecl(boolean) - Method in class com.memoire.mst.MstXmlParser
Parse the XML declaration.
popInput() - Method in class com.memoire.mst.MstXmlParser
Restore a previous input source.
processingInstruction(String, String) - Method in class com.memoire.mst.MstHandlerBase
Handle a processing instruction.
processingInstruction(String, String) - Method in interface com.memoire.mst.MstXmlHandler
Processing instruction.
pushCharArray(String, char[], int, int) - Method in class com.memoire.mst.MstXmlParser
Push a new internal input source.
pushInput(String) - Method in class com.memoire.mst.MstXmlParser
Save the current input source onto the stack.
pushString(String, String) - Method in class com.memoire.mst.MstXmlParser
This method pushes a string back onto input.
pushURL(String, String, String, Reader, InputStream, String) - Method in class com.memoire.mst.MstXmlParser
Push a new external input source.

R

READ_BUFFER_MAX - Static variable in class com.memoire.mst.MstXmlParser
 
rawReadBuffer - Variable in class com.memoire.mst.MstXmlParser
 
read8bitEncodingDeclaration() - Method in class com.memoire.mst.MstXmlParser
Read just the encoding declaration (or XML declaration) at the start of an external entity.
readAttType() - Method in class com.memoire.mst.MstXmlParser
Parse the attribute type.
readBuffer - Variable in class com.memoire.mst.MstXmlParser
 
readBufferLength - Variable in class com.memoire.mst.MstXmlParser
 
readBufferOverflow - Variable in class com.memoire.mst.MstXmlParser
 
readBufferPos - Variable in class com.memoire.mst.MstXmlParser
 
readCh() - Method in class com.memoire.mst.MstXmlParser
Read a single character from the readBuffer.
readDataChunk() - Method in class com.memoire.mst.MstXmlParser
Read a chunk of data from an external input source.
readExternalIds(boolean) - Method in class com.memoire.mst.MstXmlParser
Try reading external identifiers.
readLiteral(int) - Method in class com.memoire.mst.MstXmlParser
Read a literal.
readNmtoken(boolean) - Method in class com.memoire.mst.MstXmlParser
Read a name or name token.
reader - Variable in class com.memoire.mst.MstXmlParser
 
require(String) - Method in class com.memoire.mst.MstXmlParser
Require a string to appear, or throw an exception.
require(char) - Method in class com.memoire.mst.MstXmlParser
Require a character to appear, or throw an exception.
requireWhitespace() - Method in class com.memoire.mst.MstXmlParser
Require whitespace characters.
resolveEntity(String, String) - Method in class com.memoire.mst.MstHandlerBase
Resolve an external entity.
resolveEntity(String, String) - Method in interface com.memoire.mst.MstXmlHandler
Resolve an External Entity.

S

SYMBOL_TABLE_LENGTH - Static variable in class com.memoire.mst.MstXmlParser
 
sawCR - Variable in class com.memoire.mst.MstXmlParser
 
setAttribute(String, String, int, String, String, int) - Method in class com.memoire.mst.MstXmlParser
Register an attribute declaration for later retrieval.
setElement(String, int, String, Hashtable) - Method in class com.memoire.mst.MstXmlParser
Register an element.
setEntity(String, int, String, String, String, String) - Method in class com.memoire.mst.MstXmlParser
Register an entity declaration for later retrieval.
setExternalDataEntity(String, String, String, String) - Method in class com.memoire.mst.MstXmlParser
Register an external data entity.
setExternalTextEntity(String, String, String) - Method in class com.memoire.mst.MstXmlParser
Register an external text entity.
setHandler(MstXmlHandler) - Method in class com.memoire.mst.MstXmlParser
Set the handler that will receive parsing events.
setInternalEntity(String, String) - Method in class com.memoire.mst.MstXmlParser
Register an entity declaration for later retrieval.
setNotation(String, String, String) - Method in class com.memoire.mst.MstXmlParser
Register a notation declaration for later retrieval.
skipUntil(String) - Method in class com.memoire.mst.MstXmlParser
Skip all data until we find the specified string.
skipWhitespace() - Method in class com.memoire.mst.MstXmlParser
Skip whitespace characters.
sourceType - Variable in class com.memoire.mst.MstXmlParser
 
startDocument() - Method in class com.memoire.mst.MstHandlerBase
Handle the start of the document.
startDocument() - Method in interface com.memoire.mst.MstXmlHandler
Start the document.
startElement(String) - Method in class com.memoire.mst.MstHandlerBase
Handle the start of an element.
startElement(String) - Method in interface com.memoire.mst.MstXmlHandler
Start an element.
startExternalEntity(String) - Method in class com.memoire.mst.MstHandlerBase
Handle the start of an external entity.
startExternalEntity(String) - Method in interface com.memoire.mst.MstXmlHandler
Begin an external entity.
symbolTable - Variable in class com.memoire.mst.MstXmlParser
 
systemId - Variable in class com.memoire.mst.MstXmlException
 

T

tagAttributePos - Variable in class com.memoire.mst.MstXmlParser
 
tagAttributes - Variable in class com.memoire.mst.MstXmlParser
 
tryEncoding(byte[], byte, byte, byte, byte) - Method in class com.memoire.mst.MstXmlParser
Check for a four-byte signature.
tryEncoding(byte[], byte, byte) - Method in class com.memoire.mst.MstXmlParser
Check for a two-byte signature.
tryEncodingDecl(boolean) - Method in class com.memoire.mst.MstXmlParser
Check for an encoding declaration.
tryRead(char) - Method in class com.memoire.mst.MstXmlParser
Return true if we can read the expected character.
tryRead(String) - Method in class com.memoire.mst.MstXmlParser
Return true if we can read the expected string.
tryWhitespace() - Method in class com.memoire.mst.MstXmlParser
Return true if we can read some whitespace.

U

USE_CHEATS - Static variable in class com.memoire.mst.MstXmlParser
 
unread(char) - Method in class com.memoire.mst.MstXmlParser
Push a single character back onto the current input stream.
unread(char[], int) - Method in class com.memoire.mst.MstXmlParser
Push a char array back onto the current input stream.

A B C D E F G H I L M N P R S T U