See: Description
| Interface | Description |
|---|---|
| VObjectDataListener |
Callback interface used by
VObjectReader for handling data as it is
parsed off the data stream. |
| Class | Description |
|---|---|
| Context |
Contains information related to the status of a parse operation, such as the
parent component hierarchy and line number.
|
| FoldedLineWriter |
Automatically folds lines as they are written.
|
| SyntaxRules |
Defines a set of rules that determine what kind of syntax the vobject data
stream uses.
|
| VObjectDataAdapter |
Empty implementation of
VObjectDataListener. |
| VObjectPropertyValues |
Contains utility methods for parsing and writing property values.
|
| VObjectPropertyValues.SemiStructuredValueBuilder |
Helper class for building "semi-structured" property values.
|
| VObjectPropertyValues.SemiStructuredValueIterator |
Helper class for iterating over the values in a "semi-structured"
property value.
|
| VObjectPropertyValues.StructuredValueBuilder |
Helper class for building "structured" property values.
|
| VObjectPropertyValues.StructuredValueIterator |
Helper class for iterating over the values in a "structured" property
value.
|
| VObjectReader |
Parses a vobject data stream.
|
| VObjectWriter |
Writes data to a vobject data stream.
|
| Enum | Description |
|---|---|
| Warning |
Lists the non-fatal problems that can occur when parsing a vobject data
stream.
|
Copyright © 2016–2018 Michael Angstadt. All rights reserved.