Package nbbrd.io.xml
Interface Xml.Parser<T>
- All Superinterfaces:
FileParser<T>,TextParser<T>
- All Known Implementing Classes:
Sax.Parser,Stax.EventParser,Stax.StreamParser
- Enclosing class:
- Xml
-
Method Summary
Methods inherited from interface nbbrd.io.FileParser
parseFile, parsePath, parseResource, parseStream, parseStreamMethods inherited from interface nbbrd.io.text.TextParser
parseChars, parseFile, parsePath, parseReader, parseReader, parseResource, parseStream, parseStream, withCharset
-
Method Details
-
isIgnoreXXE
boolean isIgnoreXXE() -
andThen
- Specified by:
andThenin interfaceFileParser<T>- Specified by:
andThenin interfaceTextParser<T>
-