Package com.iplanet.dpro.parser
Class GenericNode
- java.lang.Object
-
- com.iplanet.dpro.parser.GenericNode
-
- All Implemented Interfaces:
ParseOutput
public class GenericNode extends Object implements ParseOutput
A generic implementation ofParseOutput
.
-
-
Constructor Summary
Constructors Constructor Description GenericNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(String name, Vector elems, Hashtable atts, String pcdata)
Processes request to information key.String
toString()
-
-
-
Method Detail
-
process
public void process(String name, Vector elems, Hashtable atts, String pcdata)
Processes request to information key. This is called by the SAX parser.- Specified by:
process
in interfaceParseOutput
- Parameters:
name
- name of request.elems
- vector that has parsing elements.atts
- parsing attributes.pcdata
- given data to be parsed..
-
-