├── COPYING ├── README.md ├── composer.json ├── composer.lock └── src ├── BufferedFileRead.php ├── BufferedFileReaders.php ├── DOMReadingIteration.php ├── XMLAttributeFilter.php ├── XMLAttributeFilterBase.php ├── XMLAttributeIterator.php ├── XMLAttributePreg.php ├── XMLBuild.php ├── XMLChildElementIterator.php ├── XMLChildIterator.php ├── XMLElementIterator.php ├── XMLElementXpathFilter.php ├── XMLNodeTypeFilter.php ├── XMLReaderAggregate.php ├── XMLReaderElement.php ├── XMLReaderFilterBase.php ├── XMLReaderIteration.php ├── XMLReaderIterator.php ├── XMLReaderNextIteration.php ├── XMLReaderNode.php ├── XMLSequenceStream.php ├── XMLSequenceStreamPath.php └── XMLWritingIteration.php /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakre/XMLReaderIterator/HEAD/COPYING -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakre/XMLReaderIterator/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakre/XMLReaderIterator/HEAD/composer.json -------------------------------------------------------------------------------- /composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakre/XMLReaderIterator/HEAD/composer.lock -------------------------------------------------------------------------------- /src/BufferedFileRead.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakre/XMLReaderIterator/HEAD/src/BufferedFileRead.php -------------------------------------------------------------------------------- /src/BufferedFileReaders.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakre/XMLReaderIterator/HEAD/src/BufferedFileReaders.php -------------------------------------------------------------------------------- /src/DOMReadingIteration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakre/XMLReaderIterator/HEAD/src/DOMReadingIteration.php -------------------------------------------------------------------------------- /src/XMLAttributeFilter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakre/XMLReaderIterator/HEAD/src/XMLAttributeFilter.php -------------------------------------------------------------------------------- /src/XMLAttributeFilterBase.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakre/XMLReaderIterator/HEAD/src/XMLAttributeFilterBase.php -------------------------------------------------------------------------------- /src/XMLAttributeIterator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakre/XMLReaderIterator/HEAD/src/XMLAttributeIterator.php -------------------------------------------------------------------------------- /src/XMLAttributePreg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakre/XMLReaderIterator/HEAD/src/XMLAttributePreg.php -------------------------------------------------------------------------------- /src/XMLBuild.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakre/XMLReaderIterator/HEAD/src/XMLBuild.php -------------------------------------------------------------------------------- /src/XMLChildElementIterator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakre/XMLReaderIterator/HEAD/src/XMLChildElementIterator.php -------------------------------------------------------------------------------- /src/XMLChildIterator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakre/XMLReaderIterator/HEAD/src/XMLChildIterator.php -------------------------------------------------------------------------------- /src/XMLElementIterator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakre/XMLReaderIterator/HEAD/src/XMLElementIterator.php -------------------------------------------------------------------------------- /src/XMLElementXpathFilter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakre/XMLReaderIterator/HEAD/src/XMLElementXpathFilter.php -------------------------------------------------------------------------------- /src/XMLNodeTypeFilter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakre/XMLReaderIterator/HEAD/src/XMLNodeTypeFilter.php -------------------------------------------------------------------------------- /src/XMLReaderAggregate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakre/XMLReaderIterator/HEAD/src/XMLReaderAggregate.php -------------------------------------------------------------------------------- /src/XMLReaderElement.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakre/XMLReaderIterator/HEAD/src/XMLReaderElement.php -------------------------------------------------------------------------------- /src/XMLReaderFilterBase.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakre/XMLReaderIterator/HEAD/src/XMLReaderFilterBase.php -------------------------------------------------------------------------------- /src/XMLReaderIteration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakre/XMLReaderIterator/HEAD/src/XMLReaderIteration.php -------------------------------------------------------------------------------- /src/XMLReaderIterator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakre/XMLReaderIterator/HEAD/src/XMLReaderIterator.php -------------------------------------------------------------------------------- /src/XMLReaderNextIteration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakre/XMLReaderIterator/HEAD/src/XMLReaderNextIteration.php -------------------------------------------------------------------------------- /src/XMLReaderNode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakre/XMLReaderIterator/HEAD/src/XMLReaderNode.php -------------------------------------------------------------------------------- /src/XMLSequenceStream.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakre/XMLReaderIterator/HEAD/src/XMLSequenceStream.php -------------------------------------------------------------------------------- /src/XMLSequenceStreamPath.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakre/XMLReaderIterator/HEAD/src/XMLSequenceStreamPath.php -------------------------------------------------------------------------------- /src/XMLWritingIteration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hakre/XMLReaderIterator/HEAD/src/XMLWritingIteration.php --------------------------------------------------------------------------------