public class GenericNode extends Object implements ParseOutput
ParseOutput
.Modifier and Type | Field and Description |
---|---|
Hashtable |
_atts
Parsing attributes.
|
Vector |
_elems
Vector that has parsing elements.
|
String |
_name
Name of request.
|
String |
_pcdata
Data to be parsed.
|
Constructor and Description |
---|
GenericNode() |
Modifier and Type | Method and Description |
---|---|
void |
process(String name,
Vector elems,
Hashtable atts,
String pcdata)
Processes request to information key.
|
String |
toString() |
public String _name
public Vector _elems
public Hashtable _atts
public String _pcdata
public void process(String name, Vector elems, Hashtable atts, String pcdata)
process
in interface ParseOutput
name
- name of request.elems
- vector that has parsing elements.atts
- parsing attributes.pcdata
- given data to be parsed..Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.