org.mobicents.protocols.xcap.diff.dom
Class DOMAttributePatchComponentBuilder

java.lang.Object
  extended by 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

Constructor Summary
DOMAttributePatchComponentBuilder(DOMXcapDiffPatchBuilder xcapDiffPatchBuilder)
           
 
Method Summary
 org.w3c.dom.Element buildPatchComponent(java.lang.String sel, java.util.Map<java.lang.String,java.lang.String> namespaceBindings)
           
 org.w3c.dom.Element buildPatchComponent(java.lang.String sel, java.lang.String attributeValue, java.util.Map<java.lang.String,java.lang.String> namespaceBindings)
           
 DOMXcapDiffPatchBuilder getXcapDiffPatchBuilder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMAttributePatchComponentBuilder

public DOMAttributePatchComponentBuilder(DOMXcapDiffPatchBuilder xcapDiffPatchBuilder)
Method Detail

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.