Home » Xerces-J-src.2.9.1 » dom » [javadoc | source]
dom
public interface: ParserWrapper.DocumentInfo [javadoc | source]

All Known Implementing Classes:
    Xerces

This interface is here to query information about the document implementation returned by the ParserWrapper#parse method.
Method from dom.ParserWrapper$DocumentInfo Summary:
isIgnorableWhitespace
Method from dom.ParserWrapper$DocumentInfo Detail:
 public boolean isIgnorableWhitespace(Text text)
    Returns true if the specified text node is ignorable whitespace.