java.lang.Object
com.ibm.jvm.j9.dump.indexsupport.NodeAbstract
com.ibm.jvm.j9.dump.indexsupport.NodeClassInVM
- All Implemented Interfaces:
IParserNode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnodeToPushAfterStarting
(String uri, String localName, String qName, Attributes attributes) Called when a start tag is parsed.Methods declared in class com.ibm.jvm.j9.dump.indexsupport.NodeAbstract
_longByResolvingRawKey, _longFromString, _longFromString, didFinishParsing, nodeToPushAfterStarting, stringWasParsed
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods declared in interface com.ibm.jvm.j9.dump.indexsupport.IParserNode
didFinishParsing, stringWasParsed
-
Constructor Details
-
NodeClassInVM
-
-
Method Details
-
nodeToPushAfterStarting
public IParserNode nodeToPushAfterStarting(String uri, String localName, String qName, Attributes attributes) Description copied from interface:IParserNode
Called 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:
nodeToPushAfterStarting
in interfaceIParserNode
- Returns:
-