public interface

WireFormatParser

com.google.gdata.wireformats.WireFormatParser
Known Indirect Subclasses

Class Overview

A parser that translates wire format content into a in-memory representation.

Summary

Public Methods
abstract Element parse(Element element)
Parse content from a source provided to the parser at construction time.

Public Methods

public abstract Element parse (Element element)

Parse content from a source provided to the parser at construction time.

Parameters
element Root of parsed element tree
Returns
  • root of parsed element tree
Throws
IOException if content cannot be accessed
ParseException if content cannot be parsed invalid
ContentCreationException if content cannot be created
ContentValidationException if content fails metadata validation