|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
OMElement.addAttribute(OMAttribute) with an attribute that is already
owned by the element is a no-op.OMElement.addAttribute(OMAttribute) with an attribute that is already
owned by another element will clone the attribute.OMElement.addAttribute(OMAttribute) behaves correctly when an attribute with
the same name and namespace URI already exists.OMElement.addAttribute(String, String, OMNamespace) behaves correctly when an
attribute with the same name and namespace URI already exists.OMElement.addAttribute(OMAttribute) doesn't create an additional namespace declaration if
a corresponding declaration is already in scope.OMElement.addAttribute(OMAttribute) doesn't create an additional namespace
declaration if a corresponding declaration already exists on the element.OMElement.addAttribute(OMAttribute) correctly generates a
new namespace declaration if an equivalent namespace declaration exists but is masked.OMElement.addAttribute(OMAttribute) adds a namespace declaration if the
attribute has a namespace and a corresponding namespace declaration doesn't exist yet.OMContainer.addChild(org.apache.axiom.om.OMNode) behaves
correctly if the child to be added already has a parent.OMText node is written to an XMLStreamWriter without MTOM support, the
implementation doesn't construct an in-memory base64 representation of the complete binary
content, but writes it in chunks (streaming).OMNode.detach().OMElement.getAllAttributes() on a programmatically created document.OMElement.getAllAttributes() on a parsed document.OMElement.getAttributeValue(QName) if the element has no attribute
with the given QName.OMElement.getAttributeValue(QName) works properly for an attribute with the
xml prefix, even if this prefix is not declared explicitly.OMElement.getAttributeValue(QName) works properly for an attribute with the
xml prefix, even if this prefix is not declared explicitly.OMElement.getAttribute(QName) works properly for an attribute with the
xml prefix, even if this prefix is not declared explicitly.OMElement.getAttribute(QName) works properly for an attribute with the
xml prefix, even if this prefix is not declared explicitly.SOAPFactory.getDefaultFaultEnvelope().OMXMLParserWrapper.getDocumentElement().OMXMLParserWrapper.getDocumentElement(boolean) with
discardDocument set to true.OMContainer.getFirstChildWithName(QName).OMContainer.getFirstChildWithName(QName) on an incomplete element.OMAttribute.getQName() returns the correct value for an attribute (with
namespace) created by OMFactory.createOMAttribute(String, OMNamespace, String).OMAttribute.getQName() returns the correct value for an attribute (without
namespace) created by OMFactory.createOMAttribute(String, OMNamespace, String).OMStAXWrapper with that of a native StAX parser.OMNode.insertSiblingAfter(OMNode).OMNode.insertSiblingBefore(OMNode) fails if the node doesn't have a parent.OMNode.insertSiblingBefore(OMNode).OMNode.insertSiblingAfter(OMNode) fails if the node doesn't have a parent.OMSerializable.isComplete()) is updated
correctly after an incomplete child is added to a programmatically created document.OMSerializable.isComplete()) is updated
correctly after an incomplete child is added to a programmatically created element.OMContainer.serializeAndConsume(java.io.OutputStream)
when invoked on an OMDocument instance.OMContainer.serializeAndConsume(java.io.Writer) consumes incomplete descendants,
even if the document itself is complete (more precisely, created programmatically).OMElement.serializeAndConsume(java.io.Writer) consumes incomplete descendants,
even if the element itself is complete (more precisely, created programmatically).OMElement.setText(QName), in particular that it adds a
namespace declaration if necessary.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||