Home
last modified time | relevance | path

Searched refs:appendSegmentProcessingChildElements (Results 1 – 1 of 1) sorted by relevance

/dports/www/jericho-html/jericho-html-3.2/src/java/net/htmlparser/jericho/
H A DRenderer.java823appendSegmentProcessingChildElements(rootSegment.begin,rootSegment.end,rootSegment.getChildElement… in appendTo()
844appendSegmentProcessingChildElements(Math.max(renderedIndex,contentBegin),contentEnd,element.getCh… in appendElementContent()
847 …private void appendSegmentProcessingChildElements(final int begin, final int end, final List<Eleme… in appendSegmentProcessingChildElements() method in Renderer.Processor