Class ExtendStaxDriver
java.lang.Object
com.thoughtworks.xstream.io.AbstractDriver
com.thoughtworks.xstream.io.xml.AbstractXmlDriver
com.thoughtworks.xstream.io.xml.StaxDriver
com.github._1c_syntax.bsl.reader.common.xstream.ExtendStaxDriver
- All Implemented Interfaces:
HierarchicalStreamDriver
Расширенная модель StaxDriver для возможности при чтении иметь доступ к файлу, который читается
-
Constructor Summary
ConstructorDescriptionExtendStaxDriver
(MDReader mdReader) ExtendStaxDriver
(MDReader reader, QNameMap qNameMap) Оставлен для совместимости со старой версией читателя. -
Method Summary
Methods inherited from class com.thoughtworks.xstream.io.xml.StaxDriver
createInputFactory, createOutputFactory, createParser, createParser, createParser, createReader, createReader, createReader, createStaxReader, createStaxWriter, createStaxWriter, createWriter, createWriter, getInputFactory, getOutputFactory, getQnameMap, isRepairingNamespace, setQnameMap, setRepairingNamespace
Methods inherited from class com.thoughtworks.xstream.io.xml.AbstractXmlDriver
xmlFriendlyReplacer
Methods inherited from class com.thoughtworks.xstream.io.AbstractDriver
getNameCoder
-
Constructor Details
-
ExtendStaxDriver
Оставлен для совместимости со старой версией читателя. При разделении читателей не потребуется -
ExtendStaxDriver
-
-
Method Details
-
createReader
- Specified by:
createReader
in interfaceHierarchicalStreamDriver
- Overrides:
createReader
in classStaxDriver
-