BinaryOperatorType |
AddDocument.addNewAdd() |
Appends and returns a new empty "Add" element
|
BinaryOperatorType |
DivDocument.addNewDiv() |
Appends and returns a new empty "Div" element
|
BinaryOperatorType |
MulDocument.addNewMul() |
Appends and returns a new empty "Mul" element
|
BinaryOperatorType |
SubDocument.addNewSub() |
Appends and returns a new empty "Sub" element
|
BinaryOperatorType |
AddDocument.getAdd() |
Gets the "Add" element
|
BinaryOperatorType |
DivDocument.getDiv() |
Gets the "Div" element
|
BinaryOperatorType |
MulDocument.getMul() |
Gets the "Mul" element
|
BinaryOperatorType |
SubDocument.getSub() |
Gets the "Sub" element
|
static BinaryOperatorType |
BinaryOperatorType.Factory.newInstance() |
|
static BinaryOperatorType |
BinaryOperatorType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(File file) |
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(InputStream is) |
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(Reader r) |
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(String xmlAsString) |
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(URL u) |
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(XMLStreamReader sr) |
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) |
Deprecated.
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options) |
Deprecated.
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(Node node) |
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
|