Class NodeError
java.lang.Object
com.ibm.jvm.j9.dump.indexsupport.NodeAbstract
com.ibm.jvm.j9.dump.indexsupport.NodeError
- All Implemented Interfaces:
IParserNode
-
Constructor Summary
Constructors -
Method Summary
Methods declared in class NodeAbstract
_longByResolvingRawKey, _longFromString, _longFromString, didFinishParsing, nodeToPushAfterStarting, stringWasParsedModifier and TypeMethodDescriptionstatic long_longByResolvingRawKey(String rawText, String key) Looks up the given key in rawText and finds the long that corresponds to it.static long_longFromString(String value) Helper method for parsing strings into numbers.static long_longFromString(String value, long defaultValue) Helper method for parsing strings into numbers.voidCalled when this tag is done being parsed (the start tag and all children have been fully parsed) and it is going to be discarded by the parser.nodeToPushAfterStarting(String uri, String localName, String qName, Attributes attributes) Called when a start tag is parsed.voidstringWasParsed(String string) Called when a literal string is parsed in the XML stream.
-
Constructor Details
-
NodeError
public NodeError()
-
-
Method Details
-
errorTag
-