Class XMLOperations
- java.lang.Object
-
- gov.nist.secauto.oscal.tools.cli.core.operations.XMLOperations
-
public final class XMLOperations extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
render(File input, File result, Source transform)
static void
renderCatalogHTML(File input, File result)
static void
renderProfileHTML(File input, File result)
-
-
-
Method Detail
-
renderCatalogHTML
public static void renderCatalogHTML(File input, File result) throws IOException, TransformerException
- Throws:
IOException
TransformerException
-
renderProfileHTML
public static void renderProfileHTML(File input, File result) throws IOException, TransformerException
- Throws:
IOException
TransformerException
-
render
public static void render(File input, File result, Source transform) throws TransformerException
- Throws:
TransformerException
-
-