J2ME[tm] Web Services
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.

C

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

D

DefaultHandler - class org.xml.sax.helpers.DefaultHandler.
Default base class for SAX2 event handlers.
DefaultHandler() - Constructor for class org.xml.sax.helpers.DefaultHandler
 

E

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.xml.sax.SAXParseException
The column number of the end of the text where the exception occurred.
getColumnNumber() - Method in interface org.xml.sax.Locator
Return the column number where the current document event ends.
getEncoding() - Method in class org.xml.sax.InputSource
Get the character encoding for a byte stream or URI.
getFeature(String) - Method in class javax.xml.parsers.SAXParserFactory
Returns the particular property requested for in the underlying implementation of the parser.
getIndex(String) - Method in interface org.xml.sax.Attributes
Look up the index of an attribute by XML 1.0 qualified name.
getIndex(String, String) - Method in interface org.xml.sax.Attributes
Look up the index of an attribute by Namespace name.
getLength() - Method in interface org.xml.sax.Attributes
Return the number of attributes in the list.
getLineNumber() - Method in class org.xml.sax.SAXParseException
The line number of the end of the text where the exception occurred.
getLineNumber() - Method in interface org.xml.sax.Locator
Return the line number where the current document event ends.
getLocalName(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's local name by index.
getPublicId() - Method in class org.xml.sax.SAXParseException
Get the public identifier of the entity where the exception occurred.
getPublicId() - Method in interface org.xml.sax.Locator
Return the public identifier for the current document event.
getPublicId() - Method in class org.xml.sax.InputSource
Get the public identifier for this input source.
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.xml.sax.SAXParseException
Get the system identifier of the entity where the exception occurred.
getSystemId() - Method in interface org.xml.sax.Locator
Return the system identifier for the current document event.
getSystemId() - Method in class org.xml.sax.InputSource
Get the system identifier for this input source.
getType(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by index.
getType(String) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by XML 1.0 qualified name.
getType(String, String) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by Namespace name.
getURI(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's Namespace URI by index.
getValue(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by index.
getValue(String) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by XML 1.0 qualified name.
getValue(String, String) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by Namespace name.

I

ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of ignorable whitespace in element content.
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(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.
InputSource(String) - Constructor for class org.xml.sax.InputSource
Create a new input source with a system identifier.
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 javax.xml.parsers.SAXParser
Indicates whether or not this parser is configured to understand namespaces.
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 javax.xml.parsers.SAXParser
Indicates whether or not this parser is configured to validate XML documents.

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.

N

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.
notationDecl(String, String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a notation declaration.

O

org.xml.sax - package org.xml.sax
 
org.xml.sax.helpers - package org.xml.sax.helpers
 

P

parse(InputSource, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
Parse the content given InputSource as XML using the specified DefaultHandler.
parse(InputStream, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
Parse the content of the given InputStream instance as XML using the specified DefaultHandler.
ParserConfigurationException - exception javax.xml.parsers.ParserConfigurationException.
Indicates a serious configuration error.
ParserConfigurationException(String) - Constructor for class javax.xml.parsers.ParserConfigurationException
Create a new ParserConfigurationException with the String specified as an error message.
processingInstruction(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a processing instruction.

R

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
Create a new 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 represents a simple SAX parser.
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
 
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 the parser.
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.

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
J2ME[tm] Web Services

Submit a comment or suggestion Version 1.0 of J2ME Web Services Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright (c) 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved. Use is subject to license terms.