public interface ParseOutput
Modifier and Type | Method and Description |
---|---|
void |
process(XMLParser parser,
String name,
Vector elems,
Hashtable atts,
String Pcdata)
method called by the XML callback function
|
void process(XMLParser parser, String name, Vector elems, Hashtable atts, String Pcdata) throws XMLException
method called by the XML callback function
name
- the name of this node.elems
- contains all the sub-nodes.atts
- contains the attributes value of this nodePcdata
- contains text value of this nodeXMLException
ParseOutput
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.