Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsErrNodeReadingFailed ¶
IsErrNodeReadingFailed checks if an err is of ErrNodeReadingFailed type.
func NewXMLFileFormat ¶
func NewXMLFileFormat(schemaName string) fileformat.FileFormat
NewXMLFileFormat creates a FileFormat for XML.
Types ¶
type ErrNodeReadingFailed ¶
type ErrNodeReadingFailed string
ErrNodeReadingFailed indicates the reader fails to read out a complete non-corrupted XML element node. This is a fatal, non-continuable error.
func (ErrNodeReadingFailed) Error ¶
func (e ErrNodeReadingFailed) Error() string
Click to show internal directories.
Click to hide internal directories.