| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--oss.net.pstream.sax.ElementHandler
        |
        +--oss.net.pstream.sax.UservarElement
| Field Summary | 
| Constructor Summary | |
UservarElement(boolean Debug)
 | 
|
| Method Summary | |
 java.lang.String | 
getName()
Returns the name of the element this Handler handles.  | 
 PortletStreamParameters | 
handleElementEnd(java.lang.StringBuffer content,
                 PortletStreamParametersMap Params,
                 java.lang.String PortletName)
Handles the end of an element (ending editing of an element for instance).  | 
 PortletStreamParameters | 
handleElementStart(PortletStreamParametersMap Params,
                   java.lang.String PortletName,
                   org.xml.sax.Attributes Attrs)
Handles the start of an element (setting params and stuff).  | 
| Methods inherited from class oss.net.pstream.sax.ElementHandler | 
AttributeException, debug, debug | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public UservarElement(boolean Debug)
| Method Detail | 
public java.lang.String getName()
ElementHandler
getName in class ElementHandlerElementHandler.getName()
public PortletStreamParameters handleElementStart(PortletStreamParametersMap Params,
                                                  java.lang.String PortletName,
                                                  org.xml.sax.Attributes Attrs)
                                           throws org.xml.sax.SAXException
ElementHandler
handleElementStart in class ElementHandlerAttrs - the SAX Attributes of the element.
org.xml.sax.SAXException - If you screw up.ElementHandler.handleElementStart(PortletStreamParametersMap, String, Attributes)
public PortletStreamParameters handleElementEnd(java.lang.StringBuffer content,
                                                PortletStreamParametersMap Params,
                                                java.lang.String PortletName)
                                         throws org.xml.sax.SAXException
ElementHandler
handleElementEnd in class ElementHandlercontent - A StringBuffer of all data found since the
 handleElementStart tag was called.Params - The parameters of the current PortletStream.
org.xml.sax.SAXException - if you screw up.ElementHandler.handleElementEnd(StringBuffer, PortletStreamParametersMap, String)
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||