Searched refs:modifyDOMError (Results 1 - 3 of 3) sorted by relevance

/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serialize/
H A DXML11Serializer.java322 modifyDOMError(
338 modifyDOMError(
H A DBaseMarkupSerializer.java1515 modifyDOMError(msg, DOMError.SEVERITY_FATAL_ERROR, "wf-invalid-character", fCurrentNode);
1520 modifyDOMError(msg, DOMError.SEVERITY_ERROR, "cdata-section-not-splitted", fCurrentNode);
1531 modifyDOMError(
1918 protected DOMError modifyDOMError(String message, short severity, String type, Node node){ method in class:BaseMarkupSerializer
1931 modifyDOMError(message, DOMError.SEVERITY_FATAL_ERROR, null, fCurrentNode);
H A DXMLSerializer.java755 modifyDOMError(msg, DOMError.SEVERITY_ERROR, null, attr);
870 modifyDOMError(msg,DOMError.SEVERITY_ERROR, null, elem);
1041 modifyDOMError(msg, DOMError.SEVERITY_ERROR, null, attr);

Completed in 107 milliseconds