Uses of Interface
org.w3c.dom.mathml.MathMLDeclareElement
Packages that use MathMLDeclareElement
Package
Description
Provides the
module.
invalid reference
org.episteme.core.ml.mathml
Provides the
org.w3c.dom.mathml module.-
Uses of MathMLDeclareElement in org.episteme.core.mathematics.loaders.mathml
Methods in org.episteme.core.mathematics.loaders.mathml that return MathMLDeclareElementModifier and TypeMethodDescriptionMathMLContentContainerImpl.getDeclaration(int index) Returns the declaration at the specified index.MathMLMathElementImpl.getDeclaration(int index) Gets a specific declaration by index.MathMLPresentationContainerImpl.getDeclaration(int index) Gets a specific declaration by index.MathMLContentContainerImpl.insertDeclaration(MathMLDeclareElement newDeclaration, int index) Inserts a new declaration at the specified index.MathMLMathElementImpl.insertDeclaration(MathMLDeclareElement newDeclaration, int index) Inserts a declaration at a specific index.MathMLPresentationContainerImpl.insertDeclaration(MathMLDeclareElement newDeclaration, int index) Inserts a declaration at a specific index.MathMLContentContainerImpl.removeDeclaration(int index) Removes the declaration at the specified index.MathMLMathElementImpl.removeDeclaration(int index) Removes a declaration at a specific index.MathMLPresentationContainerImpl.removeDeclaration(int index) Removes a declaration at a specific index.MathMLContentContainerImpl.setDeclaration(MathMLDeclareElement newDeclaration, int index) Sets the declaration at the specified index.MathMLMathElementImpl.setDeclaration(MathMLDeclareElement newDeclaration, int index) Sets or replaces a declaration at a specific index.MathMLPresentationContainerImpl.setDeclaration(MathMLDeclareElement newDeclaration, int index) Sets or replaces a declaration at a specific index.Methods in org.episteme.core.mathematics.loaders.mathml with parameters of type MathMLDeclareElementModifier and TypeMethodDescriptionMathMLContentContainerImpl.insertDeclaration(MathMLDeclareElement newDeclaration, int index) Inserts a new declaration at the specified index.MathMLMathElementImpl.insertDeclaration(MathMLDeclareElement newDeclaration, int index) Inserts a declaration at a specific index.MathMLPresentationContainerImpl.insertDeclaration(MathMLDeclareElement newDeclaration, int index) Inserts a declaration at a specific index.MathMLContentContainerImpl.setDeclaration(MathMLDeclareElement newDeclaration, int index) Sets the declaration at the specified index.MathMLMathElementImpl.setDeclaration(MathMLDeclareElement newDeclaration, int index) Sets or replaces a declaration at a specific index.MathMLPresentationContainerImpl.setDeclaration(MathMLDeclareElement newDeclaration, int index) Sets or replaces a declaration at a specific index. -
Uses of MathMLDeclareElement in org.w3c.dom.mathml
Methods in org.w3c.dom.mathml that return MathMLDeclareElementModifier and TypeMethodDescriptionMathMLContainer.getDeclaration(int index) Retrieves a declaration at the specified index.MathMLContainer.insertDeclaration(MathMLDeclareElement newDeclaration, int index) Inserts a declaration at the specified index.MathMLContainer.removeDeclaration(int index) Removes the declaration at the specified index and returns it.MathMLContainer.setDeclaration(MathMLDeclareElement newDeclaration, int index) Sets or replaces a declaration at the specified index.Methods in org.w3c.dom.mathml with parameters of type MathMLDeclareElementModifier and TypeMethodDescriptionMathMLContainer.insertDeclaration(MathMLDeclareElement newDeclaration, int index) Inserts a declaration at the specified index.MathMLContainer.setDeclaration(MathMLDeclareElement newDeclaration, int index) Sets or replaces a declaration at the specified index.