goXmlParser

package module
v0.0.0-...-dfff267 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 30, 2018 License: MIT Imports: 3 Imported by: 0

README

goXmlParser

parses an xml file

Use it for large XML files like Open Street Maps files greater than 1000MB.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Parse

func Parse(xml io.Reader, startTag func(Tag), endTag func(Tag))

Parse start parsing

func ParseChan

func ParseChan(xml io.Reader, startTag chan Tag, endTag chan Tag)

Parse start parsing

Types

type Attribute

type Attribute struct {
	// contains filtered or unexported fields
}

Attribute

type Tag

type Tag struct {
	// contains filtered or unexported fields
}

Tag

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL