Package ca.uhn.fhir.tinder.util
Class XMLUtils
java.lang.Object
ca.uhn.fhir.tinder.util.XMLUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentemptyDocument(String title) static <T> Tstatic <T> Tstatic Documentparse(InputStream s, boolean validateIfSchema) static Documentstatic Documentstatic Stringstatic voidvalidate(Document d, String schema, DOMErrorHandler handler)
-
Constructor Details
-
XMLUtils
public XMLUtils()
-
-
Method Details
-
getDOMImpl
public static <T> T getDOMImpl() -
getDOMImplUncached
public static <T> T getDOMImplUncached() -
parse
-
parse
-
parse
-
validate
-
serialize
-
emptyDocument
-