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.
| Constructor and Description |
|---|
Opml(String version,
Head head,
Body body) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Body |
getBody() |
Head |
getHead() |
String |
getVersion() |
int |
hashCode() |
String |
toString() |
Copyright © 2017. All rights reserved.