TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.drivers.xml.internal
Class DXmlReader.DDummy

java.lang.Object
  extended by org.eclipse.tptp.platform.report.core.internal.DItem
      extended by org.eclipse.tptp.platform.report.drivers.xml.internal.DXmlReader.DDummy
All Implemented Interfaces:
IDItem, IDObject
Enclosing class:
DXmlReader

public static class DXmlReader.DDummy
extends DItem

"Null" item a factory could return to said "node you give me is Ok, but it doesn't create any IDItem", so the factory caller could forget this item without reported 'unknown node' error


Constructor Summary
DXmlReader.DDummy()
           
 
Method Summary
 
Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DItem
addChild, clear, getAppliedStyle, getChildCount, getChildPosition, getFirstChild, getIterator, getLastChild, getNext, getParent, getRoot, getStyle, insertChild, isContainer, removeChild, setNext, setParent, setStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DXmlReader.DDummy

public DXmlReader.DDummy()

TPTP 4.5.0 Platform Project
Internal API Specification