Package | Description |
---|---|
ezvcard | |
ezvcard.io.chain |
Contains classes used in the chaining API.
|
Modifier and Type | Method and Description |
---|---|
static ChainingXmlParser<ChainingXmlParser<?>> |
Ezvcard.parseXml(InputStream in)
Parses XML-encoded vCards (xCard) from an input stream.
|
static ChainingXmlParser<ChainingXmlParser<?>> |
Ezvcard.parseXml(Path file)
Parses XML-encoded vCards (xCard) from a file.
|
static ChainingXmlParser<ChainingXmlParser<?>> |
Ezvcard.parseXml(Reader reader)
Parses XML-encoded vCards (xCard) from a reader.
|
Modifier and Type | Method and Description |
---|---|
static ChainingXmlParser<ChainingXmlParser<?>> |
Ezvcard.parseXml(InputStream in)
Parses XML-encoded vCards (xCard) from an input stream.
|
static ChainingXmlParser<ChainingXmlParser<?>> |
Ezvcard.parseXml(Path file)
Parses XML-encoded vCards (xCard) from a file.
|
static ChainingXmlParser<ChainingXmlParser<?>> |
Ezvcard.parseXml(Reader reader)
Parses XML-encoded vCards (xCard) from a reader.
|
Modifier and Type | Class and Description |
---|---|
class |
ChainingXmlParser<T extends ChainingXmlParser<?>>
Chainer class for parsing xCards (XML-encoded vCards).
|
Modifier and Type | Class and Description |
---|---|
class |
ChainingXmlMemoryParser
Chainer class for parsing xCards (XML-encoded vCards) from strings or DOMs.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.