Module openj9.dtfj

Class NodeClassInVM

java.lang.Object
com.ibm.jvm.j9.dump.indexsupport.NodeAbstract
com.ibm.jvm.j9.dump.indexsupport.NodeClassInVM
All Implemented Interfaces:
IParserNode

public class NodeClassInVM extends NodeAbstract implements IParserNode
  • Constructor Details

  • 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 interface IParserNode
      Returns: