xrel.xml
Interface ParserWrapper.DocumentInfo
- All Known Implementing Classes:
- Xerces
- Enclosing class:
- ParserWrapper
- public static interface ParserWrapper.DocumentInfo
This interface is here to query information about the document
implementation returned by the ParserWrapper#parse
method.
- Author:
- Andy Clark, IBM
|
Method Summary |
boolean |
isIgnorableWhitespace(org.w3c.dom.Text text)
Returns true if the specified text node is ignorable whitespace. |
isIgnorableWhitespace
public boolean isIgnorableWhitespace(org.w3c.dom.Text text)
- Returns true if the specified text node is ignorable whitespace.