Package | Description |
---|---|
ezvcard | |
ezvcard.io.chain |
Contains classes used in the chaining API.
|
Modifier and Type | Method and Description |
---|---|
static ChainingXmlWriter |
Ezvcard.writeXml(Collection<VCard> vcards)
Marshals one or more vCards to their XML representation (xCard).
|
static ChainingXmlWriter |
Ezvcard.writeXml(VCard... vcards)
Marshals one or more vCards to their XML representation (xCard).
|
Modifier and Type | Method and Description |
---|---|
ChainingXmlWriter |
ChainingXmlWriter.indent(Integer indent)
Sets the number of indent spaces to use for pretty-printing.
|
ChainingXmlWriter |
ChainingXmlWriter.outputProperties(Map<String,String> outputProperties)
Assigns all of the given output properties to the JAXP transformer (see
Transformer.setOutputProperty(java.lang.String, java.lang.String) ). |
ChainingXmlWriter |
ChainingXmlWriter.outputProperty(String name,
String value)
Assigns an output property to the JAXP transformer (see
Transformer.setOutputProperty(java.lang.String, java.lang.String) ). |
ChainingXmlWriter |
ChainingXmlWriter.prodId(boolean include) |
ChainingXmlWriter |
ChainingXmlWriter.register(String parameterName,
VCardDataType dataType)
Registers the data type of a non-standard parameter.
|
ChainingXmlWriter |
ChainingXmlWriter.register(VCardPropertyScribe<? extends VCardProperty> scribe) |
ChainingXmlWriter |
ChainingXmlWriter.versionStrict(boolean versionStrict) |
ChainingXmlWriter |
ChainingXmlWriter.xmlVersion(String xmlVersion)
Sets the XML version to use.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.