Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Decode = extensions.Decode
Decode is the default decoder which supports XML files with common extensions.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
Path | Synopsis |
---|---|
examples
|
|
aggregate
This example shows how EntryAggregate can be used to read all entries into memory so they can be iterated on after (vs the traditional manner of handling each entry individually as they are parsed from a stream).
|
This example shows how EntryAggregate can be used to read all entries into memory so they can be iterated on after (vs the traditional manner of handling each entry individually as they are parsed from a stream). |
reader
This example shows the common approach of handling each entry as it is parsed and looking at individual fields for further use.
|
This example shows the common approach of handling each entry as it is parsed and looking at individual fields for further use. |
recurse
This example uses the built-in fetcher which downloads a URL and, by default, automatically recurses any child sitemaps it finds.
|
This example uses the built-in fetcher which downloads a URL and, by default, automatically recurses any child sitemaps it finds. |
Click to show internal directories.
Click to hide internal directories.