Class ObjectFactory
java.lang.Object
org.docx4j.org.w3.x1998.math.mathML.ObjectFactory
public class ObjectFactory
extends java.lang.Object
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.docx4j.org.w3.x1998.math.mathML package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.docx4j.org.w3.x1998.math.mathML -
Method Summary
Modifier and Type Method Description jakarta.xml.bind.JAXBElement<OperatorType>createAbs(OperatorType value)jakarta.xml.bind.JAXBElement<OperatorType>createAnd(OperatorType value)jakarta.xml.bind.JAXBElement<ApplyType>createApply(ApplyType value)ApplyTypecreateApplyType()Create an instance ofApplyTypejakarta.xml.bind.JAXBElement<OperatorType>createArccos(OperatorType value)jakarta.xml.bind.JAXBElement<OperatorType>createArcsin(OperatorType value)jakarta.xml.bind.JAXBElement<OperatorType>createArctan(OperatorType value)jakarta.xml.bind.JAXBElement<OperatorType>createCeiling(OperatorType value)jakarta.xml.bind.JAXBElement<CiType>createCi(CiType value)CiTypecreateCiType()Create an instance ofCiTypejakarta.xml.bind.JAXBElement<CnType>createCn(CnType value)CnTypecreateCnType()Create an instance ofCnTypeConstantTypecreateConstantType()Create an instance ofConstantTypejakarta.xml.bind.JAXBElement<OperatorType>createCos(OperatorType value)jakarta.xml.bind.JAXBElement<QualifierType>createDegree(QualifierType value)jakarta.xml.bind.JAXBElement<OperatorType>createDivide(OperatorType value)jakarta.xml.bind.JAXBElement<OperatorType>createEq(OperatorType value)jakarta.xml.bind.JAXBElement<OperatorType>createExp(OperatorType value)jakarta.xml.bind.JAXBElement<ConstantType>createExponentiale(ConstantType value)jakarta.xml.bind.JAXBElement<ConstantType>createFalse(ConstantType value)jakarta.xml.bind.JAXBElement<OperatorType>createFloor(OperatorType value)jakarta.xml.bind.JAXBElement<OperatorType>createGeq(OperatorType value)jakarta.xml.bind.JAXBElement<OperatorType>createGt(OperatorType value)jakarta.xml.bind.JAXBElement<OperatorType>createLeq(OperatorType value)jakarta.xml.bind.JAXBElement<OperatorType>createLn(OperatorType value)jakarta.xml.bind.JAXBElement<OperatorType>createLog(OperatorType value)jakarta.xml.bind.JAXBElement<QualifierType>createLogbase(QualifierType value)jakarta.xml.bind.JAXBElement<OperatorType>createLt(OperatorType value)jakarta.xml.bind.JAXBElement<MathType>createMath(MathType value)MathTypecreateMathType()Create an instance ofMathTypejakarta.xml.bind.JAXBElement<OperatorType>createMax(OperatorType value)jakarta.xml.bind.JAXBElement<OperatorType>createMin(OperatorType value)jakarta.xml.bind.JAXBElement<OperatorType>createMinus(OperatorType value)jakarta.xml.bind.JAXBElement<OperatorType>createNeq(OperatorType value)jakarta.xml.bind.JAXBElement<OperatorType>createNot(OperatorType value)OperatorTypecreateOperatorType()Create an instance ofOperatorTypejakarta.xml.bind.JAXBElement<OperatorType>createOr(OperatorType value)jakarta.xml.bind.JAXBElement<ConstantType>createPi(ConstantType value)jakarta.xml.bind.JAXBElement<OperatorType>createPlus(OperatorType value)jakarta.xml.bind.JAXBElement<OperatorType>createPower(OperatorType value)jakarta.xml.bind.JAXBElement<OperatorType>createProduct(OperatorType value)QualifierTypecreateQualifierType()Create an instance ofQualifierTypejakarta.xml.bind.JAXBElement<OperatorType>createQuotient(OperatorType value)jakarta.xml.bind.JAXBElement<OperatorType>createRem(OperatorType value)jakarta.xml.bind.JAXBElement<OperatorType>createRoot(OperatorType value)jakarta.xml.bind.JAXBElement<SepType>createSep(SepType value)SepTypecreateSepType()Create an instance ofSepTypejakarta.xml.bind.JAXBElement<OperatorType>createSin(OperatorType value)jakarta.xml.bind.JAXBElement<OperatorType>createSum(OperatorType value)jakarta.xml.bind.JAXBElement<OperatorType>createTan(OperatorType value)jakarta.xml.bind.JAXBElement<OperatorType>createTimes(OperatorType value)jakarta.xml.bind.JAXBElement<ConstantType>createTrue(ConstantType value)jakarta.xml.bind.JAXBElement<OperatorType>createXor(OperatorType value)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.docx4j.org.w3.x1998.math.mathML
-
-
Method Details
-
createMathType
Create an instance ofMathType -
createOperatorType
Create an instance ofOperatorType -
createQualifierType
Create an instance ofQualifierType -
createConstantType
Create an instance ofConstantType -
createApplyType
Create an instance ofApplyType -
createSepType
Create an instance ofSepType -
createCnType
Create an instance ofCnType -
createCiType
Create an instance ofCiType -
createMath
-
createAbs
-
createFloor
-
createCeiling
-
createPower
-
createRoot
-
createMinus
-
createPlus
-
createSum
-
createTimes
-
createProduct
-
createMax
-
createMin
-
createQuotient
-
createDivide
-
createRem
-
createAnd
-
createOr
-
createXor
-
createNot
-
createEq
-
createNeq
-
createLeq
-
createLt
-
createGeq
-
createGt
-
createExp
-
createLn
-
createLog
-
createSin
-
createCos
-
createTan
-
createArcsin
-
createArccos
-
createArctan
-
createLogbase
-
createDegree
-
createExponentiale
-
createPi
-
createTrue
-
createFalse
-
createApply
-
createSep
-
createCn
-
createCi
-