Uses of Interface
org.episteme.natural.chemistry.loaders.cml.dom.pmr.PMRDocument
Packages that use PMRDocument
Package
Description
Provides the
org.episteme.natural.chemistry.loaders.cml module.Provides the
org.episteme.natural.chemistry.loaders.cml.cmlimpl module.Provides the
org.episteme.natural.chemistry.loaders.cml.dom.pmr module.-
Uses of PMRDocument in org.episteme.natural.chemistry.loaders.cml
Subinterfaces of PMRDocument in org.episteme.natural.chemistry.loaders.cmlModifier and TypeInterfaceDescriptioninterfaceCORE InterfaceDTD ClassThe interface for any Document objects There are NO Core Methods. -
Uses of PMRDocument in org.episteme.natural.chemistry.loaders.cml.cmlimpl
Classes in org.episteme.natural.chemistry.loaders.cml.cmlimpl that implement PMRDocumentModifier and TypeClassDescriptionclassThe base class for any CML Document objects -
Uses of PMRDocument in org.episteme.natural.chemistry.loaders.cml.dom.pmr
Classes in org.episteme.natural.chemistry.loaders.cml.dom.pmr that implement PMRDocumentModifier and TypeClassDescriptionclassTheDocumentinterface represents the entire HTML or XML document.Fields in org.episteme.natural.chemistry.loaders.cml.dom.pmr declared as PMRDocumentMethods in org.episteme.natural.chemistry.loaders.cml.dom.pmr with parameters of type PMRDocumentModifier and TypeMethodDescriptionprotected voidPMRNodeImpl.setOwnerDocument(PMRDocument doc) for use by subclasses to remove PMRDocument hierarchyprotected voidPMRNodeImpl.setOwnerDocumentRecursively(PMRDocument doc) Constructors in org.episteme.natural.chemistry.loaders.cml.dom.pmr with parameters of type PMRDocumentModifierConstructorDescriptionPMRCDATASectionImpl(CDATASection dt, PMRDocument doc) Creates a new PMRCDATASectionImpl object.PMRCharacterDataImpl(CharacterData cd, PMRDocument doc) Creates a new PMRCharacterDataImpl object.PMRCommentImpl(Comment comment, PMRDocument doc) Creates a new PMRCommentImpl object.Creates a new PMRDocumentFragmentImpl object.PMRDocumentTypeImpl(DocumentType dt, PMRDocument doc) Creates a new PMRDocumentTypeImpl object.protectedPMRElementImpl(PMRDocument pmrDoc, String tagName) protectedPMRElementImpl(Element element, PMRDocument doc) Creates a new PMREntityReferenceImpl object.PMRNodeImpl(PMRNodeImpl node, PMRDocument pmrDocument) PMRNodeImpl(Node node, PMRDocument pmrDocument) PMRProcessingInstructionImpl(ProcessingInstruction processingInstruction, PMRDocument doc) Creates a new PMRProcessingInstructionImpl object.PMRTextImpl(Text text, PMRDocument doc) Creates a new PMRTextImpl object.