B C E F G I N P R S T X

B

bridge() - Method in class com.sun.istack.XMLStreamReaderToContentHandler
 
ByteArrayDataSource - Class in com.sun.istack
DataSource backed by a byte buffer.
ByteArrayDataSource(byte[], String) - Constructor for class com.sun.istack.ByteArrayDataSource
 
ByteArrayDataSource(byte[], int, String) - Constructor for class com.sun.istack.ByteArrayDataSource
 

C

com.sun.istack - package com.sun.istack
istack-commons runtime utilities.
create() - Method in class com.sun.istack.Pool.Impl
Creates a new instance of object.

E

endDocument() - Method in class com.sun.istack.FragmentContentHandler
 

F

FinalArrayList<T> - Class in com.sun.istack
ArrayList with the final keyword.
FinalArrayList(int) - Constructor for class com.sun.istack.FinalArrayList
 
FinalArrayList() - Constructor for class com.sun.istack.FinalArrayList
 
FinalArrayList(Collection<? extends T>) - Constructor for class com.sun.istack.FinalArrayList
 
FragmentContentHandler - Class in com.sun.istack
XMLFilterImpl that masks start/end document SAX events.
FragmentContentHandler() - Constructor for class com.sun.istack.FragmentContentHandler
 
FragmentContentHandler(XMLReader) - Constructor for class com.sun.istack.FragmentContentHandler
 
FragmentContentHandler(ContentHandler) - Constructor for class com.sun.istack.FragmentContentHandler
 

G

getCause() - Method in exception com.sun.istack.SAXException2
 
getCause() - Method in exception com.sun.istack.SAXParseException2
 
getCause() - Method in exception com.sun.istack.XMLStreamException2
XMLStreamException doesn't return the correct cause.
getContentType() - Method in class com.sun.istack.ByteArrayDataSource
 
getInputStream() - Method in class com.sun.istack.ByteArrayDataSource
 
getName() - Method in class com.sun.istack.ByteArrayDataSource
 
getOutputStream() - Method in class com.sun.istack.ByteArrayDataSource
 

I

Interned - Annotation Type in com.sun.istack
Designates that a field, return value, argument, or a variable is supposed to be an interned string.

N

NotNull - Annotation Type in com.sun.istack
Designates that a field, return value, argument, or a variable is guaranteed to be non-null.
Nullable - Annotation Type in com.sun.istack
Designates that a field, return value, argument, or a variable may be null.

P

Pool<T> - Interface in com.sun.istack
Pool of reusable objects that are indistinguishable from each other, such as JAXB marshallers.
Pool.Impl<T> - Class in com.sun.istack
Default implementation that uses ConcurrentLinkedQueue as the data store.
Pool.Impl() - Constructor for class com.sun.istack.Pool.Impl
 

R

recycle(T) - Method in class com.sun.istack.Pool.Impl
Returns an object back to the pool.
recycle(T) - Method in interface com.sun.istack.Pool
Returns an object back to the pool.

S

SAXException2 - Exception in com.sun.istack
SAXException that handles exception chaining correctly.
SAXException2(String) - Constructor for exception com.sun.istack.SAXException2
 
SAXException2(Exception) - Constructor for exception com.sun.istack.SAXException2
 
SAXException2(String, Exception) - Constructor for exception com.sun.istack.SAXException2
 
SAXParseException2 - Exception in com.sun.istack
SAXParseException that handles exception chaining correctly.
SAXParseException2(String, Locator) - Constructor for exception com.sun.istack.SAXParseException2
 
SAXParseException2(String, Locator, Exception) - Constructor for exception com.sun.istack.SAXParseException2
 
SAXParseException2(String, String, String, int, int) - Constructor for exception com.sun.istack.SAXParseException2
 
SAXParseException2(String, String, String, int, int, Exception) - Constructor for exception com.sun.istack.SAXParseException2
 
startDocument() - Method in class com.sun.istack.FragmentContentHandler
 

T

take() - Method in class com.sun.istack.Pool.Impl
Gets a new object from the pool.
take() - Method in interface com.sun.istack.Pool
Gets a new object from the pool.

X

XMLStreamException2 - Exception in com.sun.istack
XMLStreamException that properly handles exception chaining.
XMLStreamException2(String) - Constructor for exception com.sun.istack.XMLStreamException2
 
XMLStreamException2(Throwable) - Constructor for exception com.sun.istack.XMLStreamException2
 
XMLStreamException2(String, Throwable) - Constructor for exception com.sun.istack.XMLStreamException2
 
XMLStreamException2(String, Location) - Constructor for exception com.sun.istack.XMLStreamException2
 
XMLStreamException2(String, Location, Throwable) - Constructor for exception com.sun.istack.XMLStreamException2
 
XMLStreamReaderToContentHandler - Class in com.sun.istack
This is a simple utility class that adapts StAX events from an XMLStreamReader to SAX events on a ContentHandler, bridging between the two parser technologies.
XMLStreamReaderToContentHandler(XMLStreamReader, ContentHandler, boolean, boolean) - Constructor for class com.sun.istack.XMLStreamReaderToContentHandler
 
XMLStreamReaderToContentHandler(XMLStreamReader, ContentHandler, boolean, boolean, String[]) - Constructor for class com.sun.istack.XMLStreamReaderToContentHandler
Construct a new StAX to SAX adapter that will convert a StAX event stream into a SAX event stream.

B C E F G I N P R S T X

Copyright © 2008. All Rights Reserved.