- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for startDocument (0.07 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/helper/SitemapsHelper.java
private SitemapSet sitemapSet; private SitemapUrl sitemapUrl; private StringBuilder buf; @Override public void startDocument() { sitemapSet = new SitemapSet(); sitemapSet.setType(SitemapSet.URLSET); } @Override
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Sat Oct 12 01:40:57 UTC 2024 - 11.8K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/util/XmlUtil.java
private String fieldName; private final StringBuilder buffer = new StringBuilder(1000); @Override public void startDocument() { dataMap.clear(); } @Override public void startElement(final String uri, final String localName, final String qName, final Attributes attributes) {
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:27 UTC 2024 - 6.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/GsaConfigParser.java
parser.parse(is, this); } catch (final Exception e) { throw new GsaConfigException("Failed to parse XML file.", e); } } @Override public void startDocument() throws SAXException { tagQueue = new LinkedList<>(); labelList = new ArrayList<>(); labelType = null; } @Override public void endDocument() throws SAXException {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 14.1K bytes - Viewed (0)