![]() |
All Packages This Package Class Hierarchy Class Search Index Interface grendel.mime.IMimeOperatorThis is the interface of objects which operate on a parsed tree of MIME objects. When an IMimeParser is created to parse a stream, an implementor of IMimeOperator is created along with it, to operate on the MIME objects as they are parsed. Each IMimeOperator has an IMimeObject associated with it, representing the node currently being parsed. It may use that to interrogate information like content-types and other header values.
See Also: MimeHTMLOperatorFactory, IMimeObject, IMimeParser
public interface IMimeOperator
{
// Methods 3
public abstract IMimeOperator createChild(IMimeObject);
public abstract void pushBytes(ByteBuf);
public abstract void pushEOF();
}
Methods pushBytespublic abstract void pushBytes(ByteBuf b)
createChildpublic abstract IMimeOperator createChild(IMimeObject object)
pushEOFpublic abstract void pushEOF()
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4 |
|
|
Copyright © 1998-1999 The Mozilla Organization.
Last modified September 9, 1998. |
|