4142434445464748495051
public FacesConfigQuickPeek(InputStream in) { if (in != null) { try { InputSource inputSource = new InputSource(in); handler = new XMLRootHandler(); handler.parseContents(inputSource); } catch (Exception ex) { // ignore } finally { try {
3334353637383940414243
public WebFragmentQuickPeek(InputStream in) { if (in != null) { try { InputSource inputSource = new InputSource(in); handler = new XMLRootHandler(); handler.parseContents(inputSource); } catch (Exception ex) { // ignore } finally { try {