public class ObjectFactory
extends java.lang.Object
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 and 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
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<OperatorType> |
createAbs(OperatorType value)
|
javax.xml.bind.JAXBElement<OperatorType> |
createAnd(OperatorType value)
|
javax.xml.bind.JAXBElement<ApplyType> |
createApply(ApplyType value)
|
ApplyType |
createApplyType()
Create an instance of
ApplyType |
javax.xml.bind.JAXBElement<OperatorType> |
createArccos(OperatorType value)
|
javax.xml.bind.JAXBElement<OperatorType> |
createArcsin(OperatorType value)
|
javax.xml.bind.JAXBElement<OperatorType> |
createArctan(OperatorType value)
|
javax.xml.bind.JAXBElement<OperatorType> |
createCeiling(OperatorType value)
|
javax.xml.bind.JAXBElement<CiType> |
createCi(CiType value)
|
CiType |
createCiType()
Create an instance of
CiType |
javax.xml.bind.JAXBElement<CnType> |
createCn(CnType value)
|
CnType |
createCnType()
Create an instance of
CnType |
ConstantType |
createConstantType()
Create an instance of
ConstantType |
javax.xml.bind.JAXBElement<OperatorType> |
createCos(OperatorType value)
|
javax.xml.bind.JAXBElement<QualifierType> |
createDegree(QualifierType value)
|
javax.xml.bind.JAXBElement<OperatorType> |
createDivide(OperatorType value)
|
javax.xml.bind.JAXBElement<OperatorType> |
createEq(OperatorType value)
|
javax.xml.bind.JAXBElement<OperatorType> |
createExp(OperatorType value)
|
javax.xml.bind.JAXBElement<ConstantType> |
createExponentiale(ConstantType value)
|
javax.xml.bind.JAXBElement<ConstantType> |
createFalse(ConstantType value)
|
javax.xml.bind.JAXBElement<OperatorType> |
createFloor(OperatorType value)
|
javax.xml.bind.JAXBElement<OperatorType> |
createGeq(OperatorType value)
|
javax.xml.bind.JAXBElement<OperatorType> |
createGt(OperatorType value)
|
javax.xml.bind.JAXBElement<OperatorType> |
createLeq(OperatorType value)
|
javax.xml.bind.JAXBElement<OperatorType> |
createLn(OperatorType value)
|
javax.xml.bind.JAXBElement<OperatorType> |
createLog(OperatorType value)
|
javax.xml.bind.JAXBElement<QualifierType> |
createLogbase(QualifierType value)
|
javax.xml.bind.JAXBElement<OperatorType> |
createLt(OperatorType value)
|
javax.xml.bind.JAXBElement<MathType> |
createMath(MathType value)
|
MathType |
createMathType()
Create an instance of
MathType |
javax.xml.bind.JAXBElement<OperatorType> |
createMax(OperatorType value)
|
javax.xml.bind.JAXBElement<OperatorType> |
createMin(OperatorType value)
|
javax.xml.bind.JAXBElement<OperatorType> |
createMinus(OperatorType value)
|
javax.xml.bind.JAXBElement<OperatorType> |
createNeq(OperatorType value)
|
javax.xml.bind.JAXBElement<OperatorType> |
createNot(OperatorType value)
|
OperatorType |
createOperatorType()
Create an instance of
OperatorType |
javax.xml.bind.JAXBElement<OperatorType> |
createOr(OperatorType value)
|
javax.xml.bind.JAXBElement<ConstantType> |
createPi(ConstantType value)
|
javax.xml.bind.JAXBElement<OperatorType> |
createPlus(OperatorType value)
|
javax.xml.bind.JAXBElement<OperatorType> |
createPower(OperatorType value)
|
javax.xml.bind.JAXBElement<OperatorType> |
createProduct(OperatorType value)
|
QualifierType |
createQualifierType()
Create an instance of
QualifierType |
javax.xml.bind.JAXBElement<OperatorType> |
createQuotient(OperatorType value)
|
javax.xml.bind.JAXBElement<OperatorType> |
createRem(OperatorType value)
|
javax.xml.bind.JAXBElement<OperatorType> |
createRoot(OperatorType value)
|
javax.xml.bind.JAXBElement<SepType> |
createSep(SepType value)
|
SepType |
createSepType()
Create an instance of
SepType |
javax.xml.bind.JAXBElement<OperatorType> |
createSin(OperatorType value)
|
javax.xml.bind.JAXBElement<OperatorType> |
createSum(OperatorType value)
|
javax.xml.bind.JAXBElement<OperatorType> |
createTan(OperatorType value)
|
javax.xml.bind.JAXBElement<OperatorType> |
createTimes(OperatorType value)
|
javax.xml.bind.JAXBElement<ConstantType> |
createTrue(ConstantType value)
|
javax.xml.bind.JAXBElement<OperatorType> |
createXor(OperatorType value)
|
public ObjectFactory()
public OperatorType createOperatorType()
OperatorTypepublic QualifierType createQualifierType()
QualifierTypepublic ConstantType createConstantType()
ConstantTypepublic javax.xml.bind.JAXBElement<OperatorType> createAbs(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createFloor(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createCeiling(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createPower(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createRoot(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createMinus(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createPlus(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createSum(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createTimes(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createProduct(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createMax(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createMin(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createQuotient(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createDivide(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createRem(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createAnd(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createOr(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createXor(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createNot(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createEq(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createNeq(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createLeq(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createLt(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createGeq(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createGt(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createExp(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createLn(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createLog(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createSin(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createCos(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createTan(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createArcsin(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createArccos(OperatorType value)
public javax.xml.bind.JAXBElement<OperatorType> createArctan(OperatorType value)
public javax.xml.bind.JAXBElement<QualifierType> createLogbase(QualifierType value)
public javax.xml.bind.JAXBElement<QualifierType> createDegree(QualifierType value)
public javax.xml.bind.JAXBElement<ConstantType> createExponentiale(ConstantType value)
public javax.xml.bind.JAXBElement<ConstantType> createPi(ConstantType value)
public javax.xml.bind.JAXBElement<ConstantType> createTrue(ConstantType value)
public javax.xml.bind.JAXBElement<ConstantType> createFalse(ConstantType value)
Copyright © 2007–2025. All rights reserved.