A C D E F G I J L N O P R S U W

A

Attributes - interface org.xml.sax.Attributes.
Interface for a list of XML attributes.
AttributesImpl - class org.apache.mirae.j2me.xml.sax.AttributesImpl.
This is an implementation of org.xml.sax.Attributes
AttributesImpl(Hashtable, Hashtable, Hashtable) - Constructor for class org.apache.mirae.j2me.xml.sax.AttributesImpl
The concrete constructor for Attributes
add(String, String, String) - Method in class org.apache.mirae.j2me.xml.sax.AttributesImpl
 
addColumnNumber(int) - Method in class org.apache.mirae.j2me.xml.sax.LocatorImpl
increase column number by increment
addExternalEntity(String, String, String) - Method in class org.apache.mirae.j2me.xml.EntityResolver
Adds an external entity.
addInternalEntity(String, String) - Method in class org.apache.mirae.j2me.xml.EntityResolver
Adds an internal entity.
addString(String) - Method in class org.apache.mirae.j2me.xml.PushBackReader
Push a String to this reader
attributeDefaultValues - Variable in class org.apache.mirae.j2me.xml.NonValidatingParser
 
attributeTypes - Variable in class org.apache.mirae.j2me.xml.NonValidatingParser
 

C

characters(char[], int, int) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of character data inside an element.

D

DEFAULT_BUFFER_SIZE - Static variable in class org.apache.mirae.j2me.xml.PushBackReader
default buffer size
DefaultHandler - class org.xml.sax.helpers.DefaultHandler.
Default base class for SAX2 event handlers.
DefaultHandler() - Constructor for class org.xml.sax.helpers.DefaultHandler
 
decrementLineNumber() - Method in class org.apache.mirae.j2me.xml.sax.LocatorImpl
decrease line number by 1

E

EntityResolver - class org.apache.mirae.j2me.xml.EntityResolver.
This entity resolver is mainly used by NonValidatingParser
EntityResolver() - Constructor for class org.apache.mirae.j2me.xml.EntityResolver
Initializes the resolver.
endDocument() - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of the document.
endElement(String, String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of an element.
endPrefixMapping(String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of a Namespace mapping.
error(SAXParseException) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a recoverable parser error.

F

FactoryConfigurationError - error javax.xml.parsers.FactoryConfigurationError.
Thrown when a problem with configuration with the Parser Factories exists.
FactoryConfigurationError(String) - Constructor for class javax.xml.parsers.FactoryConfigurationError
Create a new FactoryConfigurationError with the String specified as an error message.
fatalError(SAXParseException) - Method in class org.xml.sax.helpers.DefaultHandler
Report a fatal XML parsing error.

G

getByteStream() - Method in class org.xml.sax.InputSource
Get the byte stream for this input source.
getCharacterStream() - Method in class org.xml.sax.InputSource
Get the character stream for this input source.
getColumnNumber() - Method in class org.apache.mirae.j2me.xml.sax.LocatorImpl
 
getColumnNumber() - Method in interface org.xml.sax.Locator
Return the column number where the current document event ends.
getColumnNumber() - Method in class org.xml.sax.SAXParseException
The column number of the end of the text where the exception occurred.
getEncoding() - Method in class org.xml.sax.InputSource
Get the character encoding for a byte stream or URI.
getEntity(String) - Method in class org.apache.mirae.j2me.xml.EntityResolver
Returns a Java reader containing the value of an entity.
getFeature(String) - Method in class javax.xml.parsers.SAXParserFactory
Returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.
getFeature(String) - Method in class org.apache.mirae.j2me.xml.SAXParserFactoryImpl
 
getIndex(String, String) - Method in class org.apache.mirae.j2me.xml.sax.AttributesImpl
 
getIndex(String) - Method in class org.apache.mirae.j2me.xml.sax.AttributesImpl
 
getIndex(String, String) - Method in interface org.xml.sax.Attributes
Look up the index of an attribute by Namespace name.
getIndex(String) - Method in interface org.xml.sax.Attributes
Look up the index of an attribute by XML 1.0 qualified name.
getLength() - Method in class org.apache.mirae.j2me.xml.sax.AttributesImpl
 
getLength() - Method in interface org.xml.sax.Attributes
Return the number of attributes in the list.
getLineNumber() - Method in class org.apache.mirae.j2me.xml.sax.LocatorImpl
 
getLineNumber() - Method in interface org.xml.sax.Locator
Return the line number where the current document event ends.
getLineNumber() - Method in class org.xml.sax.SAXParseException
The line number of the end of the text where the exception occurred.
getLocalName(int) - Method in class org.apache.mirae.j2me.xml.sax.AttributesImpl
 
getLocalName(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's local name by index.
getPublicId() - Method in class org.apache.mirae.j2me.xml.sax.LocatorImpl
 
getPublicId() - Method in class org.xml.sax.InputSource
Get the public identifier for this input source.
getPublicId() - Method in interface org.xml.sax.Locator
Return the public identifier for the current document event.
getPublicId() - Method in class org.xml.sax.SAXParseException
Get the public identifier of the entity where the exception occurred.
getQName(int) - Method in class org.apache.mirae.j2me.xml.sax.AttributesImpl
 
getQName(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's XML 1.0 qualified name by index.
getSystemId() - Method in class org.apache.mirae.j2me.xml.sax.LocatorImpl
 
getSystemId() - Method in class org.xml.sax.InputSource
Get the system identifier for this input source.
getSystemId() - Method in interface org.xml.sax.Locator
Return the system identifier for the current document event.
getSystemId() - Method in class org.xml.sax.SAXParseException
Get the system identifier of the entity where the exception occurred.
getType(int) - Method in class org.apache.mirae.j2me.xml.sax.AttributesImpl
 
getType(String, String) - Method in class org.apache.mirae.j2me.xml.sax.AttributesImpl
 
getType(String) - Method in class org.apache.mirae.j2me.xml.sax.AttributesImpl
 
getType(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by index.
getType(String, String) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by Namespace name.
getType(String) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by XML 1.0 qualified name.
getTypeFromDeclaration(String) - Method in class org.apache.mirae.j2me.xml.sax.AttributesImpl
 
getURI(int) - Method in class org.apache.mirae.j2me.xml.sax.AttributesImpl
 
getURI(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's Namespace URI by index.
getValue(int) - Method in class org.apache.mirae.j2me.xml.sax.AttributesImpl
 
getValue(String, String) - Method in class org.apache.mirae.j2me.xml.sax.AttributesImpl
 
getValue(String) - Method in class org.apache.mirae.j2me.xml.sax.AttributesImpl
 
getValue(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by index.
getValue(String, String) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by Namespace name.
getValue(String) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by XML 1.0 qualified name.

I

InputSource - class org.xml.sax.InputSource.
A single input source for an XML entity.
InputSource() - Constructor for class org.xml.sax.InputSource
Zero-argument default constructor.
InputSource(String) - Constructor for class org.xml.sax.InputSource
Create a new input source with a system identifier.
InputSource(InputStream) - Constructor for class org.xml.sax.InputSource
Create a new input source with a byte stream.
InputSource(Reader) - Constructor for class org.xml.sax.InputSource
Create a new input source with a character stream.
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of ignorable whitespace in element content.
incrementColumnNumber() - Method in class org.apache.mirae.j2me.xml.sax.LocatorImpl
increase column number by 1
incrementLineNumber() - Method in class org.apache.mirae.j2me.xml.sax.LocatorImpl
increase line number by 1
isEof() - Method in class org.apache.mirae.j2me.xml.PushBackReader
check out whether this reader reaches End Of File
isExternalEntity(String) - Method in class org.apache.mirae.j2me.xml.EntityResolver
Returns true if an entity is external.
isNamespaceAware() - Method in class javax.xml.parsers.SAXParser
Indicates whether or not this parser is configured to understand namespaces.
isNamespaceAware() - Method in class javax.xml.parsers.SAXParserFactory
Indicates whether or not the factory is configured to produce parsers which are namespace aware.
isNamespaceAware() - Method in class org.apache.mirae.j2me.xml.SAXParserImpl
 
isNamespacePrefixAware() - Method in class org.apache.mirae.j2me.xml.SAXParserImpl
This additional feature should be supported by SAX2
isValidating() - Method in class javax.xml.parsers.SAXParser
Indicates whether or not this parser is configured to validate XML documents.
isValidating() - Method in class javax.xml.parsers.SAXParserFactory
Indicates whether or not the factory is configured to produce parsers which validate the XML content during parse.
isValidating() - Method in class org.apache.mirae.j2me.xml.SAXParserImpl
 

J

javax.xml.parsers - package javax.xml.parsers
 

L

Locator - interface org.xml.sax.Locator.
Interface for associating a SAX event with a document location.
LocatorImpl - class org.apache.mirae.j2me.xml.sax.LocatorImpl.
This is an implementation of org.xml.sax.Locator
LocatorImpl(String, String, int, int) - Constructor for class org.apache.mirae.j2me.xml.sax.LocatorImpl
 

N

NAMESPACES_FEATURE - Static variable in class org.apache.mirae.j2me.xml.SAXParserFactoryImpl
Namespaces feature ("namespaces").
NAMESPACE_PREFIXES_FEATURE - Static variable in class org.apache.mirae.j2me.xml.SAXParserFactoryImpl
Namespace prefixes feature ("namespace-prefixes").
NonValidatingParser - class org.apache.mirae.j2me.xml.NonValidatingParser.
This is a non-validating parser implementation for J2ME JAXP
NonValidatingParser(InputSource, DefaultHandler, SAXParserImpl) - Constructor for class org.apache.mirae.j2me.xml.NonValidatingParser
Constructor with source, handler and SAXParserImpl
newInstance() - Static method in class javax.xml.parsers.SAXParserFactory
Obtain a new instance of a SAXParserFactory.
newSAXParser() - Method in class javax.xml.parsers.SAXParserFactory
Creates a new instance of a SAXParser using the currently configured factory parameters.
newSAXParser() - Method in class org.apache.mirae.j2me.xml.SAXParserFactoryImpl
 
notationDecl(String, String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a notation declaration.

O

org.apache.mirae.j2me.xml - package org.apache.mirae.j2me.xml
 
org.apache.mirae.j2me.xml.sax - package org.apache.mirae.j2me.xml.sax
 
org.xml.sax - package org.xml.sax
 
org.xml.sax.helpers - package org.xml.sax.helpers
 

P

ParserConfigurationException - exception javax.xml.parsers.ParserConfigurationException.
Indicates a serious configuration error.
ParserConfigurationException() - Constructor for class javax.xml.parsers.ParserConfigurationException
Create a new ParserConfigurationException with no detail mesage.
ParserConfigurationException(String) - Constructor for class javax.xml.parsers.ParserConfigurationException
Create a new ParserConfigurationException with the String specified as an error message.
PushBackReader - class org.apache.mirae.j2me.xml.PushBackReader.
This is designed to work for CLDC just like PushbackReader of CDC and J2SE
PushBackReader(Reader, LocatorImpl) - Constructor for class org.apache.mirae.j2me.xml.PushBackReader
Constructor with reader and locator
parse(InputStream, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
Parse the content of the given InputStream instance as XML using the specified DefaultHandler.
parse(InputSource, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
Parse the content given InputSource as XML using the specified DefaultHandler.
parse() - Method in class org.apache.mirae.j2me.xml.NonValidatingParser
start to parse the given document
parse(InputStream, DefaultHandler) - Method in class org.apache.mirae.j2me.xml.SAXParserImpl
 
parse(InputSource, DefaultHandler) - Method in class org.apache.mirae.j2me.xml.SAXParserImpl
 
parseAttribute(AttributesImpl) - Method in class org.apache.mirae.j2me.xml.NonValidatingParser
 
parseDtdAttributeList(EntityResolver) - Method in class org.apache.mirae.j2me.xml.NonValidatingParser
 
parseDtdElement(EntityResolver) - Method in class org.apache.mirae.j2me.xml.NonValidatingParser
 
parseElement() - Method in class org.apache.mirae.j2me.xml.NonValidatingParser
 
parseSpecialTag(boolean) - Method in class org.apache.mirae.j2me.xml.NonValidatingParser
 
processingInstruction(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a processing instruction.

R

read() - Method in class org.apache.mirae.j2me.xml.PushBackReader
Read a single character.
resolveEntity(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Resolve an external entity.

S

SAXException - exception org.xml.sax.SAXException.
Encapsulate a general SAX error or warning.
SAXException(String) - Constructor for class org.xml.sax.SAXException
 
SAXNotRecognizedException - exception org.xml.sax.SAXNotRecognizedException.
Exception class for an unrecognized identifier.
SAXNotRecognizedException(String) - Constructor for class org.xml.sax.SAXNotRecognizedException
Construct a new exception with the given message.
SAXNotSupportedException - exception org.xml.sax.SAXNotSupportedException.
Exception class for an unsupported operation.
SAXNotSupportedException(String) - Constructor for class org.xml.sax.SAXNotSupportedException
Construct a new exception with the given message.
SAXParseException - exception org.xml.sax.SAXParseException.
Encapsulate an XML parse error or warning.
SAXParseException(String, Locator) - Constructor for class org.xml.sax.SAXParseException
Create a new SAXParseException from a message and a Locator.
SAXParser - class javax.xml.parsers.SAXParser.
Defines the API that wraps an XMLReader implementation class.
SAXParser() - Constructor for class javax.xml.parsers.SAXParser
 
SAXParserFactory - class javax.xml.parsers.SAXParserFactory.
Defines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents.
SAXParserFactory() - Constructor for class javax.xml.parsers.SAXParserFactory
 
SAXParserFactoryImpl - class org.apache.mirae.j2me.xml.SAXParserFactoryImpl.
This is an implementation of javax.xml.parsers.SAXParserFactory
SAXParserFactoryImpl() - Constructor for class org.apache.mirae.j2me.xml.SAXParserFactoryImpl
a default constructor
SAXParserImpl - class org.apache.mirae.j2me.xml.SAXParserImpl.
This is an implementation of javax.xml.parsers.SAXParser
SAXParserImpl(SAXParserFactory) - Constructor for class org.apache.mirae.j2me.xml.SAXParserImpl
 
SAX_FEATURE_PREFIX - Static variable in class org.apache.mirae.j2me.xml.SAXParserFactoryImpl
SAX feature prefix ("http://xml.org/sax/features/").
setByteStream(InputStream) - Method in class org.xml.sax.InputSource
Set the byte stream for this input source.
setCharacterStream(Reader) - Method in class org.xml.sax.InputSource
Set the character stream for this input source.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.DefaultHandler
Receive a Locator object for document events.
setEncoding(String) - Method in class org.xml.sax.InputSource
Set the character encoding, if known.
setFeature(String, boolean) - Method in class javax.xml.parsers.SAXParserFactory
Sets the particular feature in the underlying implementation of org.xml.sax.XMLReader.
setFeature(String, boolean) - Method in class org.apache.mirae.j2me.xml.SAXParserFactoryImpl
 
setNamespaceAware(boolean) - Method in class javax.xml.parsers.SAXParserFactory
Specifies that the parser produced by this code will provide support for XML namespaces.
setPublicId(String) - Method in class org.xml.sax.InputSource
Set the public identifier for this input source.
setSystemId(String) - Method in class org.xml.sax.InputSource
Set the system identifier for this input source.
setValidating(boolean) - Method in class javax.xml.parsers.SAXParserFactory
Specifies that the parser produced by this code will validate documents as they are parsed.
skippedEntity(String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a skipped entity.
startDocument() - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the beginning of the document.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the start of an element.
startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the start of a Namespace mapping.

U

unparsedEntityDecl(String, String, String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of an unparsed entity declaration.
unread() - Method in class org.apache.mirae.j2me.xml.PushBackReader
Push back a single character.

W

warning(SAXParseException) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a parser warning.

A C D E F G I J L N O P R S U W

Copyright © 2005 Apache Software Foundation. All Rights Reserved.