Package | Description |
---|---|
ezvcard.io.html |
Contains classes that can read/write hCards (HTML-encoded vCards).
|
ezvcard.io.json |
Contains classes that can read/write jCards (JSON-encoded vCards).
|
ezvcard.io.text |
Contains classes that can read/write traditional, plain-text vCards.
|
ezvcard.io.xml |
Contains classes that can read/write xCards (XML-encoded vCards).
|
Modifier and Type | Class and Description |
---|---|
class |
HCardParser
Parses
VCard objects from an HTML page (hCard format). |
Modifier and Type | Class and Description |
---|---|
class |
JCardReader
Parses
VCard objects from a JSON data stream (jCard format). |
Modifier and Type | Class and Description |
---|---|
class |
VCardReader
Parses
VCard objects from a plain-text vCard data stream. |
Modifier and Type | Class and Description |
---|---|
class |
XCardReader
Reads xCards (XML-encoded vCards) in a streaming fashion.
|
Modifier and Type | Method and Description |
---|---|
StreamReader |
XCardDocument.reader()
Creates a
StreamReader object that reads vCards from this XML
document. |
Copyright © 2012–2023 Michael Angstadt. All rights reserved.