C F G I M N 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

FieldMatchDecoratorBase - Class in org.dataone.jibx.schema.codegen.extend
Base class for decorators which match on the a field name list.
FieldMatchDecoratorBase() - Constructor for class org.dataone.jibx.schema.codegen.extend.FieldMatchDecoratorBase
Default constructor to initialize m_fields with the default String field 'value' that is used in Dataone.
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.
finish(ElementBase, IClassHolder) - Method in class org.dataone.jibx.schema.codegen.extend.NonEmptyNoWhitespaceString800TypeDecorator
Method called after completing code generation for the target class.
finish(ElementBase, IClassHolder) - Method in class org.dataone.jibx.schema.codegen.extend.NonEmptyStringTypeDecorator
Method called after completing code generation for the target class.
finish(ElementBase, IClassHolder) - Method in class org.dataone.jibx.schema.codegen.extend.SimpleConstructorDecorator
Method called after completing code generation for the target class.
finish(ElementBase, IClassHolder) - Method in class org.dataone.jibx.schema.codegen.extend.SliceMethodsDecorator
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.
getFieldType(AST, String) - Method in class org.dataone.jibx.schema.codegen.extend.FieldMatchDecoratorBase
 
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
 

M

m_fields - Variable in class org.dataone.jibx.schema.codegen.extend.FieldMatchDecoratorBase
list of fields from the fields attribute of the class-decorator element

N

NonEmptyNoWhitespaceString800TypeDecorator - Class in org.dataone.jibx.schema.codegen.extend
Code generation decorator which modifies the setValue method to check for a maximum length of 800 characters and a nonempty value that contains no whitespace Supplying a 'fields' attribute to the class-decorator element with space delimited names of the class level fields to apply restrictions to This Decorator is mutually exclusive with NonEmptyTypeDecorator when applied to a generated class
NonEmptyNoWhitespaceString800TypeDecorator() - Constructor for class org.dataone.jibx.schema.codegen.extend.NonEmptyNoWhitespaceString800TypeDecorator
Default constructor to initialize m_fields with the default String field 'value' that is used in Dataone.
NonEmptyStringTypeDecorator - Class in org.dataone.jibx.schema.codegen.extend
Code generation decorator which modifies the setValue method if a generated class to check for nonempty value Supplying a 'fields' attribute to the class-decorator element with space delimited names of the class level fields to apply restrictions to.
NonEmptyStringTypeDecorator() - Constructor for class org.dataone.jibx.schema.codegen.extend.NonEmptyStringTypeDecorator
Default constructor to initialize must call super to include default fields

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.
setFields(String) - Method in class org.dataone.jibx.schema.codegen.extend.FieldMatchDecoratorBase
Set the elements to an array.
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.
SimpleConstructorDecorator - 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.
SimpleConstructorDecorator() - Constructor for class org.dataone.jibx.schema.codegen.extend.SimpleConstructorDecorator
Default constructor to initialize must call super to include default fields
SliceMethodsDecorator - Class in org.dataone.jibx.schema.codegen.extend
 
SliceMethodsDecorator() - Constructor for class org.dataone.jibx.schema.codegen.extend.SliceMethodsDecorator
 
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.
start(IClassHolder) - Method in class org.dataone.jibx.schema.codegen.extend.NonEmptyNoWhitespaceString800TypeDecorator
Method called before starting code generation for the target class.
start(IClassHolder) - Method in class org.dataone.jibx.schema.codegen.extend.NonEmptyStringTypeDecorator
Method called before starting code generation for the target class.
start(IClassHolder) - Method in class org.dataone.jibx.schema.codegen.extend.SimpleConstructorDecorator
Method called before starting code generation for the target class.
start(IClassHolder) - Method in class org.dataone.jibx.schema.codegen.extend.SliceMethodsDecorator
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.
valueAdded(String, boolean, String, FieldDeclaration, MethodDeclaration, MethodDeclaration, String, IClassHolder) - Method in class org.dataone.jibx.schema.codegen.extend.NonEmptyNoWhitespaceString800TypeDecorator
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.NonEmptyStringTypeDecorator
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.SimpleConstructorDecorator
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.SliceMethodsDecorator
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 M N O R S U V X 

Copyright © 2017. All Rights Reserved.