|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.b2b.protocol.messaging.MiniParser
The MiniParser class represents a simple XML parser that provides the minimal parsing of headers.
Constructor Summary | |
MiniParser()
Constructs a MiniParser. |
Method Summary | |
static MiniParser |
get()
Gets a MiniParser. |
void |
parse(java.io.InputStream is)
Parses the specified input stream. |
static void |
release(MiniParser parser)
Releases the specified MiniParser. |
void |
setContentHandler(org.xml.sax.ContentHandler contentHandler)
Sets the content handler for this MiniParser. |
void |
setErrorHandler(org.xml.sax.ErrorHandler errorHandler)
Sets the error handler for this MiniParser. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public MiniParser()
Method Detail |
public void setContentHandler(org.xml.sax.ContentHandler contentHandler)
public void setErrorHandler(org.xml.sax.ErrorHandler errorHandler)
public void parse(java.io.InputStream is) throws org.xml.sax.SAXException, java.io.IOException
is
- InputStream.public static MiniParser get()
public static void release(MiniParser parser)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |