XML stream reader.
More...
◆ atEnd()
NvsXmlStreamReader::atEnd |
( |
| ) |
|
|
inline |
Read to the end of stream.
- Parameters
-
{String} | filePath file path |
- Returns
- {Boolean}
◆ close()
NvsXmlStreamReader::close |
( |
| ) |
|
|
inline |
Close reader.
- Parameters
-
{String} | filePath file path |
- Returns
- {Boolean}
◆ constructor()
NvsXmlStreamReader::constructor |
( |
|
filePath | ) |
|
|
inline |
@constructor
- Parameters
-
{String} | filePath file path |
◆ getAttributeValue()
NvsXmlStreamReader::getAttributeValue |
( |
|
attributeName | ) |
|
|
inline |
Get attribute value.
- Parameters
-
{String} | attributeName attribute name |
- Returns
- {String}
◆ hasError()
NvsXmlStreamReader::hasError |
( |
| ) |
|
|
inline |
Encounter an error.
- Parameters
-
{String} | filePath file path |
- Returns
- {Boolean}
◆ isEndDocument()
NvsXmlStreamReader::isEndDocument |
( |
| ) |
|
|
inline |
Whether end document or not.
- Parameters
-
{String} | filePath file path |
- Returns
- {Boolean}
◆ isEndElement()
NvsXmlStreamReader::isEndElement |
( |
| ) |
|
|
inline |
Whether end element or not.
- Parameters
-
{String} | filePath file path |
- Returns
- {Boolean}
◆ isStartDocument()
NvsXmlStreamReader::isStartDocument |
( |
| ) |
|
|
inline |
Whether start document or not.
- Parameters
-
{String} | filePath file path |
- Returns
- {Boolean}
◆ isStartElement()
NvsXmlStreamReader::isStartElement |
( |
| ) |
|
|
inline |
Whether start element or not.
- Parameters
-
{String} | filePath file path |
- Returns
- {Boolean}
◆ name()
NvsXmlStreamReader::name |
( |
| ) |
|
|
inline |
The name of current element.
- Parameters
-
{String} | filePath file path |
- Returns
- {String}
◆ open()
NvsXmlStreamReader::open |
( |
| ) |
|
|
inline |
Open reader.
- Parameters
-
{String} | filePath file path |
- Returns
- {Boolean}
◆ readNext()
NvsXmlStreamReader::readNext |
( |
| ) |
|
|
inline |
Read next.
- Parameters
-
{String} | filePath file path |
- Returns
- {Number}
◆ readNextStartElement()
NvsXmlStreamReader::readNextStartElement |
( |
| ) |
|
|
inline |
Read next start element.
- Parameters
-
{String} | filePath file path |
- Returns
- {Number}
The documentation for this class was generated from the following file: