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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DBaseMarkupSerializer.java1542 modifyDOMError(msg, DOMError.SEVERITY_FATAL_ERROR, "wf-invalid-character", fCurrentNode);
1548 modifyDOMError(msg, DOMError.SEVERITY_ERROR, "cdata-section-not-splitted", fCurrentNode);
1560 modifyDOMError(
1938 protected DOMError modifyDOMError(String message, short severity, String type, Node node){ method in class:BaseMarkupSerializer
1951 modifyDOMError(message, DOMError.SEVERITY_FATAL_ERROR, null, fCurrentNode);

Completed in 39 milliseconds