public class GenericNode extends Object implements ParseOutput
Modifier and Type | Field and Description |
---|---|
Hashtable |
_atts
Attribute values of this node
|
Vector |
_elems
Sub-node of this node
|
String |
_name
Name of this node
|
String |
_pcdata
Text value of this node
|
Constructor and Description |
---|
GenericNode() |
Modifier and Type | Method and Description |
---|---|
void |
process(XMLParser parser,
String name,
Vector elems,
Hashtable atts,
String pcdata)
Store the node information into this object.
|
String |
toString()
Returns content of this node by String type.
|
public String _name
public Vector _elems
public Hashtable _atts
public String _pcdata
public void process(XMLParser parser, String name, Vector elems, Hashtable atts, String pcdata)
process
in interface ParseOutput
parser
- XML Parser instancename
- the name of this node.elems
- contains all the sub-nodes.atts
- contains the attributes value of this nodepcdata
- contains text value of this nodeParseOutput
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.