Searched refs:isCommentWF (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMNormalizer.java472 isCommentWF(fErrorHandler, fError, fLocator, commentdata, fDocument.isXML11Version());
1243 public static final void isCommentWF(DOMErrorHandler errorHandler, DOMErrorImpl error, DOMLocatorImpl locator, method in class:DOMNormalizer
1309 } // isCommentWF
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DDOMSerializerImpl.java1141 DOMNormalizer.isCommentWF(fErrorHandler, fError, fLocator, ((Comment)node).getData(), xml11Version);

Completed in 29 milliseconds