org.mobicents.protocols.xcap.diff.dom
Class DOMAttributePatchComponentBuilder
java.lang.Object
org.mobicents.protocols.xcap.diff.dom.DOMAttributePatchComponentBuilder
- All Implemented Interfaces:
- AttributePatchComponentBuilder<org.w3c.dom.Element>
public class DOMAttributePatchComponentBuilder
- extends java.lang.Object
- implements AttributePatchComponentBuilder<org.w3c.dom.Element>
DOM Impl for AttributePatchComponentBuilder.
- Author:
- baranowb, martins
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOMAttributePatchComponentBuilder
public DOMAttributePatchComponentBuilder(DOMXcapDiffPatchBuilder xcapDiffPatchBuilder)
getXcapDiffPatchBuilder
public DOMXcapDiffPatchBuilder getXcapDiffPatchBuilder()
- Returns:
buildPatchComponent
public org.w3c.dom.Element buildPatchComponent(java.lang.String sel,
java.lang.String attributeValue,
java.util.Map<java.lang.String,java.lang.String> namespaceBindings)
throws BuildPatchException
- Specified by:
buildPatchComponent in interface AttributePatchComponentBuilder<org.w3c.dom.Element>
- Throws:
BuildPatchException
buildPatchComponent
public org.w3c.dom.Element buildPatchComponent(java.lang.String sel,
java.util.Map<java.lang.String,java.lang.String> namespaceBindings)
throws BuildPatchException
- Specified by:
buildPatchComponent in interface AttributePatchComponentBuilder<org.w3c.dom.Element>
- Throws:
BuildPatchException
Copyright © 2011. All Rights Reserved.