public class CategoriesScribe extends ListPropertyScribe<Categories>
Categories properties.VCardPropertyScribe.DateWriterclazz, propertyName, qname| Constructor and Description |
|---|
CategoriesScribe() |
| Modifier and Type | Method and Description |
|---|---|
protected Categories |
_newInstance() |
protected Categories |
_parseHtml(HCardElement element,
ParseContext context)
Unmarshals the property from an hCard (HTML document).
|
_defaultDataType, _parseJson, _parseText, _parseXml, _writeJson, _writeText, _writeXml_dataType, _prepareParameters, dataType, date, date, defaultDataType, escape, getPropertyClass, getPropertyName, getQName, handlePrefParam, missingXmlElements, missingXmlElements, parseHtml, parseJson, parseText, parseXml, prepareParameters, writeJson, writeText, writeXmlpublic CategoriesScribe()
protected Categories _parseHtml(HCardElement element, ParseContext context)
VCardPropertyScribeUnmarshals the property from an hCard (HTML document).
This method should be overridden by child classes that wish to support
hCard. The default implementation of this method will retrieve the HTML
element's hCard value (as described in HCardElement.value()), and
pass it into the VCardPropertyScribe._parseText(java.lang.String, ezvcard.VCardDataType, ezvcard.parameter.VCardParameters, ezvcard.io.ParseContext) method.
_parseHtml in class VCardPropertyScribe<Categories>element - the property's HTML elementcontext - the parse contextprotected Categories _newInstance()
_newInstance in class ListPropertyScribe<Categories>Copyright © 2012–2023 Michael Angstadt. All rights reserved.