public class Opml extends Object implements Serializable
Instances represent a full OPML document.
<opml> is an XML element, with a single required attribute, version; a <head> element and a
<body> element, both of which are required.
Instances of this class are unmodifiable and threadsafe.
Copyright © 2017. All rights reserved.