opml library

A Dart package for parsing and building OPML documents.

Classes

OpmlDocument
An object representing an XML document in the OPML (Outline Processor Markup Language) file format.
OpmlHead
Represents the head element of an OPML document, containing the document's metadata. All fields are optional.
OpmlHeadBuilder
OpmlOutline
Represents an outline element of an OPML document. Each outline element may contain zero or more outline child-elements.
OpmlOutlineBuilder