parseXml
Parses the given java.io.InputStream using the specified encoding.
Return
Parameters
inputStream
the stream containing the content to parse
encoding
the character encoding
Throws
org.xmlpull.v1.XmlPullParserException
Parses the given java.io.Reader into a com.brightcove.player.model.TTMLDocument.
Return
Parameters
reader
the reader containing the content to parse
Throws
org.xmlpull.v1.XmlPullParserException