Alpha
The input provider for Virtual IO.
This interface defines 4 callbacks for reading content of xml, where 4-bytes integer is used as the type of file descriptor.
xmlRegisterInputProvider
Close the file
file descriptor
true if success
Check if this input provider should handle this file
The file name/path/url
true if the provider should handle
Open the file and return a file descriptor (handle)
file path
undefined on error, FdType on success
Read from a file
File descriptor
Buffer to read into, no more than its byteLength shall be read into.
number of bytes actually read, -1 on error
The input provider for Virtual IO.
This interface defines 4 callbacks for reading content of xml, where 4-bytes integer is used as the type of file descriptor.
See
xmlRegisterInputProvider