Uses of Interface
org.episteme.natural.chemistry.loaders.cml.CMLDocumentFactory
Packages that use CMLDocumentFactory
Package
Description
Provides the
org.episteme.natural.chemistry.loaders.cml module.Provides the
org.episteme.natural.chemistry.loaders.cml.cmlimpl module.-
Uses of CMLDocumentFactory in org.episteme.natural.chemistry.loaders.cml
Methods in org.episteme.natural.chemistry.loaders.cml that return CMLDocumentFactoryModifier and TypeMethodDescriptionCMLReader.getDocumentFactory()Gets the document factory used to create CML documents.Methods in org.episteme.natural.chemistry.loaders.cml with parameters of type CMLDocumentFactoryModifier and TypeMethodDescriptionvoidCMLReader.setDocumentFactory(CMLDocumentFactory factory) Sets the document factory used to create CML documents.Constructors in org.episteme.natural.chemistry.loaders.cml with parameters of type CMLDocumentFactoryModifierConstructorDescriptionCMLReader(CMLDocumentFactory factory) Creates a new CML reader with a custom document factory. -
Uses of CMLDocumentFactory in org.episteme.natural.chemistry.loaders.cml.cmlimpl
Classes in org.episteme.natural.chemistry.loaders.cml.cmlimpl that implement CMLDocumentFactoryMethods in org.episteme.natural.chemistry.loaders.cml.cmlimpl that return CMLDocumentFactoryModifier and TypeMethodDescriptionstatic CMLDocumentFactoryDocumentFactoryImpl.newAbstractInstance()Creates a new DocumentFactory this creates Documents and elements of the abstract documentClassName NOTE: The default class will create Elements of type PMRElement, not subclassed to fit the schema.static CMLDocumentFactoryDocumentFactoryImpl.newInstance()Creates a new DocumentFactory this creates Documents of the subclassed documentClassName NOTE: The default class will create Elements of type CMLBaseImpl, subclassed to fit the schema.static CMLDocumentFactoryDocumentFactoryImpl.newInstance(String documentClassName) Creates a new DocumentFactory for the specified document class.