Class XmlFile
java.lang.Object
net.jonathangiles.tools.sitebuilder.models.input.XmlFile
- All Implemented Interfaces:
InputFile
Old blog posts, when I exported them from WordPress, took the form of XML files. They aren't the prettiest, and
eventually I would like to convert them to markdown, but for now I have this class to handle them.
-
Method Details
-
getBody
-
getFrontMatterList
- Specified by:
getFrontMatterListin interfaceInputFile
-
getFrontMatterValue
- Specified by:
getFrontMatterValuein interfaceInputFile
-
hasFrontMatter
public boolean hasFrontMatter()- Specified by:
hasFrontMatterin interfaceInputFile
-