public class ObjectFactory extends 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
|
public ObjectFactory()
public OperatorType createOperatorType()
OperatorTypepublic QualifierType createQualifierType()
QualifierTypepublic ConstantType createConstantType()
ConstantTypepublic JAXBElement<MathType> createMath(MathType value)
public JAXBElement<OperatorType> createAbs(OperatorType value)
public JAXBElement<OperatorType> createFloor(OperatorType value)
public JAXBElement<OperatorType> createCeiling(OperatorType value)
public JAXBElement<OperatorType> createPower(OperatorType value)
public JAXBElement<OperatorType> createRoot(OperatorType value)
public JAXBElement<OperatorType> createMinus(OperatorType value)
public JAXBElement<OperatorType> createPlus(OperatorType value)
public JAXBElement<OperatorType> createSum(OperatorType value)
public JAXBElement<OperatorType> createTimes(OperatorType value)
public JAXBElement<OperatorType> createProduct(OperatorType value)
public JAXBElement<OperatorType> createMax(OperatorType value)
public JAXBElement<OperatorType> createMin(OperatorType value)
public JAXBElement<OperatorType> createQuotient(OperatorType value)
public JAXBElement<OperatorType> createDivide(OperatorType value)
public JAXBElement<OperatorType> createRem(OperatorType value)
public JAXBElement<OperatorType> createAnd(OperatorType value)
public JAXBElement<OperatorType> createOr(OperatorType value)
public JAXBElement<OperatorType> createXor(OperatorType value)
public JAXBElement<OperatorType> createNot(OperatorType value)
public JAXBElement<OperatorType> createEq(OperatorType value)
public JAXBElement<OperatorType> createNeq(OperatorType value)
public JAXBElement<OperatorType> createLeq(OperatorType value)
public JAXBElement<OperatorType> createLt(OperatorType value)
public JAXBElement<OperatorType> createGeq(OperatorType value)
public JAXBElement<OperatorType> createGt(OperatorType value)
public JAXBElement<OperatorType> createExp(OperatorType value)
public JAXBElement<OperatorType> createLn(OperatorType value)
public JAXBElement<OperatorType> createLog(OperatorType value)
public JAXBElement<OperatorType> createSin(OperatorType value)
public JAXBElement<OperatorType> createCos(OperatorType value)
public JAXBElement<OperatorType> createTan(OperatorType value)
public JAXBElement<OperatorType> createArcsin(OperatorType value)
public JAXBElement<OperatorType> createArccos(OperatorType value)
public JAXBElement<OperatorType> createArctan(OperatorType value)
public JAXBElement<QualifierType> createLogbase(QualifierType value)
public JAXBElement<QualifierType> createDegree(QualifierType value)
public JAXBElement<ConstantType> createExponentiale(ConstantType value)
public JAXBElement<ConstantType> createPi(ConstantType value)
public JAXBElement<ConstantType> createTrue(ConstantType value)
public JAXBElement<ConstantType> createFalse(ConstantType value)
public JAXBElement<ApplyType> createApply(ApplyType value)
public JAXBElement<SepType> createSep(SepType value)
public JAXBElement<CnType> createCn(CnType value)
public JAXBElement<CiType> createCi(CiType value)
Copyright © 2007-2019. All Rights Reserved.