/dports/www/jericho-html/jericho-html-3.2/src/java/net/htmlparser/jericho/ |
H A D | Tag.java | 272 public Tag getNextTag() { in getNextTag() method in Tag 274 final Tag localNextTag=getNextTag(source,begin+1); in getNextTag() 425 tag=tag.getNextTag(); in getNextStartTag() 442 Tag getNextTag(final TagType tagType) { in getNextTag() method in Tag 443 if (tagType==null) return getNextTag(); in getNextTag() 444 …if (tagType==StartTagType.UNREGISTERED || tagType==EndTagType.UNREGISTERED) return getNextTag(sour… in getNextTag() 447 if (tag.nextTag==NOT_CACHED) return getNextTag(source,tag.begin+1,tagType); in getNextTag() 478 static final Tag getNextTag(final Source source, final int pos) { in getNextTag() method in Tag 481 ? source.cache.getNextTag(pos) in getNextTag() 528 static final Tag getNextTag(final Source source, final int pos, final TagType tagType) { in getNextTag() method in Tag [all …]
|
H A D | Cache.java | 70 public Tag getNextTag(final int pos) { in getNextTag() method in Cache 72 return allTagTypesSubCache.getNextTag(pos); in getNextTag() 82 public Tag getNextTag(final int pos, final TagType tagType) { in getNextTag() method in Cache 85 if (tagType==subCaches[i].tagType) return subCaches[i].getNextTag(pos); in getNextTag()
|
H A D | NodeIterator.java | 45 nextTag=source.getNextTag(pos); in NodeIterator() 58 nextTag=nextTag.getNextTag(); in next() 99 nextTag=source.getNextTag(pos); in skipToPos()
|
H A D | Source.java | 479 final Tag doctypeTag=getNextTag(0,StartTagType.DOCTYPE_DECLARATION); in isXML() 888 public Tag getNextTag(final int pos) { in getNextTag() method in Source 889 return Tag.getNextTag(this,pos); in getNextTag() 894 final Tag tag=getNextTag(pos); in getNextNonServerTag() 919 public Tag getNextTag(final int pos, final TagType tagType) { in getNextTag() method in Source 920 return Tag.getNextTag(this,pos,tagType); in getNextTag() 1132 return (StartTag)getNextTag(pos,startTagType); in getNextStartTag() 1291 return (EndTag)getNextTag(pos,endTagType); in getNextEndTag()
|
H A D | EndTag.java | 217 if (name==null) return (EndTag)Tag.getNextTag(source,pos,endTagType); in getNext() 247 final Tag tag=Tag.getNextTag(source,pos); in getNext()
|
H A D | Attribute.java | 254 while (nextTag!=null && nextTag.begin<valueSegment.begin) nextTag=nextTag.getNextTag(); in appendTidy() 267 nextTag=nextTag.getNextTag(); in appendTidy()
|
H A D | SubCache.java | 116 public Tag getNextTag(final int pos) { in getNextTag() method in SubCache 125 tag=getNextTag(cacheEntry,pos,getNext(cacheEntry)); in getNextTag() 127 tag=getNextTag(getPrevious(cacheEntry),pos,cacheEntry); in getNextTag() 164 private Tag getNextTag(CacheEntry previousCacheEntry, int pos, CacheEntry nextCacheEntry) { in getNextTag() method in SubCache
|
H A D | Segment.java | 276 Tag tag=checkTagEnclosure(Tag.getNextTag(source,begin,tagType)); in getAllTags() 281 tag=checkTagEnclosure(tag.getNextTag(tagType)); in getAllTags() 320 StartTag startTag=(StartTag)checkTagEnclosure(Tag.getNextTag(source,begin,startTagType)); in getAllStartTags() 325 startTag=(StartTag)checkTagEnclosure(startTag.getNextTag(startTagType)); in getAllStartTags()
|
H A D | StartTag.java | 460 attributes.appendTidy(sb,getNextTag()); in tidy() 579 final Tag tag=Tag.getNextTag(source,pos); in getOptionalEndTag() 662 if (searchName==null) return (StartTag)source.getNextTag(pos,searchStartTagType); in getNext() 708 Tag tag=Tag.getNextTag(source,pos); in getNext()
|
/dports/biology/lamarc/lamarc-2.1.8/src/conversion/ |
H A D | XmlParserUtil.cpp | 28 XmlParserUtil::getNextTag (istream& is, map<string,string>& tagInfo) in getNextTag() function in XmlParserUtil 43 return getNextTag(is, tagInfo); in getNextTag() 230 string nextTag = getNextTag(is, tagInfo); in getTagValue()
|
H A D | Converter_XmlParserUtil.h | 40 string getNextTag(istream& is, map<string, string>& tagInfo);
|
/dports/devel/rudiments/rudiments-1.2.2/src/ |
H A D | domevents.cpp | 78 node=node->getNextTag()) { in setEventHandler() 118 codetreenode=codetreenode->getNextTag(); in process() 127 codetreenode=codetreenode->getNextTag(); in process()
|
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/util/html/ |
H A D | JHTML.java | 428 String tagWalk = getNextTag(); in getTitle() 430 tagWalk = getNextTag(); in getTitle() 639 public String getNextTag() { in getNextTag() method in JHTML 657 String curTag = getNextTag(); in getAllLinks() 667 curTag = getNextTag(); in getAllLinks() 713 String curTag = getNextTag(); in getAllImages() 720 curTag = getNextTag(); in getAllImages()
|
/dports/net/sems/sems-f89581a/apps/xmlrpc2di/xmlrpc++/src/ |
H A D | XmlRpcUtil.h | 38 static std::string getNextTag(std::string const& xml, int* offset);
|
/dports/games/spring/spring_98.0/tools/pr-downloader/src/lib/xmlrpc++/src/ |
H A D | XmlRpcUtil.h | 38 static std::string getNextTag(std::string const& xml, int* offset);
|
/dports/games/springlobby/springlobby-0.180/src/downloader/lib/src/lib/xmlrpc++/src/ |
H A D | XmlRpcUtil.h | 38 static std::string getNextTag(std::string const& xml, int* offset);
|
/dports/net-p2p/transmission-utils/transmission-3.00/qt/ |
H A D | RpcClient.h | 80 int64_t getNextTag();
|
H A D | RpcClient.cc | 119 int64_t RpcClient::getNextTag() in getNextTag() function in RpcClient 169 int64_t tag = getNextTag(); in sendRequest()
|
/dports/net-p2p/transmission-qt/transmission-3.00/qt/ |
H A D | RpcClient.h | 80 int64_t getNextTag();
|
/dports/net-p2p/transmission-gtk/transmission-3.00/qt/ |
H A D | RpcClient.h | 80 int64_t getNextTag();
|
H A D | RpcClient.cc | 119 int64_t RpcClient::getNextTag() in getNextTag() function in RpcClient 169 int64_t tag = getNextTag(); in sendRequest()
|
/dports/net-p2p/transmission-daemon/transmission-3.00/qt/ |
H A D | RpcClient.h | 80 int64_t getNextTag();
|
/dports/net-p2p/transmission-cli/transmission-3.00/qt/ |
H A D | RpcClient.h | 80 int64_t getNextTag();
|
/dports/www/jericho-html/jericho-html-3.2/samples/console/src/ |
H A D | FormControlDisplayCharacteristics.java | 35 …Segment rhubarbLabelSegment=new Segment(source,rhubarbFormControl.getEnd(),source.getNextTag(rhuba… in main()
|
/dports/www/transmission-web/transmission-3.00/qt/ |
H A D | RpcClient.h | 80 int64_t getNextTag();
|