Class NodeClassInVM
java.lang.Object
com.ibm.jvm.j9.dump.indexsupport.NodeAbstract
com.ibm.jvm.j9.dump.indexsupport.NodeClassInVM
- All Implemented Interfaces:
 IParserNode
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionnodeToPushAfterStarting(String uri, String localName, String qName, Attributes attributes) Called when a start tag is parsed.Methods declared in class NodeAbstract
_longByResolvingRawKey, _longFromString, _longFromString, didFinishParsing, nodeToPushAfterStarting, stringWasParsedMethods declared in class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods declared in interface IParserNode
didFinishParsing, stringWasParsed 
- 
Constructor Details
- 
NodeClassInVM
 
 - 
 - 
Method Details
- 
nodeToPushAfterStarting
public IParserNode nodeToPushAfterStarting(String uri, String localName, String qName, Attributes attributes) Description copied from interface:IParserNodeCalled when a start tag is parsed. Returns the node to handle this new scope which may be the same instance as the receiver if this same node wants to take responsibility.- Specified by:
 nodeToPushAfterStartingin interfaceIParserNode- Parameters:
 uri-localName-qName-attributes-- Returns:
 
 
 -