См. определение в файле xml.php строка 835
◆ endOfFile()
Returns true when end of the file is reached.
- Возвращает
- bool
См. определение в файле xml.php строка 933
◆ findNext()
Processes file futher. Returns true when there is more work to do. False on the end of file.
- Возвращает
- bool
См. определение в файле xml.php строка 986
◆ getPosition()
Returns current position state needed to continue file parsing process on the next hit.
- Возвращает
- array[int]string
См. определение в файле xml.php строка 946
◆ openFile()
Opens file by its absolute path. Returns true on success.
- Аргументы
-
- Возвращает
- bool
См. определение в файле xml.php строка 899
◆ readFilePart()
readFilePart |
( |
| $startPosition, |
|
|
| $endPosition ) |
Reads part of the file preserving its position
- Аргументы
-
int | $startPosition | |
int | $endPosition | |
- Возвращает
- string|false
См. определение в файле xml.php строка 1268
◆ registerElementHandler()
registerElementHandler |
( |
| $nodePath, |
|
|
| $callableHandler ) |
Registers a handler function which will be called on xml parsed path with path and attributes
- Аргументы
-
string | $nodePath | |
mixed | $callableHandler | |
- Возвращает
- void
См. определение в файле xml.php строка 880
◆ registerNodeHandler()
registerNodeHandler |
( |
| $nodePath, |
|
|
| $callableHandler ) |
Registers a handler function which will be called on xml parsed path with CDataXML object as a parameter
- Аргументы
-
string | $nodePath | |
mixed | $callableHandler | |
- Возвращает
- void
См. определение в файле xml.php строка 860
◆ setPosition()
Sets the position state returned by getPosition method.
- Аргументы
-
- Возвращает
- void
См. определение в файле xml.php строка 968
Объявления и описания членов класса находятся в файле:
- C:/bitrix/modules/main/classes/general/xml.php