Uses of Class
com.adobe.epubcheck.util.KeyValue
-
Packages that use KeyValue Package Description com.adobe.epubcheck.util -
-
Uses of KeyValue in com.adobe.epubcheck.util
Methods in com.adobe.epubcheck.util that return KeyValue Modifier and Type Method Description static <A,B>
KeyValue<A,B>KeyValue. with(A key, B value)Methods in com.adobe.epubcheck.util with parameters of type KeyValue Modifier and Type Method Description protected voidXmlReportAbstract. generateElement(java.lang.String name, java.lang.String value, KeyValue<java.lang.String,java.lang.String>... attrs)private org.w3c.dom.AttrXmlReportAbstract. makeAttribute(KeyValue<java.lang.String,java.lang.String> kv)protected voidXmlReportAbstract. startElement(java.lang.String name, KeyValue<java.lang.String,java.lang.String>... attrs)Method parameters in com.adobe.epubcheck.util with type arguments of type KeyValue Modifier and Type Method Description protected voidXmlReportAbstract. generateElement(java.lang.String name, java.lang.String value, java.util.List<KeyValue<java.lang.String,java.lang.String>> attrs)protected voidXmlReportAbstract. startElement(java.lang.String name, java.util.List<KeyValue<java.lang.String,java.lang.String>> attrs)
-