org.sourceprojects.xmlparser
Interface ParserContext<T>

Type Parameters:
T - Type of ContextObject to use
All Superinterfaces:
ParserContext<T>

Deprecated. Use ParserContext instead

@Deprecated
public interface ParserContext<T>
extends ParserContext<T>

Interface for ParserContext implementations.
The standard implementation of this interface returned by XmlParserFactory is generified to be able to meet users requirements while parsing

Since:
0.0.1
Author:
noctarius

Method Summary
 
Methods inherited from interface org.sourceprojects.lycia.ParserContext
getContextObject, getParserState, setContextObject, setParserState
 



Copyright © 2010. All Rights Reserved.