C F G I O R S U V X 

C

close() - Method in class org.dataone.jibx.runtime.impl.InputStreamWrapper
Close document input.
close() - Method in class org.dataone.jibx.runtime.impl.UTF8ByteBufferReader
Closes and resets this reader for reuse.
close() - Method in class org.dataone.jibx.runtime.impl.UTF8StreamReader
Closes and resets this reader for reuse.
CollectionMethodsDecorator - Class in org.dataone.jibx.schema.codegen.extend
Code generation decorator which adds sizeXXX(), addXXX(YYY) getXXX(int), and clearXXX() methods for each collection value using a java.util.List representation.
CollectionMethodsDecorator() - Constructor for class org.dataone.jibx.schema.codegen.extend.CollectionMethodsDecorator
 
ComparableIdentifierDecorator - Class in org.dataone.jibx.schema.codegen.extend
Code generation decorator which adds the java.lang.Serializable interface to each class, and optionally also adds a private static final long serialVersionUID value.
ComparableIdentifierDecorator() - Constructor for class org.dataone.jibx.schema.codegen.extend.ComparableIdentifierDecorator
 
ComparableSubjectDecorator - Class in org.dataone.jibx.schema.codegen.extend
Code generation decorator which adds the java.lang.Serializable interface to each class, and optionally also adds a private static final long serialVersionUID value.
ComparableSubjectDecorator() - Constructor for class org.dataone.jibx.schema.codegen.extend.ComparableSubjectDecorator
 
createReader(InputStream, String, String, boolean) - Method in class org.dataone.jibx.runtime.impl.XMLPullReaderFactory
 
createReader(Reader, String, boolean) - Method in class org.dataone.jibx.runtime.impl.XMLPullReaderFactory
 

F

finish(ElementBase, IClassHolder) - Method in class org.dataone.jibx.schema.codegen.extend.CollectionMethodsDecorator
Method called after completing code generation for the target class.
finish(ElementBase, IClassHolder) - Method in class org.dataone.jibx.schema.codegen.extend.ComparableIdentifierDecorator
Method called after completing code generation for the target class.
finish(ElementBase, IClassHolder) - Method in class org.dataone.jibx.schema.codegen.extend.ComparableSubjectDecorator
Method called after completing code generation for the target class.

G

getBuffer() - Method in class org.dataone.jibx.runtime.impl.InputStreamWrapper
Get input buffer.
getEncoding() - Method in class org.dataone.jibx.runtime.impl.InputStreamWrapper
Get encoding for input document.
getInstance() - Static method in class org.dataone.jibx.runtime.impl.XMLPullReaderFactory
Get instance of factory.
getReader() - Method in class org.dataone.jibx.runtime.impl.InputStreamWrapper
Get reader for wrapped input stream.

I

InputStreamWrapper - Class in org.dataone.jibx.runtime.impl
Wrapper for input buffer that supports multiple character encodings.
InputStreamWrapper() - Constructor for class org.dataone.jibx.runtime.impl.InputStreamWrapper
 

O

org.dataone.jibx.runtime.impl - package org.dataone.jibx.runtime.impl
 
org.dataone.jibx.schema.codegen.extend - package org.dataone.jibx.schema.codegen.extend
 

R

read() - Method in class org.dataone.jibx.runtime.impl.UTF8ByteBufferReader
Reads a single character.
read(char[], int, int) - Method in class org.dataone.jibx.runtime.impl.UTF8ByteBufferReader
Reads characters into a portion of an array.
read(Appendable) - Method in class org.dataone.jibx.runtime.impl.UTF8ByteBufferReader
Reads characters into the specified appendable.
read() - Method in class org.dataone.jibx.runtime.impl.UTF8StreamReader
Reads a single character.
read(char[], int, int) - Method in class org.dataone.jibx.runtime.impl.UTF8StreamReader
Reads characters into a portion of an array.
read(Appendable) - Method in class org.dataone.jibx.runtime.impl.UTF8StreamReader
Reads characters into the specified appendable.
ready() - Method in class org.dataone.jibx.runtime.impl.UTF8ByteBufferReader
Indicates if this stream is ready to be read.
ready() - Method in class org.dataone.jibx.runtime.impl.UTF8StreamReader
Indicates if this stream is ready to be read.
recycleReader(IXMLReader, InputStream, String, String) - Method in class org.dataone.jibx.runtime.impl.XMLPullReaderFactory
 
recycleReader(IXMLReader, Reader, String) - Method in class org.dataone.jibx.runtime.impl.XMLPullReaderFactory
 
reset() - Method in class org.dataone.jibx.runtime.impl.InputStreamWrapper
Reset to initial state for reuse.
reset() - Method in class org.dataone.jibx.runtime.impl.UTF8ByteBufferReader
 
reset() - Method in class org.dataone.jibx.runtime.impl.UTF8StreamReader
 

S

setBuffer(IInByteBuffer) - Method in class org.dataone.jibx.runtime.impl.InputStreamWrapper
Set the input buffer.
setByteBuffer(ByteBuffer) - Method in class org.dataone.jibx.runtime.impl.UTF8ByteBufferReader
setEncoding(String) - Method in class org.dataone.jibx.runtime.impl.InputStreamWrapper
Set encoding for stream.
setInput(ByteBuffer) - Method in class org.dataone.jibx.runtime.impl.UTF8ByteBufferReader
Sets the ByteBuffer to use for reading available bytes from current buffer position.
setInput(InputStream) - Method in class org.dataone.jibx.runtime.impl.UTF8StreamReader
Sets the input stream to use for reading until this reader is closed.
setInputStream(InputStream) - Method in class org.dataone.jibx.runtime.impl.UTF8StreamReader
setSerialVersion(Long) - Method in class org.dataone.jibx.schema.codegen.extend.ComparableIdentifierDecorator
Set serial version.
setSerialVersion(Long) - Method in class org.dataone.jibx.schema.codegen.extend.ComparableSubjectDecorator
Set serial version.
start(IClassHolder) - Method in class org.dataone.jibx.schema.codegen.extend.CollectionMethodsDecorator
Method called before starting code generation for the target class.
start(IClassHolder) - Method in class org.dataone.jibx.schema.codegen.extend.ComparableIdentifierDecorator
Method called before starting code generation for the target class.
start(IClassHolder) - Method in class org.dataone.jibx.schema.codegen.extend.ComparableSubjectDecorator
Method called before starting code generation for the target class.

U

UTF8ByteBufferReader - Class in org.dataone.jibx.runtime.impl
This class represents a UTF-8 j2me.nio.ByteBuffer reader.
UTF8ByteBufferReader() - Constructor for class org.dataone.jibx.runtime.impl.UTF8ByteBufferReader
Default constructor.
UTF8StreamReader - Class in org.dataone.jibx.runtime.impl
This class represents a UTF-8 stream reader.
UTF8StreamReader() - Constructor for class org.dataone.jibx.runtime.impl.UTF8StreamReader
Creates a UTF-8 reader having a byte buffer of moderate capacity (2048).
UTF8StreamReader(int) - Constructor for class org.dataone.jibx.runtime.impl.UTF8StreamReader
Creates a UTF-8 reader having a byte buffer of specified capacity.

V

valueAdded(String, boolean, String, FieldDeclaration, MethodDeclaration, MethodDeclaration, String, IClassHolder) - Method in class org.dataone.jibx.schema.codegen.extend.CollectionMethodsDecorator
Method called after adding each data value to class.
valueAdded(String, boolean, String, FieldDeclaration, MethodDeclaration, MethodDeclaration, String, IClassHolder) - Method in class org.dataone.jibx.schema.codegen.extend.ComparableIdentifierDecorator
Method called after adding each data value to class.
valueAdded(String, boolean, String, FieldDeclaration, MethodDeclaration, MethodDeclaration, String, IClassHolder) - Method in class org.dataone.jibx.schema.codegen.extend.ComparableSubjectDecorator
Method called after adding each data value to class.

X

XMLPullReaderFactory - Class in org.dataone.jibx.runtime.impl
Factory for creating XMLPull parser instances.
C F G I O R S U V X 

Copyright © 2016. All rights reserved.