public final class HtmlFormat extends AbstractCharBasedFormatter
(c) 2009-10 Orbitz World Wide. All Rights Reserved.
ProtobufFormatter.ParseException| Constructor and Description |
|---|
HtmlFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
merge(CharSequence input,
com.google.protobuf.ExtensionRegistry extensionRegistry,
com.google.protobuf.Message.Builder builder) |
void |
print(com.google.protobuf.Message message,
Appendable output) |
void |
print(com.google.protobuf.UnknownFieldSet fields,
Appendable output) |
void |
printField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value,
com.googlecode.protobuf.format.HtmlFormat.HtmlGenerator generator) |
merge, merge, print, printgetDefaultCharset, merge, merge, merge, print, print, printToString, printToString, setDefaultCharsetpublic void print(com.google.protobuf.Message message,
Appendable output)
throws IOException
print in class AbstractCharBasedFormatterIOExceptionpublic void print(com.google.protobuf.UnknownFieldSet fields,
Appendable output)
throws IOException
print in class AbstractCharBasedFormatterIOExceptionpublic void merge(CharSequence input, com.google.protobuf.ExtensionRegistry extensionRegistry, com.google.protobuf.Message.Builder builder) throws IOException
merge in class AbstractCharBasedFormatterIOExceptionpublic void printField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value,
com.googlecode.protobuf.format.HtmlFormat.HtmlGenerator generator)
throws IOException
IOExceptionCopyright © 2016. All rights reserved.