Java org.jdom2.output.support Walker fields, constructors, methods, implement or subclass

Example usage for Java org.jdom2.output.support Walker fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jdom2.output.support Walker.

The text is from its open source code.

Method

booleanhasNext()
Behaves similarly to to a regular Iterator
booleanisCDATA()
If the previous next() method returned null, then this will indicate whether the current text() value is CDATA or regular Text.
Contentnext()
Similar to an Iterator, but null return values need special treatment.
Stringtext()
If the previous call to next() returned null, then this will return the required text to be processed.