Class PMRProcessingInstructionImpl

java.lang.Object
org.episteme.natural.chemistry.loaders.cml.dom.pmr.PMRNodeImpl
org.episteme.natural.chemistry.loaders.cml.dom.pmr.PMRProcessingInstructionImpl
All Implemented Interfaces:
Node, ProcessingInstruction

public class PMRProcessingInstructionImpl extends PMRNodeImpl implements ProcessingInstruction
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

    • PMRProcessingInstructionImpl

      public PMRProcessingInstructionImpl()
      Creates a new PMRProcessingInstructionImpl object.
    • PMRProcessingInstructionImpl

      public PMRProcessingInstructionImpl(ProcessingInstruction processingInstruction, PMRDocument doc)
      Creates a new PMRProcessingInstructionImpl object.
      Parameters:
      processingInstruction - the generic W3C processing instruction to delegate to
      doc - the owner CML document
  • Method Details