A C E G N O P R S

A

analyzeTag(String) - Method in class com.catcode.odf.OpenDocumentTextInputStream
Set flags to accept or reject characters in this tag.

C

collectEntity() - Method in class com.catcode.odf.OpenDocumentTextInputStream
Collect all characters up to and including the ending semicolon of the entity.
collectTag() - Method in class com.catcode.odf.OpenDocumentTextInputStream
Collects information between angle brackets into a string buffer.
collectUTF8(int) - Method in class com.catcode.odf.OpenDocumentTextInputStream
Create a UTF-8 character from individual bytes.
com.catcode.odf - package com.catcode.odf
 
compareTo(Object) - Method in class com.catcode.odf.ElementPostProcess
See Comparator interface for details.
createUTF8Output(int) - Method in class com.catcode.odf.OpenDocumentTextInputStream
Split a Unicode value into UTF-8 bytes.

E

ElementPostProcess - class com.catcode.odf.ElementPostProcess.
Describes what character the OpenDocumentTextInputStream class should emit when an element closes.
ElementPostProcess() - Constructor for class com.catcode.odf.ElementPostProcess
Constructs a placeholder element descriptor.
ElementPostProcess(String) - Constructor for class com.catcode.odf.ElementPostProcess
Constructs an element descriptor with the given name and '\0' post-processing character.
ElementPostProcess(String, char) - Constructor for class com.catcode.odf.ElementPostProcess
Constructs an element descriptor with the given name and post-processing character.

G

getName() - Method in class com.catcode.odf.ElementPostProcess
Returns the element name.
getPostProcess() - Method in class com.catcode.odf.ElementPostProcess
Returns the element's post-processing character.

N

name - Variable in class com.catcode.odf.ElementPostProcess
 

O

OpenDocumentTextInputStream - class com.catcode.odf.OpenDocumentTextInputStream.
OpenDocumentTextInputStream reads the content of an OASIS Open Document Format text (word processing) file.
OpenDocumentTextInputStream(InputStream) - Constructor for class com.catcode.odf.OpenDocumentTextInputStream
Constructs an OASIS Open Document Text input stream.
OpenDocumentTextInputStream(InputStream, ArrayList, ArrayList) - Constructor for class com.catcode.odf.OpenDocumentTextInputStream
Constructs an OASIS Open Document Text input stream.

P

postProcess - Variable in class com.catcode.odf.ElementPostProcess
 

R

read() - Method in class com.catcode.odf.OpenDocumentTextInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class com.catcode.odf.OpenDocumentTextInputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class com.catcode.odf.OpenDocumentTextInputStream
Reads up to len bytes of data from the input stream into an array of bytes.

S

setName(String) - Method in class com.catcode.odf.ElementPostProcess
Sets the element name to the given value.
setPostProcess(char) - Method in class com.catcode.odf.ElementPostProcess
Sets element post-processing character to the given value.
skip(long) - Method in class com.catcode.odf.OpenDocumentTextInputStream
Skips specified number of bytes in the current ODT file entry.

A C E G N O P R S