java - Xml document to DOM object using DocumentBuilderFactory -


I am currently amending a piece of code and I am thinking that XML is formatted (tabs) And the difference) will be affected by the way it is parsed in the DocumentBuilderFactory class.

In short, the question is ... Can I pass a large long string with no differences in DocumentBuilderFactory or need to be formatted in some way?

"Class Document Builder Feature

" Factory API defines which DOM Object tree produces XML documents that enables the application to be parsed. "

This should not affect the efficiency of the parser as long as the string valid XML's tabs and newlines have been snatched or not been ignored by the hands and in fact the human reader's aesthetics.

Note that you have a input stream (StringBufber InputStream for example) Document Builder Parsed String Version perceive that as a URI for XML.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -