Package tv.hd3g.ffprobejaxb
Interface UnmarshallerTools
public interface UnmarshallerTools
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic NodeparseXMLDocument(String xmlContent, ErrorHandler errorHandler) static <T> Tunmarshal(javax.xml.bind.JAXBContext context, Node document, javax.xml.bind.ValidationEventHandler handler, Class<T> declaredType)
-
Method Details
-
unmarshal
static <T> T unmarshal(javax.xml.bind.JAXBContext context, Node document, javax.xml.bind.ValidationEventHandler handler, Class<T> declaredType) throws javax.xml.bind.JAXBException - Throws:
javax.xml.bind.JAXBException
-
parseXMLDocument
static Node parseXMLDocument(String xmlContent, ErrorHandler errorHandler) throws ParserConfigurationException, SAXException
-