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 voidrender(File input, File result, Source transform)static voidrenderCatalogHTML(File input, File result)static voidrenderProfileHTML(File input, File result)
-
-
-
Method Detail
-
renderCatalogHTML
public static void renderCatalogHTML(File input, File result) throws IOException, TransformerException
- Throws:
IOExceptionTransformerException
-
renderProfileHTML
public static void renderProfileHTML(File input, File result) throws IOException, TransformerException
- Throws:
IOExceptionTransformerException
-
render
public static void render(File input, File result, Source transform) throws TransformerException
- Throws:
TransformerException
-
-