Interface LexicalProcessor<T>

All Known Implementing Classes:
DelegatingLexicalProcessor, DomLexicalProcessor, NullLexicalProcessor

public interface LexicalProcessor<T>
Takes care of converting between XNode tree and specific lexical representation (XML, JSON, YAML). As a special case, NullLexicalProcessor uses XNode tree itself as a lexical representation.
Author:
semancik