SwiftSoup/Sources
Jun Yuan 1b201f7e22 modify parameter labeling for clarity
func regionMatches in String extension
2021-04-28 10:49:59 +08:00
..
ArrayExt.swift performance changes 2017-03-26 22:11:48 +02:00
Attribute.swift Convert Attributes to use a simple array as backing store 2019-12-19 13:33:16 -08:00
Attributes.swift Convert Attributes to use a simple array as backing store 2019-12-19 13:33:16 -08:00
BinarySearch.swift Use binary search when handling HTML named entities 2019-12-19 14:28:10 -08:00
BooleanAttribute.swift lint 2016-12-28 14:22:28 +01:00
CharacterExt.swift * Removed StringBuilder from Element.cssSelector 2018-03-31 19:42:13 +02:00
CharacterReader.swift Convert CharacterReader to native string indexing 2019-12-19 13:23:36 -08:00
Cleaner.swift * Removed StringBuilder from Element.cssSelector 2018-03-31 19:42:13 +02:00
Collector.swift Fix for "Static declarations are implicitly 'final'; use 'public' instead" warning. Methods that are 'static' or inside a 'final' class can not by nature be declared as open. These methods are not overridable. 2018-08-26 11:32:04 +02:00
CombiningEvaluator.swift lint 2018-04-03 20:14:14 +02:00
Comment.swift Remove toString from Node as it seems to be causing issues on Linux 2017-03-17 14:32:56 +00:00
Connection.swift lint 2016-12-28 14:22:28 +01:00
CssSelector.swift Renamed Selector Class to CssSelector 2020-04-30 00:37:00 +02:00
DataNode.swift Fix for "Static declarations are implicitly 'final'; use 'public' instead" warning. Methods that are 'static' or inside a 'final' class can not by nature be declared as open. These methods are not overridable. 2018-08-26 11:32:04 +02:00
DataUtil.swift Remove uses of .character to conform to Swift 4 standards. 2017-11-01 23:25:50 -05:00
Document.swift Renamed Selector Class to CssSelector 2020-04-30 00:37:00 +02:00
DocumentType.swift * Removed StringBuilder from Element.cssSelector 2018-03-31 19:42:13 +02:00
Element.swift modify parameter labeling for clarity 2021-04-28 10:49:59 +08:00
Elements.swift Renamed Selector Class to CssSelector 2020-04-30 00:37:00 +02:00
Entities.swift Use binary search when handling HTML named entities 2019-12-19 14:28:10 -08:00
Evaluator.swift Update to Xcode 10.2 and resolve Swift 5 warnings 2019-04-18 21:47:57 +02:00
Exception.swift lint 2016-12-28 14:22:28 +01:00
FormElement.swift lint 2016-12-28 14:22:28 +01:00
HtmlTreeBuilder.swift Convert all tag sets to constant arrays, use native contains() 2019-12-19 14:28:10 -08:00
HtmlTreeBuilderState.swift Renamed Selector Class to CssSelector 2020-04-30 00:37:00 +02:00
HttpStatusException.swift First Commit 2016-11-19 18:01:25 +01:00
Info.plist Removed Asset files for SPM 2016-12-19 22:35:03 +01:00
InfoMac.plist test 2017-11-18 12:48:10 +01:00
InfoWatchOS.plist New schemes 2017-11-18 14:03:10 +01:00
InfotvOS.plist New schemes 2017-11-18 14:03:10 +01:00
Node.swift Renamed Selector Class to CssSelector 2020-04-30 00:37:00 +02:00
NodeTraversor.swift lint 2016-12-28 14:22:28 +01:00
NodeVisitor.swift lint 2016-12-28 14:22:28 +01:00
OrderedSet.swift Swift 4.1 and <4.1 compatibility 2018-04-01 13:39:15 +02:00
ParseError.swift lint 2016-12-28 14:22:28 +01:00
ParseErrorList.swift lint 2016-12-28 14:22:28 +01:00
ParseSettings.swift Convert Attributes to use a simple array as backing store 2019-12-19 13:33:16 -08:00
Parser.swift Renamed Selector Class to CssSelector 2020-04-30 00:37:00 +02:00
Pattern.swift make Matcher method public on Pattern 2018-05-07 11:43:16 -04:00
QueryParser.swift Removed StringBuilder 2018-04-01 01:33:11 +02:00
SerializationException.swift First Commit 2016-11-19 18:01:25 +01:00
SimpleDictionary.swift lint 2016-12-28 14:22:28 +01:00
StreamReader.swift * Removed StringBuilder from Element.cssSelector 2018-03-31 19:42:13 +02:00
String.swift modify parameter labeling for clarity 2021-04-28 10:49:59 +08:00
StringBuilder.swift joined() seems to be much more efficient than reduce() 2020-02-09 11:22:01 -07:00
StringUtil.swift Renamed Selector Class to CssSelector 2020-04-30 00:37:00 +02:00
StructuralEvaluator.swift Fix hang on Xcode 11 2019-10-30 12:27:21 +01:00
SwiftSoup.h Support macOS, tvOS, watchOS 2016-12-21 15:25:51 +01:00
SwiftSoup.swift Renamed Selector Class to CssSelector 2020-04-30 00:37:00 +02:00
Tag.swift Update to Xcode 10.2 and resolve Swift 5 warnings 2019-04-18 21:47:57 +02:00
TextNode.swift Fix for "Static declarations are implicitly 'final'; use 'public' instead" warning. Methods that are 'static' or inside a 'final' class can not by nature be declared as open. These methods are not overridable. 2018-08-26 11:32:04 +02:00
Token.swift Convert StringBuilder to String array basis 2019-12-19 14:23:16 -08:00
TokenQueue.swift modify parameter labeling for clarity 2021-04-28 10:49:59 +08:00
Tokeniser.swift Use binary search when handling HTML named entities 2019-12-19 14:28:10 -08:00
TokeniserState.swift * Removed StringBuilder from Element.cssSelector 2018-03-31 19:42:13 +02:00
TreeBuilder.swift lint 2016-12-28 14:22:28 +01:00
UnicodeScalar.swift * Removed StringBuilder from Element.cssSelector 2018-03-31 19:42:13 +02:00
Validate.swift * Removed StringBuilder from Element.cssSelector 2018-03-31 19:42:13 +02:00
Whitelist.swift Update to Xcode 10.2 and resolve Swift 5 warnings 2019-04-18 21:47:57 +02:00
XmlDeclaration.swift sequence 2017-03-28 22:47:11 +02:00
XmlTreeBuilder.swift Remove uses of .character to conform to Swift 4 standards. 2017-11-01 23:25:50 -05:00