Class PMRDocumentFragmentImpl

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

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

    • PMRDocumentFragmentImpl

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

      public PMRDocumentFragmentImpl(DocumentFragment dt, PMRDocument doc)
      Creates a new PMRDocumentFragmentImpl object.
      Parameters:
      dt - the generic W3C document fragment to delegate to
      doc - the owner CML document