Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

a(String, String) - Static method in class org.databene.formats.html.util.HTMLUtil
 
AbbreviatedNumberFormat - Class in org.databene.formats.text
Formats and parses numbers with abbreviations, e.g. 5Mio for 5,000,000.
AbbreviatedNumberFormat() - Constructor for class org.databene.formats.text.AbbreviatedNumberFormat
 
AbbreviatedNumberFormat(double) - Constructor for class org.databene.formats.text.AbbreviatedNumberFormat
 
AbbreviatedNumberFormat(Locale) - Constructor for class org.databene.formats.text.AbbreviatedNumberFormat
 
AbbreviatedNumberFormat(double, Locale) - Constructor for class org.databene.formats.text.AbbreviatedNumberFormat
 
AbstractDataIterator<E> - Class in org.databene.formats.util
Abstract implementation of the DataIterator interface.
AbstractDataIterator(Class<E>) - Constructor for class org.databene.formats.util.AbstractDataIterator
 
AbstractDataSource<E> - Class in org.databene.formats.util
Abstract implementation of the DataSource interface, which holds a 'type' attribute and provides an empty close() method.
AbstractDataSource(Class<E>) - Constructor for class org.databene.formats.util.AbstractDataSource
 
AbstractDotGraphModel - Class in org.databene.formats.dot
Abstract implementation of the DotGraphModel.
AbstractDotGraphModel() - Constructor for class org.databene.formats.dot.AbstractDotGraphModel
 
AbstractScript - Class in org.databene.formats.script
Abstract implementation of the Script interface.
AbstractScript() - Constructor for class org.databene.formats.script.AbstractScript
 
AbstractXMLComparisonModel - Class in org.databene.formats.xml.compare
Abstract implementation of the XMLComparisonModel interface.
AbstractXMLComparisonModel() - Constructor for class org.databene.formats.xml.compare.AbstractXMLComparisonModel
 
AbstractXMLElementParser<E> - Class in org.databene.formats.xml
Abstract implementation of the XMLElementParser interface.
AbstractXMLElementParser(String, Set<String>, Set<String>, Class<?>...) - Constructor for class org.databene.formats.xml.AbstractXMLElementParser
 
accept(HTMLTokenizer) - Method in class org.databene.formats.html.util.HTMLTokenFilter
 
accept(Visitor<SchemaElement>) - Method in class org.databene.formats.xsd.ComplexMember
 
accept(Visitor<SchemaElement>) - Method in class org.databene.formats.xsd.CompositeComplexType
 
accept(Visitor<SchemaElement>) - Method in class org.databene.formats.xsd.Schema
 
accept(Visitor<SchemaElement>) - Method in class org.databene.formats.xsd.SchemaElement
 
actual - Variable in class org.databene.formats.compare.DiffDetail
 
adaptor - Variable in class org.databene.formats.regex.antlr.RegexParser
 
add(DiffDetail) - Method in class org.databene.formats.compare.ArrayComparisonResult
 
addAsListItem(String) - Method in class org.databene.formats.html.model.List
 
addAsListItem(HtmlComponent) - Method in class org.databene.formats.html.model.List
 
addAttribute(Attribute) - Method in class org.databene.formats.xsd.ComplexType
 
addBreak() - Method in class org.databene.formats.html.model.HtmlElement
 
addCell(TableCell) - Method in class org.databene.formats.html.model.TableRow
 
addChild(XMLNode) - Method in class org.databene.formats.xml.tree.XMLContainerNode
 
addComplexType(ComplexType) - Method in class org.databene.formats.xsd.Schema
 
addComponent(String) - Method in class org.databene.formats.html.model.HtmlElement
 
addComponent(HtmlComponent) - Method in class org.databene.formats.html.model.HtmlElement
 
addComponents(HtmlComponent...) - Method in class org.databene.formats.html.model.HtmlElement
 
addDetail(DiffDetail) - Method in class org.databene.formats.compare.AggregateDiff
 
addExclusions(RegexCharClass) - Method in class org.databene.formats.regex.CustomCharClass
 
addFactory(String, ScriptFactory) - Static method in class org.databene.formats.script.ScriptUtil
 
addInclusion(RegexCharClass) - Method in class org.databene.formats.regex.CustomCharClass
 
addKeyExpression(String, String) - Method in interface org.databene.formats.compare.ComparisonModel
 
addKeyExpression(String, String) - Method in class org.databene.formats.compare.ComparisonSettings
 
addKeyExpression(String, String) - Method in class org.databene.formats.xml.compare.DefaultXMLComparisonModel
 
addLine(String, StringBuilder) - Static method in class org.databene.formats.dot.DotUtil
 
addMember(ComplexMember) - Method in class org.databene.formats.xsd.CompositeComplexType
 
addParser(XMLElementParser<E>) - Method in class org.databene.formats.xml.ParseContext
 
addParser(XMLElementParser<E>) - Method in class org.databene.formats.xml.XMLElementParserFactory
 
addProperty(PropFormat) - Method in class org.databene.formats.xls.BeanXLSWriter
 
addProperty(String) - Method in class org.databene.formats.xls.XLSBeanPersistor
 
addRow(TableRow) - Method in class org.databene.formats.html.model.Table
 
addRow(TableRow) - Method in class org.databene.formats.html.model.TableBody
 
addRow(TableRow) - Method in class org.databene.formats.html.model.TableFoot
 
addRow(TableRow) - Method in class org.databene.formats.html.model.TableHead
 
addRowFormat(FixedWidthRowTypeDescriptor) - Method in class org.databene.formats.fixedwidth.MultiTypeArrayFixedWidthWriter
 
addRowFormat(String, FixedWidthRowTypeDescriptor) - Method in class org.databene.formats.fixedwidth.MultiTypeBeanFixedWidthWriter
 
addSimpleType(SimpleType) - Method in class org.databene.formats.xsd.Schema
 
addSyntaxError(DocumentSyntaxError) - Method in class org.databene.formats.xml.tree.XMLParsingResult
 
addToleratedDiff(LocalDiffType) - Method in class org.databene.formats.compare.ComparisonSettings
 
AggregateDiff - Class in org.databene.formats.compare
Collects the differences between two data structures.
AggregateDiff(Object, Object, ComparisonSettings) - Constructor for class org.databene.formats.compare.AggregateDiff
 
ALPHANUM - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
ALPHANUM - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
Anchor - Class in org.databene.formats.html
Abstract implementation of an HTML anchor <a> with label and target.
Anchor(String) - Constructor for class org.databene.formats.html.Anchor
 
Anchor(String, String) - Constructor for class org.databene.formats.html.Anchor
 
Anchor - Class in org.databene.formats.html.model
Represents an HTML anchor.
Anchor(String) - Constructor for class org.databene.formats.html.model.Anchor
 
Anchor(HtmlComponent) - Constructor for class org.databene.formats.html.model.Anchor
 
aNewWindow(String, String) - Static method in class org.databene.formats.html.util.HTMLUtil
 
append(String) - Method in class org.databene.formats.text.LFNormalizingStringBuilder
 
append(char) - Method in class org.databene.formats.text.LFNormalizingStringBuilder
 
ArrayComparator - Class in org.databene.formats.compare
Compares arrays of objects using a ComparisonModel.
ArrayComparisonResult - Class in org.databene.formats.compare
Provides the result of a comparison.
ArrayComparisonResult() - Constructor for class org.databene.formats.compare.ArrayComparisonResult
 
ArrayCSVWriter - Class in org.databene.formats.csv
Writes arrays as CSV rows.
ArrayCSVWriter(Writer) - Constructor for class org.databene.formats.csv.ArrayCSVWriter
 
ArrayCSVWriter(Writer, char) - Constructor for class org.databene.formats.csv.ArrayCSVWriter
 
ArrayCSVWriter(Writer, char, String...) - Constructor for class org.databene.formats.csv.ArrayCSVWriter
 
ArrayCSVWriter(Writer, char, String, String) - Constructor for class org.databene.formats.csv.ArrayCSVWriter
 
ArrayCSVWriter(Writer, char, Script, Script) - Constructor for class org.databene.formats.csv.ArrayCSVWriter
 
ArrayFixedWidthWriter<E> - Class in org.databene.formats.fixedwidth
Writes arrays as flat file columns.
ArrayFixedWidthWriter(Writer, FixedWidthRowTypeDescriptor) - Constructor for class org.databene.formats.fixedwidth.ArrayFixedWidthWriter
 
ArrayFixedWidthWriter(Writer, String, String, FixedWidthRowTypeDescriptor) - Constructor for class org.databene.formats.fixedwidth.ArrayFixedWidthWriter
 
ArrayFixedWidthWriter(Writer, Script, Script, FixedWidthRowTypeDescriptor) - Constructor for class org.databene.formats.fixedwidth.ArrayFixedWidthWriter
 
ArrowShape - Enum in org.databene.formats.dot
Arrow type for dot graphs.
assertAtLeastOneAttributeIsSet(Element, String...) - Method in class org.databene.formats.xml.AbstractXMLElementParser
 
assertAttributeIsNotSet(Element, String) - Method in class org.databene.formats.xml.AbstractXMLElementParser
 
assertAttributeIsSet(Element, String) - Method in class org.databene.formats.xml.AbstractXMLElementParser
 
assertElementName(String, Element) - Method in class org.databene.formats.xml.AbstractXMLElementParser
 
assertEquals(Document, Document) - Method in class org.databene.formats.xml.compare.XMLComparator
 
atom() - Method in class org.databene.formats.regex.antlr.RegexParser
 
atom_return() - Constructor for class org.databene.formats.regex.antlr.RegexParser.atom_return
 
ATTRIBUTE - Static variable in interface org.databene.formats.xml.compare.XMLComparisonModel
 
Attribute - Class in org.databene.formats.xsd
Represents an attribute definition of an XML schema.
Attribute(String) - Constructor for class org.databene.formats.xsd.Attribute
 
attributes - Variable in class org.databene.formats.html.model.HtmlElement
 
attributes() - Method in class org.databene.formats.html.parser.DefaultHTMLTokenizer
In case of non-tag tokens or empty tags, an empty map is returned.
attributes() - Method in class org.databene.formats.html.parser.FilteringHTMLTokenizer
 
attributes() - Method in interface org.databene.formats.html.parser.HTMLTokenizer
 
attributes - Variable in class org.databene.formats.xsd.ComplexType
 
autoSizeColumns(Workbook) - Static method in class org.databene.formats.xls.XLSUtil
 

B

BASE_1000 - Static variable in class org.databene.formats.text.KiloFormatter
 
BASE_1024 - Static variable in class org.databene.formats.text.KiloFormatter
 
BeanCSVWriter<E> - Class in org.databene.formats.csv
Writes JavaBeans as CSV rows.
BeanCSVWriter(Writer, char, Class<E>) - Constructor for class org.databene.formats.csv.BeanCSVWriter
 
BeanCSVWriter(Writer, char, String...) - Constructor for class org.databene.formats.csv.BeanCSVWriter
 
BeanCSVWriter(Writer, char, boolean, String...) - Constructor for class org.databene.formats.csv.BeanCSVWriter
 
BeanCSVWriter(Writer, char, Script, Script, String...) - Constructor for class org.databene.formats.csv.BeanCSVWriter
 
BeanFixedWidthWriter<E> - Class in org.databene.formats.fixedwidth
Writes JavaBeans as flat file columns.
BeanFixedWidthWriter(Writer, FixedWidthColumnDescriptor...) - Constructor for class org.databene.formats.fixedwidth.BeanFixedWidthWriter
 
BeanFixedWidthWriter(Writer, String, String, FixedWidthColumnDescriptor...) - Constructor for class org.databene.formats.fixedwidth.BeanFixedWidthWriter
 
BeanFixedWidthWriter(Writer, Script, Script, FixedWidthColumnDescriptor...) - Constructor for class org.databene.formats.fixedwidth.BeanFixedWidthWriter
 
BeanPropertiesFileWriter<E> - Class in org.databene.formats.properties
Writes JavaBeans to property files.
BeanPropertiesFileWriter(Writer, String...) - Constructor for class org.databene.formats.properties.BeanPropertiesFileWriter
 
BeanPropertiesFileWriter(Writer, String, String, String, String...) - Constructor for class org.databene.formats.properties.BeanPropertiesFileWriter
 
BeanPropertiesFileWriter(Writer, String, Script, Script, String...) - Constructor for class org.databene.formats.properties.BeanPropertiesFileWriter
 
BeanXLSWriter<E> - Class in org.databene.formats.xls
Saves JavaBeans in MS Excel(TM) files.
BeanXLSWriter(OutputStream, String) - Constructor for class org.databene.formats.xls.BeanXLSWriter
 
BeanXLSWriter(OutputStream, String, List<PropFormat>) - Constructor for class org.databene.formats.xls.BeanXLSWriter
 
Body - Class in org.databene.formats.html.model
Represents an HTML body.
Body(HtmlComponent...) - Constructor for class org.databene.formats.html.model.Body
 
Bold - Class in org.databene.formats.html.model
Represents an HTML bold element.
Bold(String) - Constructor for class org.databene.formats.html.model.Bold
 
Bold(HtmlComponent) - Constructor for class org.databene.formats.html.model.Bold
 
bold(String) - Static method in class org.databene.formats.html.model.HtmlFactory
 
bold(HtmlComponent) - Static method in class org.databene.formats.html.model.HtmlFactory
 
br() - Static method in class org.databene.formats.html.model.HtmlFactory
 

C

cdataRelevant - Variable in class org.databene.formats.xml.compare.AbstractXMLComparisonModel
 
cell - Variable in class org.databene.formats.csv.CSVTokenizer
String representation of the cell at the cursor position.
cellByHeader(String, String[]) - Method in class org.databene.formats.csv.CSVLineIterator
 
cellsByHeaders(String[], String[]) - Method in class org.databene.formats.csv.CSVLineIterator
 
cellValueForHeader(String, Object[]) - Method in class org.databene.formats.xls.XLSLineIterator
 
character - Variable in class org.databene.formats.html.HtmlEntity
 
charclass() - Method in class org.databene.formats.regex.antlr.RegexParser
 
charclass_return() - Constructor for class org.databene.formats.regex.antlr.RegexParser.charclass_return
 
charrange() - Method in class org.databene.formats.regex.antlr.RegexParser
 
CharRange - Class in org.databene.formats.regex
Represents a character within a range from CharRange.first to CharRange.last.
CharRange(String, char, char) - Constructor for class org.databene.formats.regex.CharRange
 
charrange_return() - Constructor for class org.databene.formats.regex.antlr.RegexParser.charrange_return
 
checkAttributes(Element, Set<String>) - Method in class org.databene.formats.xml.AbstractXMLElementParser
 
checkAttributeSupport(Element) - Method in class org.databene.formats.xml.AbstractXMLElementParser
 
checkSupportedAttributes(Element, String...) - Method in class org.databene.formats.xml.AbstractXMLElementParser
 
checkUniqueIteration(DataIterator<T>, int) - Static method in class org.databene.formats.util.DataIteratorTestCase
 
childNodes(Node) - Method in class org.databene.formats.xml.compare.DefaultXMLComparisonModel
 
childNodes(Node) - Method in interface org.databene.formats.xml.compare.XMLComparisonModel
 
CHOICE - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
CHOICE - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
choice() - Method in class org.databene.formats.regex.antlr.RegexParser
 
Choice - Class in org.databene.formats.regex
Represents an alternative expression part of a regular expression, e.g.
Choice(List<RegexPart>) - Constructor for class org.databene.formats.regex.Choice
Constructor that takes a list of alternative patterns
Choice(RegexPart...) - Constructor for class org.databene.formats.regex.Choice
Constructor that takes an array of alternative patterns
choice_return() - Constructor for class org.databene.formats.regex.antlr.RegexParser.choice_return
 
CLASS - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
CLASS - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
classchar() - Method in class org.databene.formats.regex.antlr.RegexParser
 
classchar_return() - Constructor for class org.databene.formats.regex.antlr.RegexParser.classchar_return
 
classelement() - Method in class org.databene.formats.regex.antlr.RegexParser
 
classelement_return() - Constructor for class org.databene.formats.regex.antlr.RegexParser.classelement_return
 
classifierOf(Object) - Method in interface org.databene.formats.compare.ComparisonModel
 
classifierOf(Object) - Method in class org.databene.formats.xml.compare.AbstractXMLComparisonModel
 
close() - Method in class org.databene.formats.csv.ConvertingCSVParser
 
close() - Method in class org.databene.formats.csv.CSVCellIterator
 
close() - Method in class org.databene.formats.csv.CSVLineIterator
Closes the source
close() - Method in class org.databene.formats.csv.CSVSource
 
close() - Method in class org.databene.formats.csv.CSVToJavaBeanMapper
 
close() - Method in class org.databene.formats.csv.CSVTokenizer
Closes the source
close() - Method in interface org.databene.formats.DataIterator
Closes the iterator.
close() - Method in interface org.databene.formats.DataSource
Closes the data source
close() - Method in class org.databene.formats.fixedwidth.FixedWidthLineIterator
Closes the source
close() - Method in class org.databene.formats.fixedwidth.MultiTypeArrayFixedWidthWriter
 
close() - Method in class org.databene.formats.fixedwidth.MultiTypeBeanFixedWidthWriter
 
close() - Method in class org.databene.formats.script.ScriptedDocumentWriter
 
close() - Method in class org.databene.formats.util.AbstractDataIterator
 
close() - Method in class org.databene.formats.util.AbstractDataSource
 
close() - Method in class org.databene.formats.util.ConvertingDataIterator
 
close() - Method in class org.databene.formats.util.ConvertingDataSource
 
close() - Method in class org.databene.formats.util.DataIteratorAdapter
 
close() - Method in class org.databene.formats.util.DataIteratorFromJavaIterator
 
close() - Method in class org.databene.formats.util.DataSourceAdapter
 
close() - Method in class org.databene.formats.util.DataSourceFromIterable
 
close() - Method in class org.databene.formats.util.JavaIteratorFromDataIterator
 
close() - Method in class org.databene.formats.util.ListDataIterator
 
close() - Method in class org.databene.formats.util.OrthogonalArrayIterator
 
close() - Method in class org.databene.formats.xls.BeanXLSWriter
 
close() - Method in class org.databene.formats.xls.XLSLineIterator
 
close() - Method in class org.databene.formats.xls.XLSSource
 
CLOSED_TAG - Static variable in interface org.databene.formats.html.parser.HTMLTokenizer
 
CODEDCHAR - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
CODEDCHAR - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
columnIndexOfHeader(String) - Method in class org.databene.formats.csv.CSVLineIterator
 
combineScriptableParts(String...) - Static method in class org.databene.formats.script.ScriptUtil
 
COMMENT - Static variable in interface org.databene.formats.html.parser.HTMLTokenizer
 
COMMENT - Static variable in interface org.databene.formats.xml.compare.XMLComparisonModel
 
commentRelevant - Variable in class org.databene.formats.xml.compare.AbstractXMLComparisonModel
 
compare(Object[], Object[], ComparisonModel, String, String, DiffFactory) - Static method in class org.databene.formats.compare.ArrayComparator
 
compare(String, String) - Method in class org.databene.formats.xml.compare.XMLComparator
 
compare(Document, Document) - Method in class org.databene.formats.xml.compare.XMLComparator
 
ComparisonContext - Class in org.databene.formats.xml.compare
Holds the information which diff types are accepted at which XPaths and maps them to the related nodes of XML documents.
ComparisonContext() - Constructor for class org.databene.formats.xml.compare.ComparisonContext
 
ComparisonContext(Set<LocalDiffType>, Document, Document) - Constructor for class org.databene.formats.xml.compare.ComparisonContext
 
ComparisonModel - Interface in org.databene.formats.compare
Provides comparison for equality and comparison for objects of a given parameterized type E.
ComparisonSettings - Class in org.databene.formats.compare
Defines comparison settings: Which elements to ignore in comparisons and which differences to tolerate.
ComparisonSettings(ComparisonModel) - Constructor for class org.databene.formats.compare.ComparisonSettings
 
ComplexMember - Class in org.databene.formats.xsd
Represents a member of a ComplexType, having a name, a type and a permitted cardinality range.
ComplexMember(String, ComplexType) - Constructor for class org.databene.formats.xsd.ComplexMember
 
ComplexType - Class in org.databene.formats.xsd
Parent class for schema elements that represent complex types.
ComplexType(String) - Constructor for class org.databene.formats.xsd.ComplexType
 
CompositeComplexType - Class in org.databene.formats.xsd
Represents a ComplexType which composes other ComplexTypes.
CompositeComplexType(String) - Constructor for class org.databene.formats.xsd.CompositeComplexType
 
ConstantScript - Class in org.databene.formats.script
Script implementation that evaluates to a String constant.
ConstantScript(String) - Constructor for class org.databene.formats.script.ConstantScript
 
contains(String) - Method in class org.databene.formats.xml.ParseContext
 
convert(String) - Static method in class org.databene.formats.html.HTML2XML
 
convert(Reader, OutputStream, String) - Static method in class org.databene.formats.html.HTML2XML
 
convert(Object) - Method in class org.databene.formats.script.ScriptConverterForObjects
 
convert(String) - Method in class org.databene.formats.script.ScriptConverterForStrings
 
convert(String) - Method in class org.databene.formats.text.DelocalizingConverter
Implementation of the Converter interface.
convert(long, int) - Method in class org.databene.formats.text.KiloFormatter
 
convert(String) - Method in class org.databene.formats.text.NameNormalizer
 
convert(String) - Method in class org.databene.formats.text.NormalizeSpaceConverter
 
convert(String) - Method in class org.databene.formats.text.SplitStringConverter
 
convert(Object) - Method in class org.databene.formats.text.ToHexConverter
 
convertByte(byte, boolean, String, int) - Static method in class org.databene.formats.text.ToHexConverter
 
convertChar(Character, boolean, String, int) - Static method in class org.databene.formats.text.ToHexConverter
 
converter - Variable in class org.databene.formats.util.ConvertingDataIterator
 
converter - Variable in class org.databene.formats.util.ConvertingDataSource
 
ConvertingCSVParser<E> - Class in org.databene.formats.csv
Parses CSV files and converts the row to the desired target type.
ConvertingCSVParser(String, Converter<String[], E>) - Constructor for class org.databene.formats.csv.ConvertingCSVParser
 
ConvertingDataIterator<S,T> - Class in org.databene.formats.util
DataIterator proxy which applies a Converter to the data provided by its source.
ConvertingDataIterator(DataIterator<S>, Converter<S, T>) - Constructor for class org.databene.formats.util.ConvertingDataIterator
 
ConvertingDataSource<S,T> - Class in org.databene.formats.util
DataSource proxy which applies a Converter to the source's data.
ConvertingDataSource(DataSource<S>, Converter<S, T>) - Constructor for class org.databene.formats.util.ConvertingDataSource
 
convertInt(int, boolean, String, int) - Static method in class org.databene.formats.text.ToHexConverter
 
convertLineFeeds(String) - Static method in class org.databene.formats.html.util.HTMLUtil
 
convertLong(Long, boolean, String, int) - Static method in class org.databene.formats.text.ToHexConverter
 
convertShort(short, boolean, String, int) - Static method in class org.databene.formats.text.ToHexConverter
 
convertString(String, boolean, String, int) - Static method in class org.databene.formats.text.ToHexConverter
 
correspond(Object, Object) - Method in interface org.databene.formats.compare.ComparisonModel
 
correspond(Object, Object) - Method in class org.databene.formats.xml.compare.DefaultXMLComparisonModel
 
create() - Method in interface org.databene.formats.util.CyclicDataIterator.Creator
 
createAnchorForNewWindow(File, String) - Static method in class org.databene.formats.html.FileAnchor
 
createAnchorForNewWindow(String, String) - Static method in class org.databene.formats.html.StringAnchor
 
createBody() - Method in class org.databene.formats.html.model.Html
 
createCSVCellIterator(String, char, String) - Static method in class org.databene.formats.csv.CSVIteratorFactory
 
createCSVLineIterator(String, char, boolean, String) - Static method in class org.databene.formats.csv.CSVIteratorFactory
 
createCSVVellIteratorForColumn(String, int, char, boolean, String) - Static method in class org.databene.formats.csv.CSVIteratorFactory
 
createHead() - Method in class org.databene.formats.html.model.Html
 
createSubPath(E[], E) - Method in class org.databene.formats.xml.ParseContext
 
createSyntaxError(String, Element) - Static method in class org.databene.formats.xml.AbstractXMLElementParser
 
createSyntaxError(String, Element, Exception) - Static method in class org.databene.formats.xml.AbstractXMLElementParser
 
creator - Variable in class org.databene.formats.util.CyclicDataIterator
 
CssStyle - Class in org.databene.formats.html.model
Represents an inline CSS stylesheet.
CssStyle() - Constructor for class org.databene.formats.html.model.CssStyle
 
CSVCellIterator - Class in org.databene.formats.csv
Iterates through cells of a CSV file.
CSVCellIterator(String, char, String) - Constructor for class org.databene.formats.csv.CSVCellIterator
 
CSVCellSource - Class in org.databene.formats.csv
Creates Iterators that iterate through the cells of a CSV file.
CSVCellSource() - Constructor for class org.databene.formats.csv.CSVCellSource
 
CSVCellSource(String, char) - Constructor for class org.databene.formats.csv.CSVCellSource
 
CSVCellSource(String, char, String) - Constructor for class org.databene.formats.csv.CSVCellSource
 
CSVFilterDemo - Class in org.databene.formats.demo
Parses the rows of a CSV file and extracts the lines that match a Filter to a target file.
CSVFilterDemo() - Constructor for class org.databene.formats.demo.CSVFilterDemo
 
CSVIteratorFactory - Class in org.databene.formats.csv
Factory for all kinds of CSV iterators.
CSVLineHandler - Interface in org.databene.formats.csv
Callback interface for CSV parsing.
CSVLineIterator - Class in org.databene.formats.csv
Gives access to content of a CSV file by String arrays that represent the CSV rows as specified in RFC 4180.
CSVLineIterator(String) - Constructor for class org.databene.formats.csv.CSVLineIterator
Creates a parser that reads from a uri
CSVLineIterator(String, char) - Constructor for class org.databene.formats.csv.CSVLineIterator
Creates a parser that reads from a uri
CSVLineIterator(String, char, String) - Constructor for class org.databene.formats.csv.CSVLineIterator
 
CSVLineIterator(String, char, boolean) - Constructor for class org.databene.formats.csv.CSVLineIterator
 
CSVLineIterator(String, char, boolean, String) - Constructor for class org.databene.formats.csv.CSVLineIterator
 
CSVLineIterator(Reader, char) - Constructor for class org.databene.formats.csv.CSVLineIterator
Creates a parser that reads from a reader and used a special separator character
CSVLineIterator(Reader, char, boolean) - Constructor for class org.databene.formats.csv.CSVLineIterator
 
CSVSingleColumIterator - Class in org.databene.formats.csv
HeavyweightIterator that iterates through all cells of a single CSV column.
CSVSingleColumIterator(String, int) - Constructor for class org.databene.formats.csv.CSVSingleColumIterator
 
CSVSingleColumIterator(String, int, char, boolean, String) - Constructor for class org.databene.formats.csv.CSVSingleColumIterator
 
CSVSource - Class in org.databene.formats.csv
DataSource implementation that provides for row-wise or column-wise iteration through CSV files.
CSVSource(String, char, String, boolean, boolean) - Constructor for class org.databene.formats.csv.CSVSource
 
CSVToJavaBeanMapper<E> - Class in org.databene.formats.csv
Reads a CSV file and maps its columns to JavaBeans.
CSVToJavaBeanMapper(Reader, Class<E>) - Constructor for class org.databene.formats.csv.CSVToJavaBeanMapper
 
CSVToJavaBeanMapper(Reader, Class<E>, char, String) - Constructor for class org.databene.formats.csv.CSVToJavaBeanMapper
 
CSVToJavaBeanMapper(Reader, Class<E>, char, String, String[]) - Constructor for class org.databene.formats.csv.CSVToJavaBeanMapper
 
CSVTokenizer - Class in org.databene.formats.csv
Parses a CSV file token by token as specified in RFC 4180.
CSVTokenizer(String) - Constructor for class org.databene.formats.csv.CSVTokenizer
Creates a tokenizer that reads from a URL.
CSVTokenizer(String, char) - Constructor for class org.databene.formats.csv.CSVTokenizer
Creates a tokenizer that reads from a uri.
CSVTokenizer(String, char, String) - Constructor for class org.databene.formats.csv.CSVTokenizer
 
CSVTokenizer(Reader) - Constructor for class org.databene.formats.csv.CSVTokenizer
Creates a tokenizer that reads from a java.io.Reader.
CSVTokenizer(Reader, char) - Constructor for class org.databene.formats.csv.CSVTokenizer
Creates a tokenizer that reads from a java.io.Reader.
CSVTokenType - Enum in org.databene.formats.csv
Enumeration of the tokens of a CSV file.
CSVUtil - Class in org.databene.formats.csv
Utility methods for CSV processing.
CSVUtil() - Constructor for class org.databene.formats.csv.CSVUtil
 
current() - Method in interface org.databene.formats.token.TokenIterator
 
CustomCharClass - Class in org.databene.formats.regex
Represents a custom character class with inclusions and exclusions.
CustomCharClass() - Constructor for class org.databene.formats.regex.CustomCharClass
 
CustomCharClass(List<? extends RegexCharClass>) - Constructor for class org.databene.formats.regex.CustomCharClass
 
CustomCharClass(List<? extends RegexCharClass>, List<? extends RegexCharClass>) - Constructor for class org.databene.formats.regex.CustomCharClass
 
CyclicDataIterator<E> - Class in org.databene.formats.util
Allows repeated iteration through a DataIterator.
CyclicDataIterator(CyclicDataIterator.Creator<E>) - Constructor for class org.databene.formats.util.CyclicDataIterator
 
CyclicDataIterator.Creator<E> - Interface in org.databene.formats.util
 

D

data - Variable in class org.databene.formats.DataContainer
 
DataContainer<E> - Class in org.databene.formats
Container object for data items.
DataContainer() - Constructor for class org.databene.formats.DataContainer
 
DataContainer(E) - Constructor for class org.databene.formats.DataContainer
 
DataFileUtil - Class in org.databene.formats.util
Provides general utility methods for data files.
DataFileUtil() - Constructor for class org.databene.formats.util.DataFileUtil
 
DataIterator<E> - Interface in org.databene.formats
Iterates through data.
DataIteratorAdapter<S,T> - Class in org.databene.formats.util
Adapter for a DataIterator.
DataIteratorAdapter(DataIterator<S>) - Constructor for class org.databene.formats.util.DataIteratorAdapter
 
DataIteratorFromJavaIterator<E> - Class in org.databene.formats.util
Provides DataIterator-style access to a Java Iterator.
DataIteratorFromJavaIterator(Iterator<E>, Class<E>) - Constructor for class org.databene.formats.util.DataIteratorFromJavaIterator
 
DataIteratorProxy<E> - Class in org.databene.formats.util
Proxy for a DataIterator.
DataIteratorProxy(DataIterator<E>) - Constructor for class org.databene.formats.util.DataIteratorProxy
 
DataIteratorTestCase - Class in org.databene.formats.util
Abstract parent class for tests that check DataIterator.
DataIteratorTestCase() - Constructor for class org.databene.formats.util.DataIteratorTestCase
 
DataIteratorTestCase.NextHelper - Class in org.databene.formats.util
 
DataSource<E> - Interface in org.databene.formats
Interface for classes that provide data access by DataIterators.
DataSourceAdapter<S,T> - Class in org.databene.formats.util
Adapter for the DataSource class.
DataSourceAdapter(DataSource<S>, Class<T>) - Constructor for class org.databene.formats.util.DataSourceAdapter
 
DataSourceFromIterable<E> - Class in org.databene.formats.util
Provides DataSource-style access to a Java-SDK-Iterable.
DataSourceFromIterable(Iterable<E>, Class<E>) - Constructor for class org.databene.formats.util.DataSourceFromIterable
 
DataSourceProxy<E> - Class in org.databene.formats.util
Proxy for a DataSource.
DataSourceProxy(DataSource<E>) - Constructor for class org.databene.formats.util.DataSourceProxy
 
DataUtil - Class in org.databene.formats.util
Utility class for DataIterator-related functionality.
DEFAULT_BASE - Static variable in class org.databene.formats.text.KiloFormatter
 
DEFAULT_SEPARATOR - Static variable in class org.databene.formats.csv.CSVLineIterator
The default separator to use
DEFAULT_SEPARATOR - Static variable in class org.databene.formats.csv.CSVSource
The default separator to use
DEFAULT_SEPARATOR - Static variable in class org.databene.formats.csv.CSVTokenizer
The default separator to use
DefaultDotGraphModel - Class in org.databene.formats.dot
Default implementation of a DotGraphModel, making use of DotGraph, DotNodes and DotEdges.
DefaultDotGraphModel(DotGraph) - Constructor for class org.databene.formats.dot.DefaultDotGraphModel
 
DefaultHTMLTokenizer - Class in org.databene.formats.html.parser
Default implementation of an HTMLTokenizer.
DefaultHTMLTokenizer(Reader) - Constructor for class org.databene.formats.html.parser.DefaultHTMLTokenizer
 
DefaultXMLComparisonModel - Class in org.databene.formats.xml.compare
XML comparison model based on element names.
DefaultXMLComparisonModel() - Constructor for class org.databene.formats.xml.compare.DefaultXMLComparisonModel
 
DelocalizingConverter - Class in org.databene.formats.text
Delocalizes a String bye replacing local characters by international latin characters.
DelocalizingConverter() - Constructor for class org.databene.formats.text.DelocalizingConverter
Default constructor.
dfa3 - Variable in class org.databene.formats.regex.antlr.RegexLexer
 
dfa4 - Variable in class org.databene.formats.regex.antlr.RegexLexer
 
dfa8 - Variable in class org.databene.formats.regex.antlr.RegexLexer
 
DiffDetail - Class in org.databene.formats.compare
Represents a difference between the state of two objects.
DiffDetail(Object, Object, String, DiffDetailType, Converter<Object, String>) - Constructor for class org.databene.formats.compare.DiffDetail
 
DiffDetail(Object, Object, String, DiffDetailType, String, String, Converter<Object, String>) - Constructor for class org.databene.formats.compare.DiffDetail
 
DiffDetailType - Enum in org.databene.formats.compare
Enumerates the kinds of difference that may be diagnosed on the lowest level of comparison, the DiffDetail.
different(Object, Object, String, String, String) - Method in class org.databene.formats.compare.DiffFactory
 
DiffFactory - Class in org.databene.formats.compare
Creates DiffDetail objects.
DiffFactory() - Constructor for class org.databene.formats.compare.DiffFactory
 
DiffFactory(Converter<Object, String>) - Constructor for class org.databene.formats.compare.DiffFactory
 
DIGIT - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
DIGIT - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
Div - Class in org.databene.formats.html.model
Represents a <div> element.
Div() - Constructor for class org.databene.formats.html.model.Div
 
Div(boolean) - Constructor for class org.databene.formats.html.model.Div
 
DOCTYPE_401 - Static variable in class org.databene.formats.html.util.HTMLUtil
 
DOCUMENT - Static variable in interface org.databene.formats.xml.compare.XMLComparisonModel
 
DOCUMENT_ENCODING - Static variable in interface org.databene.formats.xml.compare.XMLComparisonModel
 
DOCUMENT_TYPE - Static variable in interface org.databene.formats.html.parser.HTMLTokenizer
 
documentation - Variable in class org.databene.formats.xsd.SchemaElement
 
DocumentSyntaxError - Exception in org.databene.formats.xml.tree
Exception representing a syntax error in a document.
DocumentSyntaxError(String, int, int) - Constructor for exception org.databene.formats.xml.tree.DocumentSyntaxError
 
doParse(Element, E[], ParseContext<E>) - Method in class org.databene.formats.xml.AbstractXMLElementParser
 
DotEdge - Class in org.databene.formats.dot
Represents an edge in a Dot graph.
DotEdge(DotNode, DotNode) - Constructor for class org.databene.formats.dot.DotEdge
 
DotGraph - Class in org.databene.formats.dot
Represents a Dot graph.
DotGraphModel - Interface in org.databene.formats.dot
Represents a Dot graph.
DotNode - Class in org.databene.formats.dot
Represents a node in a Dot graph.
DotNode(String) - Constructor for class org.databene.formats.dot.DotNode
 
DotUtil - Class in org.databene.formats.dot
Provides utility methods for formatting Fot files.
DotUtil() - Constructor for class org.databene.formats.dot.DotUtil
 
DotWriter - Class in org.databene.formats.dot
Writes Dot files.
DotWriter() - Constructor for class org.databene.formats.dot.DotWriter
 

E

EdgeStyle - Enum in org.databene.formats.dot
Represents a Dot edge style.
ELEMENT - Static variable in interface org.databene.formats.xml.compare.XMLComparisonModel
 
ELEMENT_NAME - Static variable in interface org.databene.formats.xml.compare.XMLComparisonModel
 
ELEMENT_NAMESPACE - Static variable in interface org.databene.formats.xml.compare.XMLComparisonModel
 
ELEMENT_TEXT - Static variable in interface org.databene.formats.xml.compare.XMLComparisonModel
 
elementName - Variable in class org.databene.formats.xml.AbstractXMLElementParser
 
encoding - Variable in class org.databene.formats.csv.CSVSource
 
END - Static variable in interface org.databene.formats.html.parser.HTMLTokenizer
 
END_TAG - Static variable in interface org.databene.formats.html.parser.HTMLTokenizer
 
entrySet() - Method in class org.databene.formats.xml.ParseContext
 
entrySet() - Method in class org.databene.formats.xml.tree.XMLElement
 
EOF - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
EOF - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
equal(Object, Object) - Method in interface org.databene.formats.compare.ComparisonModel
 
equal(Object, Object) - Method in class org.databene.formats.xml.compare.DefaultXMLComparisonModel
 
equalNodes(Node, Node) - Method in class org.databene.formats.xml.compare.DefaultXMLComparisonModel
 
equals(Object) - Method in class org.databene.formats.compare.DiffDetail
 
equals(Object) - Method in class org.databene.formats.compare.KeyExpression
 
equals(Object) - Method in class org.databene.formats.compare.LocalDiffType
 
equals(Object) - Method in class org.databene.formats.fixedwidth.FixedWidthColumnDescriptor
 
equals(Object) - Method in class org.databene.formats.regex.CharRange
 
equals(Object) - Method in class org.databene.formats.regex.Choice
 
equals(Object) - Method in class org.databene.formats.regex.CustomCharClass
 
equals(Object) - Method in class org.databene.formats.regex.Factor
 
equals(Object) - Method in class org.databene.formats.regex.Group
 
equals(Object) - Method in class org.databene.formats.regex.Quantifier
 
equals(Object) - Method in class org.databene.formats.regex.RegexChar
 
equals(Object) - Method in class org.databene.formats.regex.RegexString
 
equals(Object) - Method in class org.databene.formats.regex.Sequence
 
equals(Object) - Method in class org.databene.formats.regex.SimpleCharSet
 
equals(Object) - Method in class org.databene.formats.script.freemarker.FreeMarkerScript
 
equals(Object) - Method in class org.databene.formats.token.Token
 
equals(Object) - Method in exception org.databene.formats.xml.tree.DocumentSyntaxError
 
escape(String) - Static method in class org.databene.formats.html.util.HTMLUtil
 
ESCAPEDCHARACTER - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
ESCAPEDCHARACTER - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
evaluate(Context) - Method in class org.databene.formats.script.AbstractScript
 
evaluate(Context) - Method in class org.databene.formats.script.jsr223.Jsr223Script
 
evaluate(Context) - Method in interface org.databene.formats.script.Script
 
evaluate(String, Context) - Static method in class org.databene.formats.script.ScriptUtil
 
EXCL - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
EXCL - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
excludeAttributes(Element, String...) - Method in class org.databene.formats.xml.AbstractXMLElementParser
 
excludedelements() - Method in class org.databene.formats.regex.antlr.RegexParser
 
excludedelements_return() - Constructor for class org.databene.formats.regex.antlr.RegexParser.excludedelements_return
 
execute(Context, Writer) - Method in class org.databene.formats.script.AbstractScript
 
execute(Context, Writer) - Method in class org.databene.formats.script.ConstantScript
 
execute(Context, Writer) - Method in class org.databene.formats.script.freemarker.FreeMarkerScript
 
execute(Context, Writer) - Method in class org.databene.formats.script.jsr223.Jsr223Script
 
execute(Context, Writer) - Method in interface org.databene.formats.script.Script
 
execute(Script, Context) - Static method in class org.databene.formats.script.ScriptUtil
 
expected - Variable in class org.databene.formats.compare.DiffDetail
 
expectNextElements(DataIterator<?>, T...) - Static method in class org.databene.formats.util.DataIteratorTestCase
 
expectUnavailable(DataIterator<?>) - Static method in class org.databene.formats.util.DataIteratorTestCase
 
expression() - Method in class org.databene.formats.regex.antlr.RegexParser
 
expression_return() - Constructor for class org.databene.formats.regex.antlr.RegexParser.expression_return
 

F

FACTOR - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
FACTOR - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
factor() - Method in class org.databene.formats.regex.antlr.RegexParser
 
Factor - Class in org.databene.formats.regex
Represents a regular expression part composed of a SubPattern and a Quantifier.
Factor(RegexPart) - Constructor for class org.databene.formats.regex.Factor
 
Factor(RegexPart, int, Integer) - Constructor for class org.databene.formats.regex.Factor
 
Factor(RegexPart, Quantifier) - Constructor for class org.databene.formats.regex.Factor
 
factor_return() - Constructor for class org.databene.formats.regex.antlr.RegexParser.factor_return
 
factory - Variable in class org.databene.formats.xml.ParseContext
 
file - Variable in class org.databene.formats.html.FileAnchor
 
FileAnchor - Class in org.databene.formats.html
Anchor implementation which relates to a File and provides the resolution of relative paths.
FileAnchor(File, String) - Constructor for class org.databene.formats.html.FileAnchor
 
FileAnchor(File, String, String) - Constructor for class org.databene.formats.html.FileAnchor
 
filter - Variable in class org.databene.formats.util.FilteringDataIterator
 
FilteringDataIterator<E> - Class in org.databene.formats.util
DataIterator proxy which applies a Filter to the data provides by its source.
FilteringDataIterator(DataIterator<E>, Filter<E>) - Constructor for class org.databene.formats.util.FilteringDataIterator
 
FilteringHTMLTokenizer - Class in org.databene.formats.html.parser
HTMLTokenizer proxy that returns only the tokens that match a Filter.
FilteringHTMLTokenizer(HTMLTokenizer, Filter<HTMLTokenizer>) - Constructor for class org.databene.formats.html.parser.FilteringHTMLTokenizer
 
FixedWidthBeanIterator<E> - Class in org.databene.formats.fixedwidth
Iterates fixed-width column files.
FixedWidthBeanIterator(String, String, Class<E>, String) - Constructor for class org.databene.formats.fixedwidth.FixedWidthBeanIterator
 
FixedWidthBeanIterator(String, String, Class<E>, String, String) - Constructor for class org.databene.formats.fixedwidth.FixedWidthBeanIterator
 
FixedWidthColumnDescriptor - Class in org.databene.formats.fixedwidth
Describes a column of a flat file.
FixedWidthColumnDescriptor(int, Alignment) - Constructor for class org.databene.formats.fixedwidth.FixedWidthColumnDescriptor
 
FixedWidthColumnDescriptor(String, int, Alignment) - Constructor for class org.databene.formats.fixedwidth.FixedWidthColumnDescriptor
 
FixedWidthColumnDescriptor(int, Alignment, char) - Constructor for class org.databene.formats.fixedwidth.FixedWidthColumnDescriptor
 
FixedWidthColumnDescriptor(String, int, Alignment, char) - Constructor for class org.databene.formats.fixedwidth.FixedWidthColumnDescriptor
 
FixedWidthColumnDescriptor(Format, int, Alignment, char) - Constructor for class org.databene.formats.fixedwidth.FixedWidthColumnDescriptor
 
FixedWidthColumnDescriptor(String, Format, String) - Constructor for class org.databene.formats.fixedwidth.FixedWidthColumnDescriptor
 
FixedWidthColumnDescriptor(String, Format, String, int, Alignment, char) - Constructor for class org.databene.formats.fixedwidth.FixedWidthColumnDescriptor
 
FixedWidthLineIterator - Class in org.databene.formats.fixedwidth
Tests the FlatFileLineIterator.
FixedWidthLineIterator(String, PadFormat[]) - Constructor for class org.databene.formats.fixedwidth.FixedWidthLineIterator
 
FixedWidthLineIterator(String, PadFormat[], boolean, String, String) - Constructor for class org.databene.formats.fixedwidth.FixedWidthLineIterator
 
FixedWidthLineIterator(Reader, PadFormat[]) - Constructor for class org.databene.formats.fixedwidth.FixedWidthLineIterator
 
FixedWidthLineIterator(Reader, PadFormat[], boolean, String) - Constructor for class org.databene.formats.fixedwidth.FixedWidthLineIterator
 
FixedWidthLineParser - Class in org.databene.formats.fixedwidth
Parses a line of a flat file.
FixedWidthLineParser(PadFormat[]) - Constructor for class org.databene.formats.fixedwidth.FixedWidthLineParser
 
FixedWidthLineSource - Class in org.databene.formats.fixedwidth
Creates Iterators that iterate through the lines of a flat file and returns each line as array of Strings.
FixedWidthLineSource(String, PadFormat[], boolean, String, String) - Constructor for class org.databene.formats.fixedwidth.FixedWidthLineSource
 
FixedWidthRowTypeDescriptor - Class in org.databene.formats.fixedwidth
Row type support for fixed-width files: formatting, parsing and verification for array- and bean-type data.
FixedWidthRowTypeDescriptor(String, FixedWidthColumnDescriptor[]) - Constructor for class org.databene.formats.fixedwidth.FixedWidthRowTypeDescriptor
 
FixedWidthUtil - Class in org.databene.formats.fixedwidth
Provides utility methods for processing flat files.
FixedWidthUtil() - Constructor for class org.databene.formats.fixedwidth.FixedWidthUtil
 
FOLLOW_31_in_charclass282 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_31_in_expression78 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_32_in_expression84 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_33_in_choice98 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_33_in_synpred4_Regex98 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_34_in_charrange366 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_34_in_singlechar197 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_35_in_group385 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_36_in_group389 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_37_in_quantifier417 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_37_in_quantifier444 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_atom_in_factor150 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_atom_in_factor167 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_atom_in_synpred7_Regex150 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_charclass_in_singlechar203 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_charrange_in_classelement350 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_choice_in_expression82 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_classchar_in_charrange364 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_classchar_in_charrange368 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_classchar_in_classelement345 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_classchar_in_singlechar191 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_classelement_in_excludedelements332 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_classelement_in_includedelements319 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_excludedelements_in_charclass284 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_expression_in_group387 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_factor_in_sequence125 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_factor_in_sequence127 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_factor_in_sequence142 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_factor_in_synpred6_Regex125 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_factor_in_synpred6_Regex127 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_group_in_atom180 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_includedelements_in_charclass278 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_includedelements_in_synpred18_Regex278 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_INT_in_quantifier415 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_INT_in_quantifier421 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_INT_in_quantifier442 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_INT_in_quantifier461 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_LBRACE_in_quantifier411 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_LBRACE_in_quantifier440 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_LBRACE_in_quantifier459 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_LBRACKET_in_charclass276 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_PREDEFINEDCLASS_in_classelement355 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_PREDEFINEDCLASS_in_singlechar208 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_quantifier_in_factor152 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_quantifier_in_synpred7_Regex152 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_RBRACE_in_quantifier423 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_RBRACE_in_quantifier446 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_RBRACE_in_quantifier463 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_RBRACKET_in_charclass288 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_sequence_in_choice100 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_sequence_in_choice116 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_sequence_in_choice95 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_sequence_in_synpred4_Regex100 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_sequence_in_synpred4_Regex95 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_set_in_classchar0 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_SIMPLEQUANTIFIER_in_quantifier406 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
FOLLOW_singlechar_in_atom175 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
Font - Class in org.databene.formats.html.model
Represents an HTML font element.
Font(String) - Constructor for class org.databene.formats.html.model.Font
 
Font(HtmlComponent) - Constructor for class org.databene.formats.html.model.Font
 
font(String) - Static method in class org.databene.formats.html.model.HtmlFactory
 
font(HtmlComponent) - Static method in class org.databene.formats.html.model.HtmlFactory
 
format(Object) - Method in class org.databene.formats.fixedwidth.FixedWidthColumnDescriptor
 
format(Object, StringBuffer, FieldPosition) - Method in class org.databene.formats.style.StyledFormat
 
format(double, StringBuffer, FieldPosition) - Method in class org.databene.formats.text.AbbreviatedNumberFormat
 
format(long, StringBuffer, FieldPosition) - Method in class org.databene.formats.text.AbbreviatedNumberFormat
 
format(long) - Method in class org.databene.formats.text.KiloFormatter
 
formatArray(Object...) - Method in class org.databene.formats.fixedwidth.FixedWidthRowTypeDescriptor
 
formatBean(Object) - Method in class org.databene.formats.fixedwidth.FixedWidthRowTypeDescriptor
 
formatComponents() - Method in class org.databene.formats.html.model.HtmlElement
 
formatEndTag() - Method in class org.databene.formats.html.model.HtmlElement
 
formatFixed(double, StringBuffer, FieldPosition) - Method in class org.databene.formats.text.AbbreviatedNumberFormat
 
formatHeaderWithLineFeed(char, String...) - Static method in class org.databene.formats.csv.CSVUtil
 
formatLines(String...) - Static method in class org.databene.formats.dot.DotUtil
 
formatStartTag() - Method in class org.databene.formats.html.model.HtmlElement
 
formatter - Variable in class org.databene.formats.compare.DiffDetail
 
FreeMarkerScript - Class in org.databene.formats.script.freemarker
Script implementation that uses the FreeMarker engine.
FreeMarkerScript(String, Configuration) - Constructor for class org.databene.formats.script.freemarker.FreeMarkerScript
 
FreeMarkerScript(Template) - Constructor for class org.databene.formats.script.freemarker.FreeMarkerScript
 
FreeMarkerScriptFactory - Class in org.databene.formats.script.freemarker
FreeMarkerScriptFactory() - Constructor for class org.databene.formats.script.freemarker.FreeMarkerScriptFactory
 
FreeMarkerScriptFactory(Locale) - Constructor for class org.databene.formats.script.freemarker.FreeMarkerScriptFactory
 

G

genericDiff(Object, Object, String, DiffDetailType, String, String) - Method in class org.databene.formats.compare.DiffFactory
 
get(String) - Method in class org.databene.formats.xml.ParseContext
 
getActual() - Method in class org.databene.formats.compare.AggregateDiff
 
getActual() - Method in class org.databene.formats.compare.DiffDetail
 
getAlignment() - Method in class org.databene.formats.style.StyledDateFormat
 
getAlignment() - Method in class org.databene.formats.style.StyledFormat
 
getAlignment() - Method in class org.databene.formats.style.StyledNumberFormat
 
getAllInstances() - Static method in class org.databene.formats.html.HtmlEntity
 
getAlternatives() - Method in class org.databene.formats.regex.Choice
Returns the alternative patterns
getArrowHead() - Method in class org.databene.formats.dot.DotEdge
 
getArrowTail() - Method in class org.databene.formats.dot.DotEdge
 
getAtom() - Method in class org.databene.formats.regex.Factor
Returns the atom.
getAttribute(String) - Method in class org.databene.formats.xml.tree.XMLElement
 
getAttributes() - Method in class org.databene.formats.xsd.ComplexType
 
getBackgroundColor(Object, boolean) - Method in class org.databene.formats.style.StyledDateFormat
 
getBackgroundColor(Object, boolean) - Method in class org.databene.formats.style.StyledFormat
 
getBackgroundColor(Object, boolean) - Method in class org.databene.formats.style.StyledNumberFormat
 
getChar() - Method in class org.databene.formats.regex.RegexChar
 
getCharSet() - Method in class org.databene.formats.regex.CharRange
 
getCharSet() - Method in class org.databene.formats.regex.CustomCharClass
 
getCharSet() - Method in class org.databene.formats.regex.RegexChar
 
getCharSet() - Method in class org.databene.formats.regex.RegexCharClass
 
getCharSet() - Method in class org.databene.formats.regex.SimpleCharSet
 
getChildren() - Method in class org.databene.formats.xml.tree.XMLContainerNode
 
getColumnCount(Sheet) - Static method in class org.databene.formats.xls.XLSUtil
 
getColumnDescriptors() - Method in class org.databene.formats.fixedwidth.FixedWidthRowTypeDescriptor
 
getComparisonSettings() - Method in class org.databene.formats.compare.AggregateDiff
 
getComplexType(String) - Method in class org.databene.formats.xsd.Schema
 
getData() - Method in class org.databene.formats.DataContainer
 
getDefaultScriptEngine() - Static method in class org.databene.formats.script.ScriptUtil
 
getDescription() - Method in enum org.databene.formats.xml.tree.XMLTokenType
 
getDetail(int) - Method in class org.databene.formats.compare.AggregateDiff
 
getDetailCount() - Method in class org.databene.formats.compare.AggregateDiff
 
getDetails() - Method in class org.databene.formats.compare.AggregateDiff
 
getDiffs() - Method in class org.databene.formats.compare.ArrayComparisonResult
 
getDocumentation() - Method in class org.databene.formats.xsd.SchemaElement
 
getEdgeArrowHead() - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
getEdgeArrowHead(Object) - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
getEdgeArrowHead() - Method in class org.databene.formats.dot.DefaultDotGraphModel
 
getEdgeArrowHead(Object) - Method in class org.databene.formats.dot.DefaultDotGraphModel
 
getEdgeArrowHead() - Method in class org.databene.formats.dot.DotGraph
 
getEdgeArrowHead() - Method in interface org.databene.formats.dot.DotGraphModel
 
getEdgeArrowHead(Object) - Method in interface org.databene.formats.dot.DotGraphModel
 
getEdgeArrowTail() - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
getEdgeArrowTail(Object) - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
getEdgeArrowTail() - Method in class org.databene.formats.dot.DefaultDotGraphModel
 
getEdgeArrowTail(Object) - Method in class org.databene.formats.dot.DefaultDotGraphModel
 
getEdgeArrowTail() - Method in class org.databene.formats.dot.DotGraph
 
getEdgeArrowTail() - Method in interface org.databene.formats.dot.DotGraphModel
 
getEdgeArrowTail(Object) - Method in interface org.databene.formats.dot.DotGraphModel
 
getEdgeCountOfNode(Object) - Method in class org.databene.formats.dot.DefaultDotGraphModel
 
getEdgeCountOfNode(Object) - Method in interface org.databene.formats.dot.DotGraphModel
 
getEdgeHeadLabel(Object) - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
getEdgeHeadLabel(Object) - Method in class org.databene.formats.dot.DefaultDotGraphModel
 
getEdgeHeadLabel(Object) - Method in interface org.databene.formats.dot.DotGraphModel
 
getEdgeOfNode(Object, int) - Method in class org.databene.formats.dot.DefaultDotGraphModel
 
getEdgeOfNode(Object, int) - Method in interface org.databene.formats.dot.DotGraphModel
 
getEdges() - Method in class org.databene.formats.dot.DotNode
 
getEdgeStyle() - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
getEdgeStyle(Object) - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
getEdgeStyle() - Method in class org.databene.formats.dot.DefaultDotGraphModel
 
getEdgeStyle(Object) - Method in class org.databene.formats.dot.DefaultDotGraphModel
 
getEdgeStyle() - Method in class org.databene.formats.dot.DotGraph
 
getEdgeStyle() - Method in interface org.databene.formats.dot.DotGraphModel
 
getEdgeStyle(Object) - Method in interface org.databene.formats.dot.DotGraphModel
 
getEdgeTailLabel(Object) - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
getEdgeTailLabel(Object) - Method in class org.databene.formats.dot.DefaultDotGraphModel
 
getEdgeTailLabel(Object) - Method in interface org.databene.formats.dot.DotGraphModel
 
getEmptyMarker() - Method in class org.databene.formats.xls.XLSLineIterator
 
getEndOffset() - Method in interface org.databene.formats.token.TextFragment
 
getEndOffset() - Method in class org.databene.formats.token.Token
 
getEndOffset() - Method in exception org.databene.formats.xml.tree.DocumentSyntaxError
 
getEndOffset() - Method in class org.databene.formats.xml.tree.XMLNode
 
getEntity(String, int) - Static method in class org.databene.formats.html.HtmlEntity
 
getExpected() - Method in class org.databene.formats.compare.AggregateDiff
 
getExpected() - Method in class org.databene.formats.compare.DiffDetail
 
getExpression() - Method in class org.databene.formats.compare.KeyExpression
 
getFactors() - Method in class org.databene.formats.regex.Sequence
 
getFeatureComponentType(Class<?>, String) - Static method in class org.databene.formats.xls.XLSJavaBeanIterator
 
getFillColor() - Method in class org.databene.formats.dot.DotNode
 
getFooterScript() - Method in class org.databene.formats.script.ScriptedDocumentWriter
 
getForegroundColor(Object, boolean) - Method in class org.databene.formats.style.StyledDateFormat
 
getForegroundColor(Object, boolean) - Method in class org.databene.formats.style.StyledFormat
 
getForegroundColor(Object, boolean) - Method in class org.databene.formats.style.StyledNumberFormat
 
getFormat() - Method in class org.databene.formats.fixedwidth.FixedWidthColumnDescriptor
 
getFormatter() - Method in class org.databene.formats.compare.DiffDetail
 
getFrom() - Method in class org.databene.formats.dot.DotEdge
 
getGrammarFileName() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
getGrammarFileName() - Method in class org.databene.formats.regex.antlr.RegexParser
 
getHeaders() - Method in class org.databene.formats.xls.XLSLineIterator
 
getHeaderScript() - Method in class org.databene.formats.script.ScriptedDocumentWriter
 
getHeadLabel() - Method in class org.databene.formats.dot.DotEdge
 
getKeyExpressions() - Method in interface org.databene.formats.compare.ComparisonModel
 
getKeyExpressions() - Method in class org.databene.formats.xml.compare.DefaultXMLComparisonModel
 
getLineSeparator() - Method in class org.databene.formats.text.LFNormalizingStringBuilder
 
getLocator() - Method in class org.databene.formats.compare.KeyExpression
 
getLocator() - Method in class org.databene.formats.compare.LocalDiffType
 
getLocatorOfActual() - Method in class org.databene.formats.compare.DiffDetail
 
getLocatorOfExpected() - Method in class org.databene.formats.compare.DiffDetail
 
getMax() - Method in class org.databene.formats.regex.Quantifier
Returns the maximum quantity.
getMaxCardinality() - Method in class org.databene.formats.xsd.ComplexMember
 
getMaxLength() - Method in class org.databene.formats.xsd.PlainComplexType
 
getMember() - Method in class org.databene.formats.xsd.Schema
 
getMembers() - Method in class org.databene.formats.xsd.CompositeComplexType
 
getMin() - Method in class org.databene.formats.regex.Quantifier
Returns the minimum quantity.
getMinCardinality() - Method in class org.databene.formats.xsd.ComplexMember
 
getMinLength() - Method in class org.databene.formats.xsd.PlainComplexType
 
getModel() - Method in class org.databene.formats.compare.ComparisonSettings
 
getModel() - Method in class org.databene.formats.xml.compare.XMLComparisonSettings
 
getName() - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
getName() - Method in class org.databene.formats.dot.DefaultDotGraphModel
 
getName() - Method in class org.databene.formats.dot.DotGraph
 
getName() - Method in interface org.databene.formats.dot.DotGraphModel
 
getName() - Method in class org.databene.formats.dot.DotNode
 
getName() - Method in class org.databene.formats.fixedwidth.FixedWidthColumnDescriptor
 
getName() - Method in class org.databene.formats.fixedwidth.FixedWidthRowTypeDescriptor
 
getName() - Method in class org.databene.formats.html.util.HTMLTokenFilter
 
getName() - Method in class org.databene.formats.script.ScriptVariable
 
getName() - Method in class org.databene.formats.xls.PropFormat
 
getName() - Method in class org.databene.formats.xml.tree.XMLContainerNode
 
getName() - Method in class org.databene.formats.xsd.NamedSchemaElement
 
getName() - Method in class org.databene.formats.xsd.Schema
 
getNode(int) - Method in class org.databene.formats.dot.DefaultDotGraphModel
 
getNode(int) - Method in interface org.databene.formats.dot.DotGraphModel
 
getNodeCount() - Method in class org.databene.formats.dot.DefaultDotGraphModel
 
getNodeCount() - Method in interface org.databene.formats.dot.DotGraphModel
 
getNodeFillColor() - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
getNodeFillColor(Object) - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
getNodeFillColor() - Method in class org.databene.formats.dot.DefaultDotGraphModel
 
getNodeFillColor(Object) - Method in class org.databene.formats.dot.DefaultDotGraphModel
 
getNodeFillColor() - Method in class org.databene.formats.dot.DotGraph
 
getNodeFillColor() - Method in interface org.databene.formats.dot.DotGraphModel
 
getNodeFillColor(Object) - Method in interface org.databene.formats.dot.DotGraphModel
 
getNodeFontSize() - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
getNodeFontSize() - Method in class org.databene.formats.dot.DefaultDotGraphModel
 
getNodeFontSize() - Method in class org.databene.formats.dot.DotGraph
 
getNodeFontSize() - Method in interface org.databene.formats.dot.DotGraphModel
 
getNodeId(Object) - Method in class org.databene.formats.dot.DefaultDotGraphModel
 
getNodeId(Object) - Method in interface org.databene.formats.dot.DotGraphModel
 
getNodeLabel(Object) - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
getNodeLabel(Object) - Method in class org.databene.formats.dot.DefaultDotGraphModel
 
getNodeLabel(Object) - Method in interface org.databene.formats.dot.DotGraphModel
 
getNodes() - Method in class org.databene.formats.dot.DotGraph
 
getNodeSegments(Object) - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
getNodeSegments(Object) - Method in class org.databene.formats.dot.DefaultDotGraphModel
 
getNodeSegments(Object) - Method in interface org.databene.formats.dot.DotGraphModel
 
getNodeShape() - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
getNodeShape() - Method in class org.databene.formats.dot.DefaultDotGraphModel
 
getNodeShape() - Method in class org.databene.formats.dot.DotGraph
 
getNodeShape() - Method in interface org.databene.formats.dot.DotGraphModel
 
getNodeStyle() - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
getNodeStyle(Object) - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
getNodeStyle() - Method in class org.databene.formats.dot.DefaultDotGraphModel
 
getNodeStyle(Object) - Method in class org.databene.formats.dot.DefaultDotGraphModel
 
getNodeStyle() - Method in class org.databene.formats.dot.DotGraph
 
getNodeStyle() - Method in interface org.databene.formats.dot.DotGraphModel
 
getNodeStyle(Object) - Method in interface org.databene.formats.dot.DotGraphModel
 
getNullMarker() - Method in class org.databene.formats.xls.XLSLineIterator
 
getObjectClassifier() - Method in class org.databene.formats.compare.DiffDetail
 
getOptionalAttribute(String, Element) - Method in class org.databene.formats.xml.AbstractXMLElementParser
 
getParser(Element, E[]) - Method in class org.databene.formats.xml.XMLElementParserFactory
 
getPattern() - Method in class org.databene.formats.xls.PropFormat
 
getQuantifier() - Method in class org.databene.formats.regex.Factor
Returns the represented quantifier.
getRankDir() - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
getRankDir() - Method in class org.databene.formats.dot.DefaultDotGraphModel
 
getRankDir() - Method in class org.databene.formats.dot.DotGraph
 
getRankDir() - Method in interface org.databene.formats.dot.DotGraphModel
 
getRegex() - Method in class org.databene.formats.regex.Group
Returns the sub expression.
getRequiredAttribute(String, Element) - Method in class org.databene.formats.xml.AbstractXMLElementParser
 
getRowFormat(String) - Method in class org.databene.formats.fixedwidth.MultiTypeBeanFixedWidthWriter
 
getSegments() - Method in class org.databene.formats.dot.DotNode
 
getSeparator() - Method in class org.databene.formats.csv.CSVCellIterator
 
getSourceContainer() - Method in class org.databene.formats.util.DataIteratorAdapter
 
getSourceType() - Method in class org.databene.formats.script.ScriptConverterForObjects
 
getStartOffset() - Method in interface org.databene.formats.token.TextFragment
 
getStartOffset() - Method in class org.databene.formats.token.Token
 
getStartOffset() - Method in exception org.databene.formats.xml.tree.DocumentSyntaxError
 
getStartOffset() - Method in class org.databene.formats.xml.tree.XMLNode
 
getString() - Method in class org.databene.formats.regex.RegexString
 
getStyle() - Method in class org.databene.formats.dot.DotEdge
 
getStyle() - Method in class org.databene.formats.dot.DotNode
 
getTagName() - Method in class org.databene.formats.html.model.HtmlElement
 
getTailLabel() - Method in class org.databene.formats.dot.DotEdge
 
getTargetNodeOfEdge(Object, Object) - Method in class org.databene.formats.dot.DefaultDotGraphModel
 
getTargetNodeOfEdge(Object, Object) - Method in interface org.databene.formats.dot.DotGraphModel
 
getTargetType() - Method in class org.databene.formats.script.ScriptConverterForObjects
 
getText() - Method in class org.databene.formats.html.model.TextComponent
 
getTo() - Method in class org.databene.formats.dot.DotEdge
 
getTokenNames() - Method in class org.databene.formats.regex.antlr.RegexParser
 
getTokenType() - Method in class org.databene.formats.html.util.HTMLTokenFilter
 
getToleratedDiffs() - Method in class org.databene.formats.compare.ComparisonSettings
 
getTree() - Method in class org.databene.formats.regex.antlr.RegexParser.atom_return
 
getTree() - Method in class org.databene.formats.regex.antlr.RegexParser.charclass_return
 
getTree() - Method in class org.databene.formats.regex.antlr.RegexParser.charrange_return
 
getTree() - Method in class org.databene.formats.regex.antlr.RegexParser.choice_return
 
getTree() - Method in class org.databene.formats.regex.antlr.RegexParser.classchar_return
 
getTree() - Method in class org.databene.formats.regex.antlr.RegexParser.classelement_return
 
getTree() - Method in class org.databene.formats.regex.antlr.RegexParser.excludedelements_return
 
getTree() - Method in class org.databene.formats.regex.antlr.RegexParser.expression_return
 
getTree() - Method in class org.databene.formats.regex.antlr.RegexParser.factor_return
 
getTree() - Method in class org.databene.formats.regex.antlr.RegexParser.group_return
 
getTree() - Method in class org.databene.formats.regex.antlr.RegexParser.includedelements_return
 
getTree() - Method in class org.databene.formats.regex.antlr.RegexParser.quantifier_return
 
getTree() - Method in class org.databene.formats.regex.antlr.RegexParser.sequence_return
 
getTree() - Method in class org.databene.formats.regex.antlr.RegexParser.singlechar_return
 
getTreeAdaptor() - Method in class org.databene.formats.regex.antlr.RegexParser
 
getType() - Method in class org.databene.formats.compare.DiffDetail
 
getType() - Method in class org.databene.formats.compare.LocalDiffType
 
getType() - Method in class org.databene.formats.csv.ConvertingCSVParser
 
getType() - Method in class org.databene.formats.csv.CSVCellIterator
 
getType() - Method in class org.databene.formats.csv.CSVLineIterator
 
getType() - Method in class org.databene.formats.csv.CSVSingleColumIterator
 
getType() - Method in class org.databene.formats.csv.CSVSource
 
getType() - Method in class org.databene.formats.csv.CSVToJavaBeanMapper
 
getType() - Method in interface org.databene.formats.DataIterator
Returns the type of the iterated elements.
getType() - Method in interface org.databene.formats.DataSource
Returns the type of the iterated objects.
getType() - Method in class org.databene.formats.fixedwidth.FixedWidthBeanIterator
 
getType() - Method in class org.databene.formats.fixedwidth.FixedWidthLineIterator
 
getType() - Method in class org.databene.formats.token.Token
 
getType() - Method in class org.databene.formats.util.AbstractDataIterator
 
getType() - Method in class org.databene.formats.util.AbstractDataSource
 
getType() - Method in class org.databene.formats.util.ConvertingDataIterator
 
getType() - Method in class org.databene.formats.util.ConvertingDataSource
 
getType() - Method in class org.databene.formats.util.DataIteratorFromJavaIterator
 
getType() - Method in class org.databene.formats.util.DataIteratorProxy
 
getType() - Method in class org.databene.formats.util.ListDataIterator
 
getType() - Method in class org.databene.formats.util.OrthogonalArrayIterator
 
getType() - Method in class org.databene.formats.xls.XLSLineIterator
 
getType() - Method in class org.databene.formats.xls.XLSSource
 
getType() - Method in class org.databene.formats.xsd.ComplexMember
 
getUri() - Method in class org.databene.formats.csv.CSVCellIterator
 
getValue() - Method in class org.databene.formats.script.ScriptVariable
 
getWidth() - Method in class org.databene.formats.fixedwidth.FixedWidthColumnDescriptor
 
GROUP - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
GROUP - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
group() - Method in class org.databene.formats.regex.antlr.RegexParser
 
Group - Class in org.databene.formats.regex
Represents a group in a regular expression, e.g.
Group(RegexPart) - Constructor for class org.databene.formats.regex.Group
Constructor that takes a sub expression
group_return() - Constructor for class org.databene.formats.regex.antlr.RegexParser.group_return
 

H

H1 - Class in org.databene.formats.html.model
Represents an HTML <h1>.
H1(String) - Constructor for class org.databene.formats.html.model.H1
 
handle(String[]) - Method in interface org.databene.formats.csv.CSVLineHandler
 
hashCode() - Method in class org.databene.formats.compare.DiffDetail
 
hashCode() - Method in class org.databene.formats.compare.KeyExpression
 
hashCode() - Method in class org.databene.formats.compare.LocalDiffType
 
hashCode() - Method in class org.databene.formats.fixedwidth.FixedWidthColumnDescriptor
 
hashCode() - Method in class org.databene.formats.regex.CharRange
 
hashCode() - Method in class org.databene.formats.regex.Choice
 
hashCode() - Method in class org.databene.formats.regex.CustomCharClass
 
hashCode() - Method in class org.databene.formats.regex.Factor
 
hashCode() - Method in class org.databene.formats.regex.Group
 
hashCode() - Method in class org.databene.formats.regex.Quantifier
 
hashCode() - Method in class org.databene.formats.regex.RegexChar
 
hashCode() - Method in class org.databene.formats.regex.RegexString
 
hashCode() - Method in class org.databene.formats.regex.Sequence
 
hashCode() - Method in class org.databene.formats.regex.SimpleCharSet
 
hashCode() - Method in class org.databene.formats.script.freemarker.FreeMarkerScript
 
hashCode() - Method in class org.databene.formats.token.Token
 
hashCode() - Method in exception org.databene.formats.xml.tree.DocumentSyntaxError
 
hasInclusions() - Method in class org.databene.formats.regex.CustomCharClass
 
hasNext() - Method in class org.databene.formats.util.JavaIteratorFromDataIterator
 
hasSuffixIgnoreCase(String, String) - Static method in class org.databene.formats.util.DataFileUtil
 
Head - Class in org.databene.formats.html.model
Represents an HTML <head>.
Head() - Constructor for class org.databene.formats.html.model.Head
 
HEXCHAR - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
HEXCHAR - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
hexColorCode(Color) - Static method in class org.databene.formats.html.util.HTMLUtil
 
HEXDIGIT - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
HEXDIGIT - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
href - Variable in class org.databene.formats.html.StringAnchor
 
Html - Class in org.databene.formats.html.model
Represents the <html> content of an HTML document.
Html(HtmlComponent...) - Constructor for class org.databene.formats.html.model.Html
 
HTML2XML - Class in org.databene.formats.html
Provides utility methods for converting HTML to XML.
HTML2XML() - Constructor for class org.databene.formats.html.HTML2XML
 
htmlCode - Variable in class org.databene.formats.html.HtmlEntity
 
HtmlComponent - Class in org.databene.formats.html.model
Parent class for HTML component classes.
HtmlComponent() - Constructor for class org.databene.formats.html.model.HtmlComponent
 
HtmlElement<E extends HtmlElement<?>> - Class in org.databene.formats.html.model
Parent class for HTML element classes.
HtmlElement(String, boolean) - Constructor for class org.databene.formats.html.model.HtmlElement
 
HtmlEntity - Class in org.databene.formats.html
Entity enumeration.
HtmlEntity(String, int) - Constructor for class org.databene.formats.html.HtmlEntity
 
HtmlFactory - Class in org.databene.formats.html.model
Creates common HTML elements in utility methods.
HTMLLinkExtractorDemo - Class in org.databene.formats.demo
This class demonstrates how to use the HTMLTokenizer for extracting all link targets of a web page.
HTMLLinkExtractorDemo() - Constructor for class org.databene.formats.demo.HTMLLinkExtractorDemo
 
HTMLTextExtractorDemo - Class in org.databene.formats.demo
This class demonstrates how to use the HTML2XML utility and the XSLTTransformer for extracting data from a web page.
HTMLTextExtractorDemo() - Constructor for class org.databene.formats.demo.HTMLTextExtractorDemo
 
HTMLTokenFilter - Class in org.databene.formats.html.util
Filter that accepts HTML tokens by type and name.
HTMLTokenFilter(int, String) - Constructor for class org.databene.formats.html.util.HTMLTokenFilter
 
HTMLTokenizer - Interface in org.databene.formats.html.parser
Abstraction of an HTML tokenizer.
HTMLUtil - Class in org.databene.formats.html.util
Provides utility methods for HTML processing.
HTMLUtil() - Constructor for class org.databene.formats.html.util.HTMLUtil
 

I

identical() - Method in class org.databene.formats.compare.ArrayComparisonResult
 
ignoreEmptyLines - Variable in class org.databene.formats.csv.CSVSource
 
INCL - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
INCL - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
includedelements() - Method in class org.databene.formats.regex.antlr.RegexParser
 
includedelements_return() - Constructor for class org.databene.formats.regex.antlr.RegexParser.includedelements_return
 
init(Document, Document) - Method in class org.databene.formats.xml.compare.DefaultXMLComparisonModel
 
init(Document, Document) - Method in interface org.databene.formats.xml.compare.XMLComparisonModel
 
initialValue() - Method in class org.databene.formats.util.ThreadLocalDataContainer
 
inline - Variable in class org.databene.formats.html.model.HtmlElement
 
INT - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
INT - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
isBinaryExcelDocument(String) - Static method in class org.databene.formats.util.DataFileUtil
 
isCdataRelevant() - Method in class org.databene.formats.xml.compare.AbstractXMLComparisonModel
 
isCdataRelevant() - Method in interface org.databene.formats.xml.compare.XMLComparisonModel
 
isCdataRelevant() - Method in class org.databene.formats.xml.compare.XMLComparisonSettings
Tells if CDATA is relevant
isCommentRelevant() - Method in class org.databene.formats.xml.compare.AbstractXMLComparisonModel
 
isCommentRelevant() - Method in interface org.databene.formats.xml.compare.XMLComparisonModel
 
isCommentRelevant() - Method in class org.databene.formats.xml.compare.XMLComparisonSettings
Tells if comments are relevant
isCsvDocument(String) - Static method in class org.databene.formats.util.DataFileUtil
 
isDbUnitDocument(String) - Static method in class org.databene.formats.util.DataFileUtil
 
isDirected() - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
isDirected() - Method in class org.databene.formats.dot.DefaultDotGraphModel
 
isDirected() - Method in class org.databene.formats.dot.DotGraph
 
isDirected() - Method in interface org.databene.formats.dot.DotGraphModel
Tells if the graph is directed
isElementToken() - Method in enum org.databene.formats.xml.tree.XMLTokenType
 
isEmpty() - Method in class org.databene.formats.compare.AggregateDiff
 
isEmpty(Row) - Static method in class org.databene.formats.xls.XLSUtil
 
isEmpty(Cell) - Static method in class org.databene.formats.xls.XLSUtil
 
isEmptyTag(String) - Static method in class org.databene.formats.html.util.HTMLUtil
 
isEncodingRelevant() - Method in class org.databene.formats.xml.compare.XMLComparisonSettings
 
isExcelDocument(String) - Static method in class org.databene.formats.util.DataFileUtil
 
isExcelOrCsvDocument(String) - Static method in class org.databene.formats.util.DataFileUtil
 
isExcluded(Object) - Method in class org.databene.formats.xml.compare.ComparisonContext
 
isFixedColumnWidthFile(String) - Static method in class org.databene.formats.util.DataFileUtil
 
isFormatted() - Method in class org.databene.formats.xls.XLSLineIterator
 
isInline() - Method in class org.databene.formats.html.model.HtmlElement
 
isNamespaceRelevant() - Method in class org.databene.formats.xml.compare.AbstractXMLComparisonModel
 
isNamespaceRelevant() - Method in interface org.databene.formats.xml.compare.XMLComparisonModel
 
isNamespaceRelevant() - Method in class org.databene.formats.xml.compare.XMLComparisonSettings
Tells if namespaces are relevant
isNodeVertical(Object) - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
isNodeVertical(Object) - Method in class org.databene.formats.dot.DefaultDotGraphModel
 
isNodeVertical(Object) - Method in interface org.databene.formats.dot.DotGraphModel
 
isPlainTextDocument(String) - Static method in class org.databene.formats.util.DataFileUtil
 
isProcessingInstructionRelevant() - Method in class org.databene.formats.xml.compare.AbstractXMLComparisonModel
 
isProcessingInstructionRelevant() - Method in interface org.databene.formats.xml.compare.XMLComparisonModel
 
isProcessingInstructionRelevant() - Method in class org.databene.formats.xml.compare.XMLComparisonSettings
Tells if processing instructions are relevant
isScript(String) - Static method in class org.databene.formats.script.ScriptUtil
 
isTolerated(DiffDetailType, Object, Object) - Method in class org.databene.formats.xml.compare.ComparisonContext
 
isTolerated(DiffDetailType, String) - Method in class org.databene.formats.xml.compare.ComparisonContext
 
isVertical() - Method in class org.databene.formats.dot.DotNode
 
isWhitespaceRelevant() - Method in class org.databene.formats.xml.compare.AbstractXMLComparisonModel
 
isWhitespaceRelevant() - Method in interface org.databene.formats.xml.compare.XMLComparisonModel
 
isWhitespaceRelevant() - Method in class org.databene.formats.xml.compare.XMLComparisonSettings
Tells if whitespace is relevant
isXmlDocument(String) - Static method in class org.databene.formats.util.DataFileUtil
 
isXmlExcelDocument(String) - Static method in class org.databene.formats.util.DataFileUtil
 
iterator() - Method in class org.databene.formats.csv.CSVCellSource
 
iterator() - Method in class org.databene.formats.csv.CSVSource
 
iterator() - Method in interface org.databene.formats.DataSource
Creates a DataIterator for iterating the available data items.
iterator() - Method in class org.databene.formats.fixedwidth.FixedWidthLineSource
 
iterator() - Method in class org.databene.formats.util.ConvertingDataSource
 
iterator() - Method in class org.databene.formats.util.DataSourceFromIterable
 
iterator() - Method in class org.databene.formats.util.DataSourceProxy
 
iterator() - Method in class org.databene.formats.util.JavaIterableFromDataSource
 
iterator() - Method in class org.databene.formats.util.OffsetDataSource
 
iterator() - Method in class org.databene.formats.xls.XLSLineSource
 
iterator() - Method in class org.databene.formats.xls.XLSSource
 

J

JavaIterableFromDataSource<E> - Class in org.databene.formats.util
Wraps a DataSource with a Java Iterable.
JavaIterableFromDataSource(DataSource<E>) - Constructor for class org.databene.formats.util.JavaIterableFromDataSource
 
JavaIteratorFromDataIterator<E> - Class in org.databene.formats.util
Adapter class that provides Java-SDK-style Iterator access to a DataIterator.
JavaIteratorFromDataIterator(DataIterator<E>) - Constructor for class org.databene.formats.util.JavaIteratorFromDataIterator
 
Jsr223Script - Class in org.databene.formats.script.jsr223
Provides Script functionality based on JSR 227: Scripting for the Java platform.
Jsr223Script(String, ScriptEngine) - Constructor for class org.databene.formats.script.jsr223.Jsr223Script
 
Jsr223ScriptFactory - Class in org.databene.formats.script.jsr223
Creates Jsr223Scripts.
Jsr223ScriptFactory(ScriptEngine) - Constructor for class org.databene.formats.script.jsr223.Jsr223ScriptFactory
 

K

KeyExpression - Class in org.databene.formats.compare
Provides a key definition for an object based on a KeyExpression.locator expression for the related object and a KeyExpression to derive a key from the object.
KeyExpression(String, String) - Constructor for class org.databene.formats.compare.KeyExpression
 
keySet() - Method in class org.databene.formats.xml.ParseContext
 
KiloFormatter - Class in org.databene.formats.text
Renders a numerical value applying quantitative Symbols like 5 K for 5000.
KiloFormatter(int) - Constructor for class org.databene.formats.text.KiloFormatter
 
KiloFormatter(int, Locale) - Constructor for class org.databene.formats.text.KiloFormatter
 

L

label - Variable in class org.databene.formats.html.Anchor
 
lastTtype() - Method in class org.databene.formats.csv.CSVTokenizer
 
lastType - Variable in class org.databene.formats.csv.CSVTokenizer
 
LBRACE - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
LBRACE - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
LBRACKET - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
LBRACKET - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
LETTER - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
LETTER - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
level - Variable in class org.databene.formats.script.ScriptDescriptor
 
LFNormalizingStringBuilder - Class in org.databene.formats.text
Behaves like a StringBuilder, but normalizes all inserted line separators to a default.
LFNormalizingStringBuilder(String) - Constructor for class org.databene.formats.text.LFNormalizingStringBuilder
 
line - Variable in class org.databene.formats.csv.CSVTokenizer
 
lineCount() - Method in class org.databene.formats.csv.CSVLineIterator
 
lineCount() - Method in class org.databene.formats.fixedwidth.FixedWidthLineIterator
Returns the number of lines iterated so far.
Link - Class in org.databene.formats.html.model
Represents an HTML <link>.
Link() - Constructor for class org.databene.formats.html.model.Link
 
List - Class in org.databene.formats.html.model
Parent class for HTML lists.
List(String) - Constructor for class org.databene.formats.html.model.List
 
ListDataIterator<E> - Class in org.databene.formats.util
List-based implementation of the DataIterator interface.
ListDataIterator(Class<E>, E...) - Constructor for class org.databene.formats.util.ListDataIterator
 
ListDataIterator(Class<E>, List<E>) - Constructor for class org.databene.formats.util.ListDataIterator
 
ListItem - Class in org.databene.formats.html.model
Represents an HTML list item (<li>).
ListItem(HtmlComponent) - Constructor for class org.databene.formats.html.model.ListItem
 
load(File, Consumer<E>) - Method in class org.databene.formats.xls.XLSBeanPersistor
 
load(InputStream) - Method in class org.databene.formats.xml.compare.XMLComparisonSettingsSerializer
 
LocalDiffType - Class in org.databene.formats.compare
Assigns a DiffType with a locator for special comparison configurations.
LocalDiffType(DiffDetailType, String) - Constructor for class org.databene.formats.compare.LocalDiffType
 
locatorOfActual - Variable in class org.databene.formats.compare.DiffDetail
 
locatorOfExpected - Variable in class org.databene.formats.compare.DiffDetail
 
logger - Variable in class org.databene.formats.xls.XLSBeanPersistor
 
logger - Variable in class org.databene.formats.xml.AbstractXMLElementParser
 

M

main(String[]) - Static method in class org.databene.formats.demo.CSVFilterDemo
 
main(String[]) - Static method in class org.databene.formats.demo.HTMLLinkExtractorDemo
 
main(String[]) - Static method in class org.databene.formats.demo.HTMLTextExtractorDemo
 
main(String[]) - Static method in class org.databene.formats.demo.TextFilterDemo
 
mALPHANUM() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
maxLength() - Method in class org.databene.formats.regex.Choice
 
maxLength() - Method in class org.databene.formats.regex.Factor
 
maxLength() - Method in class org.databene.formats.regex.Group
 
maxLength() - Method in class org.databene.formats.regex.RegexChar
 
maxLength() - Method in class org.databene.formats.regex.RegexCharClass
 
maxLength() - Method in interface org.databene.formats.regex.RegexPart
 
maxLength() - Method in class org.databene.formats.regex.RegexString
 
maxLength() - Method in class org.databene.formats.regex.Sequence
 
mCHOICE() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mCLASS() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mCODEDCHAR() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mDIGIT() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mESCAPEDCHARACTER() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mEXCL() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mFACTOR() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mGROUP() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mHEXCHAR() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mHEXDIGIT() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mINCL() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
minLength() - Method in class org.databene.formats.regex.Choice
 
minLength() - Method in class org.databene.formats.regex.Factor
 
minLength() - Method in class org.databene.formats.regex.Group
 
minLength() - Method in class org.databene.formats.regex.RegexChar
 
minLength() - Method in class org.databene.formats.regex.RegexCharClass
 
minLength() - Method in interface org.databene.formats.regex.RegexPart
 
minLength() - Method in class org.databene.formats.regex.RegexString
 
minLength() - Method in class org.databene.formats.regex.Sequence
 
mINT() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mismatch(IntStream, int, BitSet) - Method in class org.databene.formats.regex.antlr.RegexParser
 
missing(Object, String, String) - Method in class org.databene.formats.compare.DiffFactory
 
mLBRACE() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mLBRACKET() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mLETTER() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mNONTYPEABLECHARACTER() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mOCTALCHAR() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mOCTALDIGIT() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
model - Variable in class org.databene.formats.compare.ComparisonSettings
 
move(int) - Method in class org.databene.formats.token.Token
 
moved(Object, String, String, String) - Method in class org.databene.formats.compare.DiffFactory
 
mPREDEFINEDCLASS() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mQUANT() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mRANGE() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mRBRACE() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mRBRACKET() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mSEQUENCE() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mSIMPLEQUANTIFIER() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mSPECIALCHARACTER() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mT__31() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mT__32() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mT__33() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mT__34() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mT__35() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mT__36() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mT__37() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
mTokens() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
MultiTypeArrayFixedWidthWriter - Class in org.databene.formats.fixedwidth
Writes data arrays to fixed-width files supporting different row types and formats.
MultiTypeArrayFixedWidthWriter(Writer) - Constructor for class org.databene.formats.fixedwidth.MultiTypeArrayFixedWidthWriter
 
MultiTypeArrayFixedWidthWriter(Writer, List<FixedWidthRowTypeDescriptor>) - Constructor for class org.databene.formats.fixedwidth.MultiTypeArrayFixedWidthWriter
 
MultiTypeBeanFixedWidthWriter - Class in org.databene.formats.fixedwidth
Writes JavaBean properties (graphs) to a file with fixed-width columns.
MultiTypeBeanFixedWidthWriter(Writer) - Constructor for class org.databene.formats.fixedwidth.MultiTypeBeanFixedWidthWriter
 
MultiTypeBeanFixedWidthWriter(Writer, List<FixedWidthRowTypeDescriptor>) - Constructor for class org.databene.formats.fixedwidth.MultiTypeBeanFixedWidthWriter
 

N

name() - Method in class org.databene.formats.html.parser.DefaultHTMLTokenizer
 
name() - Method in class org.databene.formats.html.parser.FilteringHTMLTokenizer
 
name() - Method in interface org.databene.formats.html.parser.HTMLTokenizer
 
name - Variable in class org.databene.formats.xsd.NamedSchemaElement
 
NamedSchemaElement - Class in org.databene.formats.xsd
Parent class for SchemaElements that carry a name (attribute).
NamedSchemaElement(String) - Constructor for class org.databene.formats.xsd.NamedSchemaElement
 
NameNormalizer - Class in org.databene.formats.text
Normalizes names in capitalization and spacing.
NameNormalizer() - Constructor for class org.databene.formats.text.NameNormalizer
 
namespaceRelevant - Variable in class org.databene.formats.xml.compare.AbstractXMLComparisonModel
 
NBSP - Static variable in class org.databene.formats.html.HtmlEntity
 
newCell(String) - Method in class org.databene.formats.html.model.TableRow
 
newCell(HtmlComponent...) - Method in class org.databene.formats.html.model.TableRow
 
newDirectedGraph(String) - Static method in class org.databene.formats.dot.DotGraph
 
newEdgeTo(DotNode) - Method in class org.databene.formats.dot.DotNode
 
newNode(String) - Method in class org.databene.formats.dot.DotGraph
 
newRow() - Method in class org.databene.formats.html.model.Table
 
newRow() - Method in class org.databene.formats.html.model.TableBody
 
newRow() - Method in class org.databene.formats.html.model.TableFoot
 
newRow() - Method in class org.databene.formats.html.model.TableHead
 
newTableBody() - Method in class org.databene.formats.html.model.Table
 
newTableFoot() - Method in class org.databene.formats.html.model.Table
 
newTableHead() - Method in class org.databene.formats.html.model.Table
 
next(DataContainer<E>) - Method in class org.databene.formats.csv.ConvertingCSVParser
 
next(DataContainer<String>) - Method in class org.databene.formats.csv.CSVCellIterator
 
next(DataContainer<String[]>) - Method in class org.databene.formats.csv.CSVLineIterator
Parses a CSV row into an array of Strings
next(DataContainer<String>) - Method in class org.databene.formats.csv.CSVSingleColumIterator
 
next(DataContainer<E>) - Method in class org.databene.formats.csv.CSVToJavaBeanMapper
 
next() - Method in class org.databene.formats.csv.CSVTokenizer
Returns the next token.
next(DataContainer<E>) - Method in interface org.databene.formats.DataIterator
Returns the container with the next data element if available, otherwise null.
next(DataContainer<E>) - Method in class org.databene.formats.fixedwidth.FixedWidthBeanIterator
 
next(DataContainer<String[]>) - Method in class org.databene.formats.fixedwidth.FixedWidthLineIterator
Parses a CSV row into an array of Strings
next() - Method in interface org.databene.formats.token.TokenIterator
 
next(DataContainer<T>) - Method in class org.databene.formats.util.ConvertingDataIterator
 
next(DataContainer<E>) - Method in class org.databene.formats.util.CyclicDataIterator
 
next(DataContainer<E>) - Method in class org.databene.formats.util.DataIteratorFromJavaIterator
 
next(DataContainer<E>) - Method in class org.databene.formats.util.DataIteratorProxy
 
next(DataContainer<E>) - Method in class org.databene.formats.util.FilteringDataIterator
 
next() - Method in class org.databene.formats.util.JavaIteratorFromDataIterator
 
next(DataContainer<E>) - Method in class org.databene.formats.util.ListDataIterator
 
next(DataContainer<E[]>) - Method in class org.databene.formats.util.OrthogonalArrayIterator
 
next(DataContainer<Object[]>) - Method in class org.databene.formats.xls.XLSLineIterator
 
NextHelper(DataIterator<?>) - Constructor for class org.databene.formats.util.DataIteratorTestCase.NextHelper
 
nextNotNullData(DataIterator<T>) - Static method in class org.databene.formats.util.DataUtil
 
nextOfSource() - Method in class org.databene.formats.util.DataIteratorAdapter
 
nextRaw(DataContainer<String[]>) - Method in class org.databene.formats.csv.CSVToJavaBeanMapper
 
nextToken() - Method in class org.databene.formats.html.parser.DefaultHTMLTokenizer
 
nextToken() - Method in class org.databene.formats.html.parser.FilteringHTMLTokenizer
 
nextToken() - Method in interface org.databene.formats.html.parser.HTMLTokenizer
 
nextToken() - Method in class org.databene.formats.regex.antlr.RegexLexer
 
NodeShape - Enum in org.databene.formats.dot
Enumerates Dot node shapes.
NodeStyle - Enum in org.databene.formats.dot
Represents a Dot node style.
NONTYPEABLECHARACTER - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
NONTYPEABLECHARACTER - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
normalizeColor(String) - Static method in class org.databene.formats.dot.DotUtil
 
normalizeId(String) - Static method in class org.databene.formats.dot.DotUtil
 
NormalizeSpaceConverter - Class in org.databene.formats.text
Converter that normalizes white space on strings.
NormalizeSpaceConverter() - Constructor for class org.databene.formats.text.NormalizeSpaceConverter
 

O

objectClassifier - Variable in class org.databene.formats.compare.DiffDetail
 
OCTALCHAR - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
OCTALCHAR - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
OCTALDIGIT - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
OCTALDIGIT - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
offset - Variable in class org.databene.formats.util.OffsetDataSource
 
OffsetDataIterator<E> - Class in org.databene.formats.util
Forwards the data of another DataIterator, swallowing the first elements provided by its DataIteratorProxy.next(DataContainer) method.
OffsetDataIterator(DataIterator<E>, int) - Constructor for class org.databene.formats.util.OffsetDataIterator
 
OffsetDataSource<E> - Class in org.databene.formats.util
DataSource proxy which provides a subset of the source's data defined by an offset.
OffsetDataSource(DataSource<E>, int) - Constructor for class org.databene.formats.util.OffsetDataSource
 
openBrowser(String) - Static method in class org.databene.formats.html.util.HTMLUtil
 
optionalAttributes - Variable in class org.databene.formats.xml.AbstractXMLElementParser
 
OrderedList - Class in org.databene.formats.html.model
Represents an ordered HTML list (<ol>).
OrderedList() - Constructor for class org.databene.formats.html.model.OrderedList
 
org.databene.formats - package org.databene.formats
 
org.databene.formats.compare - package org.databene.formats.compare
 
org.databene.formats.csv - package org.databene.formats.csv
 
org.databene.formats.demo - package org.databene.formats.demo
 
org.databene.formats.dot - package org.databene.formats.dot
 
org.databene.formats.fixedwidth - package org.databene.formats.fixedwidth
 
org.databene.formats.html - package org.databene.formats.html
 
org.databene.formats.html.model - package org.databene.formats.html.model
 
org.databene.formats.html.parser - package org.databene.formats.html.parser
 
org.databene.formats.html.util - package org.databene.formats.html.util
 
org.databene.formats.properties - package org.databene.formats.properties
 
org.databene.formats.regex - package org.databene.formats.regex
 
org.databene.formats.regex.antlr - package org.databene.formats.regex.antlr
 
org.databene.formats.script - package org.databene.formats.script
 
org.databene.formats.script.freemarker - package org.databene.formats.script.freemarker
 
org.databene.formats.script.jsr223 - package org.databene.formats.script.jsr223
 
org.databene.formats.style - package org.databene.formats.style
 
org.databene.formats.text - package org.databene.formats.text
 
org.databene.formats.token - package org.databene.formats.token
 
org.databene.formats.util - package org.databene.formats.util
 
org.databene.formats.xls - package org.databene.formats.xls
 
org.databene.formats.xml - package org.databene.formats.xml
 
org.databene.formats.xml.compare - package org.databene.formats.xml.compare
 
org.databene.formats.xml.tree - package org.databene.formats.xml.tree
 
org.databene.formats.xsd - package org.databene.formats.xsd
 
org.databene.formats.xslt - package org.databene.formats.xslt
 
OrthogonalArrayIterator<E> - Class in org.databene.formats.util
Uses a DataIterator which provides data rows and forwards its data in form of columns.
OrthogonalArrayIterator(DataIterator<E[]>) - Constructor for class org.databene.formats.util.OrthogonalArrayIterator
 

P

parent(E[]) - Method in class org.databene.formats.xml.AbstractXMLElementParser
 
parse(String, Converter<String[], T>) - Static method in class org.databene.formats.csv.ConvertingCSVParser
 
parse(String, Converter<String[], T>, List<T>) - Static method in class org.databene.formats.csv.ConvertingCSVParser
 
parse(String) - Method in class org.databene.formats.fixedwidth.FixedWidthColumnDescriptor
 
parse(String) - Method in class org.databene.formats.fixedwidth.FixedWidthLineParser
 
parse(String, ParsePosition) - Method in class org.databene.formats.text.AbbreviatedNumberFormat
 
parse(Element, E[], ParseContext<E>) - Method in class org.databene.formats.xml.AbstractXMLElementParser
 
parse(XMLTokenIterator) - Method in class org.databene.formats.xml.tree.XMLParser
 
parse(Element, E[], ParseContext<E>) - Method in interface org.databene.formats.xml.XMLElementParser
 
parse(Document) - Method in class org.databene.formats.xsd.SchemaParser
 
parseAll(String, String, boolean, Class<T>) - Static method in class org.databene.formats.xls.XLSJavaBeanIterator
 
parseArrayColumnsSpec(String, String, String, Locale) - Static method in class org.databene.formats.fixedwidth.FixedWidthUtil
 
parseAsArray(String) - Method in class org.databene.formats.fixedwidth.FixedWidthRowTypeDescriptor
 
parseAsBean(String, Class<T>) - Method in class org.databene.formats.fixedwidth.FixedWidthRowTypeDescriptor
 
parseBeanColumnsSpec(String, String, String, Locale) - Static method in class org.databene.formats.fixedwidth.FixedWidthUtil
 
parseCGIParameters(String) - Static method in class org.databene.formats.html.util.HTMLUtil
 
parseChildElement(Element, E[]) - Method in class org.databene.formats.xml.ParseContext
 
parseChildElementsOf(Element, E[]) - Method in class org.databene.formats.xml.ParseContext
 
parseColumnFormat(String, String, Locale) - Static method in class org.databene.formats.fixedwidth.FixedWidthUtil
 
ParseContext<E> - Class in org.databene.formats.xml
Provides context informations and operations for XML parsing.
ParseContext(Class<E>) - Constructor for class org.databene.formats.xml.ParseContext
 
ParseContext(Class<E>, XMLElementParserFactory<E>) - Constructor for class org.databene.formats.xml.ParseContext
 
parseCSVRow(String) - Static method in class org.databene.formats.csv.CSVUtil
 
parseElement(Element, E[]) - Method in class org.databene.formats.xml.ParseContext
 
parseHeader(String, char, String) - Static method in class org.databene.formats.csv.CSVUtil
 
parseHtmlAsXml(String, boolean) - Static method in class org.databene.formats.html.HTML2XML
 
parseHtmlTextAsXml(String, boolean) - Static method in class org.databene.formats.html.HTML2XML
 
parseObject(String, ParsePosition) - Method in class org.databene.formats.style.StyledFormat
 
parseOptionalBoolean(String, Element) - Method in class org.databene.formats.xml.AbstractXMLElementParser
 
parseOptionalInteger(String, Element) - Method in class org.databene.formats.xml.AbstractXMLElementParser
 
parseOptionalLong(String, Element) - Method in class org.databene.formats.xml.AbstractXMLElementParser
 
parseOptionalName(Element) - Method in class org.databene.formats.xml.AbstractXMLElementParser
 
parseRegex(String) - Method in class org.databene.formats.regex.RegexParser
 
parseRequiredName(Element) - Method in class org.databene.formats.xml.AbstractXMLElementParser
 
parseRows(String, char) - Static method in class org.databene.formats.csv.CSVUtil
 
parseRows(String, char, String) - Static method in class org.databene.formats.csv.CSVUtil
 
parsers - Variable in class org.databene.formats.xml.XMLElementParserFactory
 
parseScriptText(String) - Static method in class org.databene.formats.script.ScriptUtil
 
parseScriptText(String, boolean) - Static method in class org.databene.formats.script.ScriptUtil
 
parseScriptText(String, String) - Static method in class org.databene.formats.script.ScriptUtil
 
parseSingleChar(String) - Method in class org.databene.formats.regex.RegexParser
 
parseText(String) - Method in class org.databene.formats.script.freemarker.FreeMarkerScriptFactory
 
parseText(String) - Method in class org.databene.formats.script.jsr223.Jsr223ScriptFactory
 
parseText(String, String) - Static method in class org.databene.formats.script.jsr223.Jsr223ScriptFactory
 
parseText(String) - Method in interface org.databene.formats.script.ScriptFactory
 
parseUnspecificText(String) - Static method in class org.databene.formats.script.ScriptUtil
 
pathComponentType - Variable in class org.databene.formats.xml.ParseContext
 
peekNext() - Method in interface org.databene.formats.token.TokenIterator
 
peekNextType() - Method in interface org.databene.formats.xml.tree.XMLTokenIterator
 
persist(DotGraphModel, OutputStream) - Static method in class org.databene.formats.dot.DotWriter
 
persist(DotGraphModel, OutputStream, String) - Static method in class org.databene.formats.dot.DotWriter
 
persist(T, String) - Static method in class org.databene.formats.properties.BeanPropertiesFileWriter
 
PlainComplexType - Class in org.databene.formats.xsd
Represents a plain ComplexType of an XML schema.
PlainComplexType(String) - Constructor for class org.databene.formats.xsd.PlainComplexType
 
PREDEFINEDCLASS - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
PREDEFINEDCLASS - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
printContent(String) - Method in class org.databene.formats.xsd.Attribute
 
printContent(String) - Method in class org.databene.formats.xsd.ComplexMember
 
printContent(String) - Method in class org.databene.formats.xsd.ComplexType
 
printContent(String) - Method in class org.databene.formats.xsd.CompositeComplexType
 
printContent(String) - Method in class org.databene.formats.xsd.PlainComplexType
 
printContent() - Method in class org.databene.formats.xsd.Schema
 
printContent(String) - Method in class org.databene.formats.xsd.SimpleType
 
process(String, char, String, boolean, CSVLineHandler) - Static method in class org.databene.formats.csv.CSVLineIterator
 
PROCESSING_INSTRUCTION - Static variable in interface org.databene.formats.html.parser.HTMLTokenizer
 
PROCESSING_INSTRUCTION - Static variable in interface org.databene.formats.xml.compare.XMLComparisonModel
 
processingInstructionRelevant - Variable in class org.databene.formats.xml.compare.AbstractXMLComparisonModel
 
PropFormat - Class in org.databene.formats.xls
Describes how to format a bean property.
PropFormat(String) - Constructor for class org.databene.formats.xls.PropFormat
 

Q

QUANT - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
QUANT - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
quantifier() - Method in class org.databene.formats.regex.antlr.RegexParser
 
Quantifier - Class in org.databene.formats.regex
Represents a quantifier of a regular expression, e.g. '{1,3}'.
Quantifier(int, Integer) - Constructor for class org.databene.formats.regex.Quantifier
Complete constructor that takes values for all attributes
quantifier_return() - Constructor for class org.databene.formats.regex.antlr.RegexParser.quantifier_return
 

R

RANGE - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
RANGE - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
RankDir - Enum in org.databene.formats.dot
Enumerates Dot rankdirs.
RBRACE - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
RBRACE - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
RBRACKET - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
RBRACKET - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
readFile(String) - Method in class org.databene.formats.script.freemarker.FreeMarkerScriptFactory
 
readFile(String) - Method in class org.databene.formats.script.jsr223.Jsr223ScriptFactory
 
readFile(String) - Method in interface org.databene.formats.script.ScriptFactory
 
readFile(String) - Static method in class org.databene.formats.script.ScriptUtil
 
readUntil(String) - Method in class org.databene.formats.html.parser.DefaultHTMLTokenizer
 
readUntil(String, boolean) - Method in class org.databene.formats.html.parser.DefaultHTMLTokenizer
 
readUntil(String, boolean, boolean) - Method in class org.databene.formats.html.parser.DefaultHTMLTokenizer
 
recoverFromMismatchedSet(IntStream, RecognitionException, BitSet) - Method in class org.databene.formats.regex.antlr.RegexParser
 
RegexChar - Class in org.databene.formats.regex
Represents a constant character as part of a regular expression.
RegexChar(char) - Constructor for class org.databene.formats.regex.RegexChar
 
RegexCharClass - Class in org.databene.formats.regex
Parent class for classes that represent a single character in a regular expression.
RegexCharClass() - Constructor for class org.databene.formats.regex.RegexCharClass
 
RegexLexer - Class in org.databene.formats.regex.antlr
 
RegexLexer() - Constructor for class org.databene.formats.regex.antlr.RegexLexer
 
RegexLexer(CharStream) - Constructor for class org.databene.formats.regex.antlr.RegexLexer
 
RegexLexer(CharStream, RecognizerSharedState) - Constructor for class org.databene.formats.regex.antlr.RegexLexer
 
RegexParser - Class in org.databene.formats.regex.antlr
 
RegexParser(TokenStream) - Constructor for class org.databene.formats.regex.antlr.RegexParser
 
RegexParser(TokenStream, RecognizerSharedState) - Constructor for class org.databene.formats.regex.antlr.RegexParser
 
RegexParser - Class in org.databene.formats.regex
Parses a regular expression into an object model.
RegexParser() - Constructor for class org.databene.formats.regex.RegexParser
 
RegexParser(Locale) - Constructor for class org.databene.formats.regex.RegexParser
 
RegexParser.atom_return - Class in org.databene.formats.regex.antlr
 
RegexParser.charclass_return - Class in org.databene.formats.regex.antlr
 
RegexParser.charrange_return - Class in org.databene.formats.regex.antlr
 
RegexParser.choice_return - Class in org.databene.formats.regex.antlr
 
RegexParser.classchar_return - Class in org.databene.formats.regex.antlr
 
RegexParser.classelement_return - Class in org.databene.formats.regex.antlr
 
RegexParser.excludedelements_return - Class in org.databene.formats.regex.antlr
 
RegexParser.expression_return - Class in org.databene.formats.regex.antlr
 
RegexParser.factor_return - Class in org.databene.formats.regex.antlr
 
RegexParser.group_return - Class in org.databene.formats.regex.antlr
 
RegexParser.includedelements_return - Class in org.databene.formats.regex.antlr
 
RegexParser.quantifier_return - Class in org.databene.formats.regex.antlr
 
RegexParser.sequence_return - Class in org.databene.formats.regex.antlr
 
RegexParser.singlechar_return - Class in org.databene.formats.regex.antlr
 
RegexPart - Interface in org.databene.formats.regex
Parent interface for all classes that represent parts of a regular expression.
RegexString - Class in org.databene.formats.regex
Represents a constant string which is part of a regular expression.
RegexString(String) - Constructor for class org.databene.formats.regex.RegexString
 
relativeLinkFrom(File) - Method in class org.databene.formats.html.FileAnchor
 
remove() - Method in class org.databene.formats.csv.CSVCellIterator
 
remove() - Method in class org.databene.formats.util.JavaIteratorFromDataIterator
 
remove(String) - Method in class org.databene.formats.xml.ParseContext
 
renderCell(String, char) - Static method in class org.databene.formats.csv.CSVUtil
 
renderNamePrefix() - Method in class org.databene.formats.xsd.NamedSchemaElement
 
renderShortDocumentation() - Method in class org.databene.formats.xsd.SchemaElement
 
requiredAttributes - Variable in class org.databene.formats.xml.AbstractXMLElementParser
 
reset() - Method in class org.databene.formats.util.CyclicDataIterator
 
resolveCellValue(Cell) - Static method in class org.databene.formats.xls.XLSUtil
 
resolveCellValue(Cell, String, String, Converter<String, ?>) - Static method in class org.databene.formats.xls.XLSUtil
 
resolveCellValueAsString(Cell) - Static method in class org.databene.formats.xls.XLSUtil
Resolves a formula or a normal cell and formats the result as it would be displayed in Excel.
resolveCellValueAsString(Cell, String, String, Converter<String, ?>) - Static method in class org.databene.formats.xls.XLSUtil
Resolves a formula or a normal cell and formats the result as it would be displayed in Excel

S

save(E) - Method in class org.databene.formats.xls.BeanXLSWriter
 
save(File, String, Iterator<E>) - Method in class org.databene.formats.xls.XLSBeanPersistor
 
save(XMLComparisonSettings, OutputStream) - Method in class org.databene.formats.xml.compare.XMLComparisonSettingsSerializer
 
Schema - Class in org.databene.formats.xsd
Represents an XML schema.
Schema() - Constructor for class org.databene.formats.xsd.Schema
 
SchemaElement - Class in org.databene.formats.xsd
Parent class of all components that are part of an XML schema.
SchemaElement() - Constructor for class org.databene.formats.xsd.SchemaElement
 
SchemaParser - Class in org.databene.formats.xsd
Parses XML schemas and provides an representation by a Schema obejct.
SchemaParser() - Constructor for class org.databene.formats.xsd.SchemaParser
 
SCRIPT - Static variable in interface org.databene.formats.html.parser.HTMLTokenizer
 
Script - Interface in org.databene.formats.script
Abstraction of a Script.
ScriptConverterForObjects - Class in org.databene.formats.script
Converter can recognize and resolve script expressions in String values, forwarding values of other Java type 'as is'.
ScriptConverterForObjects(Context) - Constructor for class org.databene.formats.script.ScriptConverterForObjects
 
ScriptConverterForStrings - Class in org.databene.formats.script
Converter can recognize and resolve script expressions in strings.
ScriptConverterForStrings(Context) - Constructor for class org.databene.formats.script.ScriptConverterForStrings
 
ScriptDescriptor - Class in org.databene.formats.script
Describes a script.
ScriptDescriptor(String) - Constructor for class org.databene.formats.script.ScriptDescriptor
 
ScriptedDocumentWriter<E> - Class in org.databene.formats.script
A DocumentWriter that uses Scripts for rendering head, body parts and footer.
ScriptedDocumentWriter(Writer, String, String, String) - Constructor for class org.databene.formats.script.ScriptedDocumentWriter
 
ScriptedDocumentWriter(Writer, Script, Script, Script) - Constructor for class org.databene.formats.script.ScriptedDocumentWriter
 
scriptEngine - Variable in class org.databene.formats.script.ScriptDescriptor
 
ScriptException - Exception in org.databene.formats.script
Indicates the failure of a Script execution.
ScriptException() - Constructor for exception org.databene.formats.script.ScriptException
 
ScriptException(String) - Constructor for exception org.databene.formats.script.ScriptException
 
ScriptException(String, Throwable) - Constructor for exception org.databene.formats.script.ScriptException
 
ScriptException(Throwable) - Constructor for exception org.databene.formats.script.ScriptException
 
ScriptFactory - Interface in org.databene.formats.script
Factory class for Script objects.
ScriptLevel - Enum in org.databene.formats.script
Describes if a text is a script text or plain text.
ScriptUtil - Class in org.databene.formats.script
Utility class for scripting.
ScriptUtil() - Constructor for class org.databene.formats.script.ScriptUtil
 
ScriptVariable - Class in org.databene.formats.script
Name-value-pair that represents a variable in a Script.
ScriptVariable(String, Object) - Constructor for class org.databene.formats.script.ScriptVariable
 
segmentsToLabel(Collection<?>, boolean) - Static method in class org.databene.formats.dot.DotUtil
 
separator - Variable in class org.databene.formats.csv.CSVSource
 
SEQUENCE - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
SEQUENCE - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
sequence() - Method in class org.databene.formats.regex.antlr.RegexParser
 
Sequence - Class in org.databene.formats.regex
Represents a sequence of regular expression factors.
Sequence(RegexPart...) - Constructor for class org.databene.formats.regex.Sequence
 
sequence_return() - Constructor for class org.databene.formats.regex.antlr.RegexParser.sequence_return
 
set(String, Object) - Method in class org.databene.formats.xml.ParseContext
 
setAttribute(String, String) - Method in class org.databene.formats.xml.tree.XMLElement
 
setCdataRelevant(boolean) - Method in class org.databene.formats.xml.compare.AbstractXMLComparisonModel
 
setCdataRelevant(boolean) - Method in interface org.databene.formats.xml.compare.XMLComparisonModel
 
setCdataRelevant(boolean) - Method in class org.databene.formats.xml.compare.XMLComparisonSettings
Sets if CDATA is relevant
setCommentRelevant(boolean) - Method in class org.databene.formats.xml.compare.AbstractXMLComparisonModel
 
setCommentRelevant(boolean) - Method in interface org.databene.formats.xml.compare.XMLComparisonModel
 
setCommentRelevant(boolean) - Method in class org.databene.formats.xml.compare.XMLComparisonSettings
Sets if comments are relevant
setComponents(HtmlComponent...) - Method in class org.databene.formats.html.model.HtmlElement
 
setData(E) - Method in class org.databene.formats.DataContainer
 
setDefaultScriptEngine(String) - Static method in class org.databene.formats.script.ScriptUtil
 
setDocumentation(String) - Method in class org.databene.formats.xsd.SchemaElement
 
setEmptyMarker(String) - Method in class org.databene.formats.xls.XLSLineIterator
 
setEncodingRelevant(boolean) - Method in class org.databene.formats.xml.compare.XMLComparisonSettings
 
setEndOffset(int) - Method in class org.databene.formats.xml.tree.XMLNode
 
setFooterScript(Script) - Method in class org.databene.formats.script.ScriptedDocumentWriter
 
setFormatted(boolean) - Method in class org.databene.formats.xls.XLSLineIterator
 
setHeaders(String[]) - Method in class org.databene.formats.csv.CSVLineIterator
 
setHeaders(String[]) - Method in class org.databene.formats.xls.XLSLineIterator
 
setHeaderScript(Script) - Method in class org.databene.formats.script.ScriptedDocumentWriter
 
setMaxCardinality(Integer) - Method in class org.databene.formats.xsd.ComplexMember
 
setMaxLength(Integer) - Method in class org.databene.formats.xsd.PlainComplexType
 
setMember(ComplexMember) - Method in class org.databene.formats.xsd.Schema
 
setMinCardinality(Integer) - Method in class org.databene.formats.xsd.ComplexMember
 
setMinLength(Integer) - Method in class org.databene.formats.xsd.PlainComplexType
 
setModel(XMLComparisonModel) - Method in class org.databene.formats.xml.compare.XMLComparisonSettings
 
setName(String) - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
setName(String) - Method in class org.databene.formats.fixedwidth.FixedWidthColumnDescriptor
 
setNamespaceRelevant(boolean) - Method in class org.databene.formats.xml.compare.AbstractXMLComparisonModel
 
setNamespaceRelevant(boolean) - Method in interface org.databene.formats.xml.compare.XMLComparisonModel
 
setNamespaceRelevant(boolean) - Method in class org.databene.formats.xml.compare.XMLComparisonSettings
Sets if namespaces are relevant
setNullMarker(String) - Method in class org.databene.formats.xls.XLSLineIterator
 
setProcessingInstructionRelevant(boolean) - Method in class org.databene.formats.xml.compare.AbstractXMLComparisonModel
 
setProcessingInstructionRelevant(boolean) - Method in interface org.databene.formats.xml.compare.XMLComparisonModel
 
setProcessingInstructionRelevant(boolean) - Method in class org.databene.formats.xml.compare.XMLComparisonSettings
Sets if processing instructions are relevant
setTreeAdaptor(TreeAdaptor) - Method in class org.databene.formats.regex.antlr.RegexParser
 
setType(ComplexType) - Method in class org.databene.formats.xsd.ComplexMember
 
setUri(String) - Method in class org.databene.formats.csv.CSVCellSource
 
setVariable(String, Object) - Method in class org.databene.formats.script.ConstantScript
 
setVariable(String, Object) - Method in class org.databene.formats.script.ScriptedDocumentWriter
 
setWhitespaceRelevant(boolean) - Method in class org.databene.formats.xml.compare.AbstractXMLComparisonModel
 
setWhitespaceRelevant(boolean) - Method in interface org.databene.formats.xml.compare.XMLComparisonModel
 
setWhitespaceRelevant(boolean) - Method in class org.databene.formats.xml.compare.XMLComparisonSettings
Sets if whitespace is relevant
setWriteHeader(boolean) - Method in class org.databene.formats.script.ScriptedDocumentWriter
 
SimpleCharSet - Class in org.databene.formats.regex
Represents a character from a simple character set.
SimpleCharSet(String, Set<Character>) - Constructor for class org.databene.formats.regex.SimpleCharSet
 
SimpleCharSet(String, CharSet) - Constructor for class org.databene.formats.regex.SimpleCharSet
 
SIMPLEQUANTIFIER - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
SIMPLEQUANTIFIER - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
SimpleType - Class in org.databene.formats.xsd
Represents a simple type in an XML schema.
SimpleType(String) - Constructor for class org.databene.formats.xsd.SimpleType
 
singlechar() - Method in class org.databene.formats.regex.antlr.RegexParser
 
singlechar_return() - Constructor for class org.databene.formats.regex.antlr.RegexParser.singlechar_return
 
skip() - Method in class org.databene.formats.csv.CSVToJavaBeanMapper
 
skipLine() - Method in class org.databene.formats.csv.CSVTokenizer
 
source - Variable in class org.databene.formats.util.DataIteratorAdapter
 
source - Variable in class org.databene.formats.util.DataIteratorFromJavaIterator
 
source - Variable in class org.databene.formats.util.DataSourceAdapter
 
source - Variable in class org.databene.formats.util.DataSourceFromIterable
 
source - Variable in class org.databene.formats.util.JavaIterableFromDataSource
 
Span - Class in org.databene.formats.html.model
Represents an HTML <span>.
Span() - Constructor for class org.databene.formats.html.model.Span
 
SPECIALCHARACTER - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
SPECIALCHARACTER - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
SplitStringConverter - Class in org.databene.formats.text
Splits a String by a separator character Created: 19.06.2007 07:33:03
SplitStringConverter(char) - Constructor for class org.databene.formats.text.SplitStringConverter
 
START_TAG - Static variable in interface org.databene.formats.html.parser.HTMLTokenizer
 
StringAnchor - Class in org.databene.formats.html
Anchor implementation for an arbitrary String-based URL.
StringAnchor(String, String) - Constructor for class org.databene.formats.html.StringAnchor
 
StringAnchor(String, String, String) - Constructor for class org.databene.formats.html.StringAnchor
 
StyledDateFormat - Class in org.databene.formats.style
Provides style information for rendering date objects.
StyledDateFormat() - Constructor for class org.databene.formats.style.StyledDateFormat
 
StyledDateFormat(String, Locale) - Constructor for class org.databene.formats.style.StyledDateFormat
 
StyledDateFormat(DateFormat) - Constructor for class org.databene.formats.style.StyledDateFormat
 
StyledFormat - Class in org.databene.formats.style
Provides style information for rendering data.
StyledFormat(Format) - Constructor for class org.databene.formats.style.StyledFormat
 
StyledNumberFormat - Class in org.databene.formats.style
Provides style information for rendering numbers.
StyledNumberFormat(String, boolean) - Constructor for class org.databene.formats.style.StyledNumberFormat
 
subPath(Object[], int) - Method in interface org.databene.formats.compare.ComparisonModel
 
subPath(Object[], int) - Method in class org.databene.formats.xml.compare.DefaultXMLComparisonModel
 
supportedParentTypes - Variable in class org.databene.formats.xml.AbstractXMLElementParser
 
supports(Element, E[]) - Method in class org.databene.formats.xml.AbstractXMLElementParser
 
supports(Element, E[]) - Method in interface org.databene.formats.xml.XMLElementParser
 
SYMBOLS - Static variable in class org.databene.formats.text.KiloFormatter
 
synpred18_Regex() - Method in class org.databene.formats.regex.antlr.RegexParser
 
synpred18_Regex_fragment() - Method in class org.databene.formats.regex.antlr.RegexParser
 
synpred4_Regex() - Method in class org.databene.formats.regex.antlr.RegexParser
 
synpred4_Regex_fragment() - Method in class org.databene.formats.regex.antlr.RegexParser
 
synpred6_Regex() - Method in class org.databene.formats.regex.antlr.RegexParser
 
synpred6_Regex_fragment() - Method in class org.databene.formats.regex.antlr.RegexParser
 
synpred7_Regex() - Method in class org.databene.formats.regex.antlr.RegexParser
 
synpred7_Regex_fragment() - Method in class org.databene.formats.regex.antlr.RegexParser
 
syntaxError(String, Element) - Static method in class org.databene.formats.xml.AbstractXMLElementParser
 
syntaxWarning(String, Element) - Method in class org.databene.formats.xml.AbstractXMLElementParser
 

T

T__31 - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
T__31 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
T__32 - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
T__32 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
T__33 - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
T__33 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
T__34 - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
T__34 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
T__35 - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
T__35 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
T__36 - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
T__36 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
T__37 - Static variable in class org.databene.formats.regex.antlr.RegexLexer
 
T__37 - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
Table - Class in org.databene.formats.html.model
Represents an HTML table.
Table() - Constructor for class org.databene.formats.html.model.Table
 
TableBody - Class in org.databene.formats.html.model
Represents an HTML table body (<tbody>).
TableBody() - Constructor for class org.databene.formats.html.model.TableBody
 
TableCell - Class in org.databene.formats.html.model
Represents an HTML table cell.
TableCell(String) - Constructor for class org.databene.formats.html.model.TableCell
 
TableCell(HtmlComponent...) - Constructor for class org.databene.formats.html.model.TableCell
 
TableFoot - Class in org.databene.formats.html.model
Represents an HTML table head (<tfoot>).
TableFoot() - Constructor for class org.databene.formats.html.model.TableFoot
 
TableHead - Class in org.databene.formats.html.model
Represents an HTML table head (<thead>).
TableHead() - Constructor for class org.databene.formats.html.model.TableHead
 
TableRow - Class in org.databene.formats.html.model
Represents an HTML table row.
TableRow() - Constructor for class org.databene.formats.html.model.TableRow
 
target - Variable in class org.databene.formats.html.Anchor
 
td(String) - Static method in class org.databene.formats.html.util.HTMLUtil
 
td(String, String) - Static method in class org.databene.formats.html.util.HTMLUtil
 
td(String, String, String) - Static method in class org.databene.formats.html.util.HTMLUtil
 
text() - Method in class org.databene.formats.html.parser.DefaultHTMLTokenizer
 
text() - Method in class org.databene.formats.html.parser.FilteringHTMLTokenizer
 
TEXT - Static variable in interface org.databene.formats.html.parser.HTMLTokenizer
 
text() - Method in interface org.databene.formats.html.parser.HTMLTokenizer
 
text - Variable in class org.databene.formats.script.ScriptDescriptor
 
TEXT - Static variable in interface org.databene.formats.xml.compare.XMLComparisonModel
 
TextComponent - Class in org.databene.formats.html.model
Represents an HTML text component.
TextComponent(String) - Constructor for class org.databene.formats.html.model.TextComponent
 
TextComponent(String, boolean, boolean) - Constructor for class org.databene.formats.html.model.TextComponent
 
TextFilterDemo - Class in org.databene.formats.demo
Parses the lines of a text file and extracts the lines that match a Filter to a target file.
TextFilterDemo() - Constructor for class org.databene.formats.demo.TextFilterDemo
 
TextFragment - Interface in org.databene.formats.token
TODO Document class.
ThreadLocalDataContainer<E> - Class in org.databene.formats.util
Holds a DataContainer for each thread using the ThreadLocal mechanism.
ThreadLocalDataContainer() - Constructor for class org.databene.formats.util.ThreadLocalDataContainer
 
ToHexConverter - Class in org.databene.formats.text
Converter that transforms an object into its hexadecimal representation.
ToHexConverter() - Constructor for class org.databene.formats.text.ToHexConverter
 
ToHexConverter(boolean) - Constructor for class org.databene.formats.text.ToHexConverter
 
ToHexConverter(boolean, String) - Constructor for class org.databene.formats.text.ToHexConverter
 
ToHexConverter(boolean, String, int) - Constructor for class org.databene.formats.text.ToHexConverter
 
Token<E extends Enum<E>> - Class in org.databene.formats.token
TODO Document class.
Token(E, int, int) - Constructor for class org.databene.formats.token.Token
 
TokenIterator<T extends Enum<T>,E extends Token<T>> - Interface in org.databene.formats.token
TODO Document class.
tokenNames - Static variable in class org.databene.formats.regex.antlr.RegexParser
 
tokenType() - Method in class org.databene.formats.html.parser.DefaultHTMLTokenizer
 
tokenType() - Method in class org.databene.formats.html.parser.FilteringHTMLTokenizer
 
tokenType() - Method in interface org.databene.formats.html.parser.HTMLTokenizer
 
tolerateAnyDiffAt(String) - Method in class org.databene.formats.compare.ComparisonSettings
 
tolerateDifferentAt(String) - Method in class org.databene.formats.compare.ComparisonSettings
 
tolerateGenericDiff(DiffDetailType, String) - Method in class org.databene.formats.compare.ComparisonSettings
 
tolerateMissingAt(String) - Method in class org.databene.formats.compare.ComparisonSettings
 
tolerateMovedAt(String) - Method in class org.databene.formats.compare.ComparisonSettings
 
tolerateUnexpectedAt(String) - Method in class org.databene.formats.compare.ComparisonSettings
 
toString() - Method in class org.databene.formats.compare.AggregateDiff
 
toString() - Method in class org.databene.formats.compare.ComparisonSettings
 
toString() - Method in class org.databene.formats.compare.DiffDetail
 
toString() - Method in class org.databene.formats.compare.KeyExpression
 
toString() - Method in class org.databene.formats.compare.LocalDiffType
 
toString() - Method in class org.databene.formats.csv.CSVCellSource
 
toString() - Method in class org.databene.formats.csv.CSVLineIterator
 
toString() - Method in class org.databene.formats.DataContainer
 
toString() - Method in class org.databene.formats.dot.DotNode
 
toString() - Method in class org.databene.formats.fixedwidth.FixedWidthColumnDescriptor
 
toString() - Method in class org.databene.formats.html.FileAnchor
 
toString() - Method in class org.databene.formats.html.HtmlEntity
 
toString() - Method in class org.databene.formats.html.model.HtmlComponent
 
toString() - Method in class org.databene.formats.html.model.HtmlElement
 
toString() - Method in class org.databene.formats.html.model.TextComponent
 
toString() - Method in class org.databene.formats.html.StringAnchor
 
toString() - Method in class org.databene.formats.regex.CharRange
 
toString() - Method in class org.databene.formats.regex.Choice
 
toString() - Method in class org.databene.formats.regex.CustomCharClass
 
toString() - Method in class org.databene.formats.regex.Factor
 
toString() - Method in class org.databene.formats.regex.Group
 
toString() - Method in class org.databene.formats.regex.Quantifier
Creates a String of regular expression format, e.g. '{2,}', '{1,3}', '+', '?'
toString() - Method in class org.databene.formats.regex.RegexChar
 
toString() - Method in class org.databene.formats.regex.RegexString
 
toString() - Method in class org.databene.formats.regex.Sequence
 
toString() - Method in class org.databene.formats.regex.SimpleCharSet
 
toString() - Method in class org.databene.formats.script.freemarker.FreeMarkerScript
 
toString() - Method in class org.databene.formats.script.jsr223.Jsr223Script
 
toString() - Method in class org.databene.formats.text.LFNormalizingStringBuilder
 
toString() - Method in class org.databene.formats.token.Token
 
toString() - Method in class org.databene.formats.util.ConvertingDataIterator
 
toString() - Method in class org.databene.formats.util.ConvertingDataSource
 
toString() - Method in class org.databene.formats.util.DataSourceFromIterable
 
toString() - Method in class org.databene.formats.util.JavaIteratorFromDataIterator
 
toString() - Method in class org.databene.formats.util.OffsetDataSource
 
toString() - Method in class org.databene.formats.util.ThreadLocalDataContainer
 
toString() - Method in class org.databene.formats.xls.BeanXLSWriter
 
toString() - Method in class org.databene.formats.xls.PropFormat
 
toString() - Method in class org.databene.formats.xls.XLSLineIterator
 
toString() - Method in class org.databene.formats.xml.compare.DefaultXMLComparisonModel
 
toString() - Method in class org.databene.formats.xml.compare.XMLComparator
 
toString() - Method in exception org.databene.formats.xml.tree.DocumentSyntaxError
 
toString() - Method in class org.databene.formats.xsd.NamedSchemaElement
 
transform(String, String) - Static method in class org.databene.formats.xslt.XSLTTransformer
 
transform(Reader, String, Writer) - Static method in class org.databene.formats.xslt.XSLTTransformer
 
ttype - Variable in class org.databene.formats.csv.CSVTokenizer
The token at the cursor position
type - Variable in class org.databene.formats.compare.DiffDetail
 
type - Variable in class org.databene.formats.util.AbstractDataIterator
 
type - Variable in class org.databene.formats.util.AbstractDataSource
 
type - Variable in class org.databene.formats.util.DataIteratorFromJavaIterator
 

U

unescape(String) - Static method in class org.databene.formats.html.util.HTMLUtil
 
unexpected(Object, String, String) - Method in class org.databene.formats.compare.DiffFactory
 
UnorderedList - Class in org.databene.formats.html.model
Represents an unordered HTML list (<ul>).
UnorderedList() - Constructor for class org.databene.formats.html.model.UnorderedList
 
uri - Variable in class org.databene.formats.csv.CSVSource
 
urlAnchor(String, String) - Static method in class org.databene.formats.html.model.HtmlFactory
 

V

valueOf(String) - Static method in enum org.databene.formats.compare.DiffDetailType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.databene.formats.csv.CSVTokenType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.databene.formats.dot.ArrowShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.databene.formats.dot.EdgeStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.databene.formats.dot.NodeShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.databene.formats.dot.NodeStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.databene.formats.dot.RankDir
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.databene.formats.script.ScriptLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.databene.formats.xml.tree.XMLTokenType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.databene.formats.compare.DiffDetailType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.databene.formats.csv.CSVTokenType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.databene.formats.dot.ArrowShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.databene.formats.dot.EdgeStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.databene.formats.dot.NodeShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.databene.formats.dot.NodeStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.databene.formats.dot.RankDir
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.databene.formats.script.ScriptLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.databene.formats.xml.tree.XMLTokenType
Returns an array containing the constants of this enum type, in the order they are declared.

W

whitespaceRelevant - Variable in class org.databene.formats.xml.compare.AbstractXMLComparisonModel
Indicates if white space is relevant.
withAlign(String) - Method in class org.databene.formats.html.model.HtmlElement
 
withArrowHead(ArrowShape) - Method in class org.databene.formats.dot.DotEdge
 
withArrowHead(ArrowShape) - Method in class org.databene.formats.dot.DotGraph
 
withArrowTail(ArrowShape) - Method in class org.databene.formats.dot.DotEdge
 
withAttribute(String, String) - Method in class org.databene.formats.html.model.HtmlElement
 
withCellspacing(String) - Method in class org.databene.formats.html.model.Table
 
withClass(String) - Method in class org.databene.formats.html.model.HtmlElement
 
withColspan(int) - Method in class org.databene.formats.html.model.TableCell
 
withCommentRelevant(boolean) - Method in class org.databene.formats.xml.compare.XMLComparisonSettings
 
withComponents(HtmlComponent...) - Method in class org.databene.formats.html.model.HtmlElement
 
withCssStyleSheet(String) - Method in class org.databene.formats.html.model.Head
 
withDateFormat() - Method in class org.databene.formats.xls.PropFormat
 
withDecimalFormat(int) - Method in class org.databene.formats.xls.PropFormat
 
withDirected() - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
withEdgeArrowHead(ArrowShape) - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
withEdgeArrowTail(ArrowShape) - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
withEdgeArrowTail(ArrowShape) - Method in class org.databene.formats.dot.DotGraph
 
withEdgeStyle(EdgeStyle) - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
withEdgeStyle(EdgeStyle) - Method in class org.databene.formats.dot.DotGraph
 
withEdgeTo(DotNode) - Method in class org.databene.formats.dot.DotNode
 
withHeadLabel(String) - Method in class org.databene.formats.dot.DotEdge
 
withHref(String) - Method in class org.databene.formats.html.model.Anchor
 
withHref(String) - Method in class org.databene.formats.html.model.Link
 
withInlineCssStyleSheet(String) - Method in class org.databene.formats.html.model.Head
 
withIntFormat() - Method in class org.databene.formats.xls.PropFormat
 
withNext() - Method in class org.databene.formats.util.DataIteratorTestCase.NextHelper
 
withNodeFillColor(String) - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
withNodeFillColor(String) - Method in class org.databene.formats.dot.DotGraph
 
withNodeFontSize(int) - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
withNodeFontSize(int) - Method in class org.databene.formats.dot.DotGraph
 
withNodeShape(NodeShape) - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
withNodeShape(NodeShape) - Method in class org.databene.formats.dot.DotGraph
 
withNodeStyle(NodeStyle) - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
withNodeStyle(NodeStyle) - Method in class org.databene.formats.dot.DotGraph
 
withNoNext() - Method in class org.databene.formats.util.DataIteratorTestCase.NextHelper
 
withPattern(String) - Method in class org.databene.formats.xls.PropFormat
 
withPercentageFormat() - Method in class org.databene.formats.xls.PropFormat
 
withRankDir(RankDir) - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
withRankDir(RankDir) - Method in class org.databene.formats.dot.DotGraph
 
withRawTextContent(String) - Method in class org.databene.formats.html.model.HtmlElement
 
withRel(String) - Method in class org.databene.formats.html.model.Link
 
withSegment(String...) - Method in class org.databene.formats.dot.DotNode
 
withSize(String) - Method in class org.databene.formats.html.model.Font
 
withStyle(EdgeStyle) - Method in class org.databene.formats.dot.DotEdge
 
withStyle(NodeStyle) - Method in class org.databene.formats.dot.DotNode
 
withStyle(String) - Method in class org.databene.formats.html.model.HtmlElement
 
withTailLabel(String) - Method in class org.databene.formats.dot.DotEdge
 
withTextContent(String, boolean, boolean) - Method in class org.databene.formats.html.model.HtmlElement
 
withTitle(String) - Method in class org.databene.formats.html.model.Div
 
withTitle(String) - Method in class org.databene.formats.html.model.Head
 
withTitle(String) - Method in class org.databene.formats.html.model.HtmlElement
 
withType(String) - Method in class org.databene.formats.html.model.Link
 
withUndirected() - Method in class org.databene.formats.dot.AbstractDotGraphModel
 
withValign(String) - Method in class org.databene.formats.html.model.HtmlElement
 
write(String, Object...) - Method in class org.databene.formats.fixedwidth.MultiTypeArrayFixedWidthWriter
 
write(Object) - Method in class org.databene.formats.fixedwidth.MultiTypeBeanFixedWidthWriter
 
writeElement(E) - Method in class org.databene.formats.script.ScriptedDocumentWriter
 
writeFooter() - Method in class org.databene.formats.script.ScriptedDocumentWriter
 
writeHeader() - Method in class org.databene.formats.script.ScriptedDocumentWriter
 
writeRow(Writer, char, String...) - Static method in class org.databene.formats.csv.CSVUtil
 

X

XLSBeanPersistor<E> - Class in org.databene.formats.xls
Loads and saves JavaBeans from and in Excel documents.
XLSBeanPersistor(Class<E>, String...) - Constructor for class org.databene.formats.xls.XLSBeanPersistor
 
XLSJavaBeanIterator<E> - Class in org.databene.formats.xls
Iterates XLS sheets and provides each row as JavaBean instance.
XLSJavaBeanIterator(String, String, boolean, Class<?>) - Constructor for class org.databene.formats.xls.XLSJavaBeanIterator
 
XLSJavaBeanIterator(String, String, boolean, String, String, ClassProvider<Object>) - Constructor for class org.databene.formats.xls.XLSJavaBeanIterator
 
XLSLineIterator - Class in org.databene.formats.xls
Iterates the lines of a sheet in an Excel document.
XLSLineIterator(String) - Constructor for class org.databene.formats.xls.XLSLineIterator
 
XLSLineIterator(String, int) - Constructor for class org.databene.formats.xls.XLSLineIterator
 
XLSLineIterator(String, int, boolean, boolean, Converter<String, ?>) - Constructor for class org.databene.formats.xls.XLSLineIterator
 
XLSLineIterator(String, String, boolean, boolean) - Constructor for class org.databene.formats.xls.XLSLineIterator
 
XLSLineIterator(String, String, boolean, boolean, Converter<String, ?>) - Constructor for class org.databene.formats.xls.XLSLineIterator
 
XLSLineIterator(Sheet, boolean, boolean, Converter<String, ?>) - Constructor for class org.databene.formats.xls.XLSLineIterator
 
XLSLineSource - Class in org.databene.formats.xls
Iterable implementation which creates Iterators that provide lines of XLS files as array objects.
XLSLineSource(String) - Constructor for class org.databene.formats.xls.XLSLineSource
 
XLSLineSource(String, String, boolean) - Constructor for class org.databene.formats.xls.XLSLineSource
 
XLSSource - Class in org.databene.formats.xls
Defined XLSSource as abstraction for XLS row or column data sources.
XLSSource(String, boolean, String, String, boolean) - Constructor for class org.databene.formats.xls.XLSSource
 
XLSUtil - Class in org.databene.formats.xls
Provides utility methods for HSSF (POI).
xmlCode - Variable in class org.databene.formats.html.HtmlEntity
 
XMLComparator - Class in org.databene.formats.xml.compare
Compares two XML documents.
XMLComparator() - Constructor for class org.databene.formats.xml.compare.XMLComparator
 
XMLComparator(XMLComparisonSettings) - Constructor for class org.databene.formats.xml.compare.XMLComparator
 
XMLComparisonModel - Interface in org.databene.formats.xml.compare
Parent interface for XML comparison models.
XMLComparisonSettings - Class in org.databene.formats.xml.compare
Provides settings and models for the comparison of XML documents.
XMLComparisonSettings() - Constructor for class org.databene.formats.xml.compare.XMLComparisonSettings
 
XMLComparisonSettings(XMLComparisonModel) - Constructor for class org.databene.formats.xml.compare.XMLComparisonSettings
 
XMLComparisonSettingsSerializer - Class in org.databene.formats.xml.compare
Loads and saves XMLComparisonSettings.
XMLComparisonSettingsSerializer() - Constructor for class org.databene.formats.xml.compare.XMLComparisonSettingsSerializer
 
XMLContainerNode - Class in org.databene.formats.xml.tree
TODO Document class.
XMLContainerNode(String, XMLToken) - Constructor for class org.databene.formats.xml.tree.XMLContainerNode
 
XMLElement - Class in org.databene.formats.xml.tree
TODO Document class.
XMLElement(String, XMLToken) - Constructor for class org.databene.formats.xml.tree.XMLElement
 
XMLElementParser<E> - Interface in org.databene.formats.xml
Parent interface for classes that parse XML structures into Java objects.
XMLElementParserFactory<E> - Class in org.databene.formats.xml
Factory method which provides XMLElementParsers.
XMLElementParserFactory() - Constructor for class org.databene.formats.xml.XMLElementParserFactory
 
XMLLeafNode - Class in org.databene.formats.xml.tree
TODO Document class.
XMLLeafNode(XMLToken) - Constructor for class org.databene.formats.xml.tree.XMLLeafNode
 
XMLNode - Class in org.databene.formats.xml.tree
TODO Document class.
XMLNode(XMLToken) - Constructor for class org.databene.formats.xml.tree.XMLNode
 
XMLParser - Class in org.databene.formats.xml.tree
TODO Document class.
XMLParser() - Constructor for class org.databene.formats.xml.tree.XMLParser
 
XMLParsingResult - Class in org.databene.formats.xml.tree
TODO Document class.
XMLParsingResult() - Constructor for class org.databene.formats.xml.tree.XMLParsingResult
 
XMLToken - Class in org.databene.formats.xml.tree
Represents an XML token in a text document.
XMLToken(XMLTokenType, int, int) - Constructor for class org.databene.formats.xml.tree.XMLToken
 
XMLTokenIterator - Interface in org.databene.formats.xml.tree
TODO Document class.
XMLTokenType - Enum in org.databene.formats.xml.tree
Enumeration of XML token types.
XSLTTransformer - Class in org.databene.formats.xslt
Performs XSL transformations on XML strings and streams.
XSLTTransformer() - Constructor for class org.databene.formats.xslt.XSLTTransformer
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2006–2016 Volker Bergmann. All rights reserved.