|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BuildPatchException | |
|---|---|
| org.mobicents.protocols.xcap.diff | |
| org.mobicents.protocols.xcap.diff.component | |
| org.mobicents.protocols.xml.patch | |
| Uses of BuildPatchException in org.mobicents.protocols.xcap.diff |
|---|
| Methods in org.mobicents.protocols.xcap.diff that throw BuildPatchException | |
|---|---|
P |
XcapDiffPatchBuilder.buildPatch(java.lang.String xcapRoot,
C[] components)
Builds a XCAP DIFF patch, from the provided patch components, and the specified xcap root. |
| Uses of BuildPatchException in org.mobicents.protocols.xcap.diff.component |
|---|
| Methods in org.mobicents.protocols.xcap.diff.component that throw BuildPatchException | |
|---|---|
C |
ElementPatchComponentBuilder.buildPatchComponent(java.lang.String sel,
boolean exists,
java.util.Map<java.lang.String,java.lang.String> namespaceBindings)
Builds a patch component which indicates the existence an element. |
C |
ElementPatchComponentBuilder.buildPatchComponent(java.lang.String sel,
E element,
java.util.Map<java.lang.String,java.lang.String> namespaceBindings)
Builds a patch component which indicates an update of an element. |
C |
AttributePatchComponentBuilder.buildPatchComponent(java.lang.String sel,
java.util.Map<java.lang.String,java.lang.String> namespaceBindings)
Builds a patch component which indicates the non existence of an attribute. |
C |
AttributePatchComponentBuilder.buildPatchComponent(java.lang.String sel,
java.lang.String attributeValue,
java.util.Map<java.lang.String,java.lang.String> namespaceBindings)
Builds a patch component which indicates an update of an attribute value. |
C |
DocumentPatchComponentBuilder.buildPatchComponent(java.lang.String sel,
java.lang.String previousETag,
java.lang.String newETag,
C[] patchingInstructions)
Builds a document patch component, from an array of patching instructions. |
C |
DocumentPatchComponentBuilder.getBodyNotChangedPatchingInstruction()
Retrieves the patching instruction which indicates that the document body did not change. |
| Uses of BuildPatchException in org.mobicents.protocols.xml.patch |
|---|
| Methods in org.mobicents.protocols.xml.patch that throw BuildPatchException | |
|---|---|
P |
XmlPatchOperationsBuilder.addAttribute(java.lang.String sel,
java.lang.String attrName,
java.lang.String attrValue,
java.util.Map<java.lang.String,java.lang.String> namespaceBindings)
Builds the patching instruction for the creation of an attribute. |
P |
XmlPatchOperationsBuilder.addElement(java.lang.String sel,
E element,
java.util.Map<java.lang.String,java.lang.String> namespaceBindings)
Builds the patching instruction for the creation of an element. |
P |
XmlPatchOperationsBuilder.addNode(java.lang.String sel,
XmlPatchOperationsBuilder.Pos pos,
N node,
java.util.Map<java.lang.String,java.lang.String> namespaceBindings)
Builds the patching instruction for the creation of a node. |
P |
XmlPatchOperationsBuilder.addPrefixNamespaceDeclaration(java.lang.String sel,
java.lang.String namespacePrefix,
java.lang.String namespaceValue,
java.util.Map<java.lang.String,java.lang.String> namespaceBindings)
Builds the patching instruction for the creation of a prefix namespace declaration. |
P[] |
XmlPatchOperationsBuilder.buildPatchInstructions(D originalDocument,
D patchedDocument)
Builds a document patching instructions, by comparing two versions of a document. |
P |
XmlPatchOperationsBuilder.removeAttribute(java.lang.String sel,
java.util.Map<java.lang.String,java.lang.String> namespaceBindings)
Builds the patching instruction for the removal of an attribute. |
P |
XmlPatchOperationsBuilder.removeElement(java.lang.String sel,
XmlPatchOperationsBuilder.Ws ws,
java.util.Map<java.lang.String,java.lang.String> namespaceBindings)
Builds the patching instruction for the removal of an element. |
P |
XmlPatchOperationsBuilder.removeNode(java.lang.String sel,
java.util.Map<java.lang.String,java.lang.String> namespaceBindings)
Builds the patching instruction for the removal of node. |
P |
XmlPatchOperationsBuilder.removePrefixNamespaceDeclaration(java.lang.String sel,
java.util.Map<java.lang.String,java.lang.String> namespaceBindings)
Builds the patching instruction for the removal of a prefix namespace declaration. |
P |
XmlPatchOperationsBuilder.replaceAttribute(java.lang.String sel,
java.lang.String attributeValue,
java.util.Map<java.lang.String,java.lang.String> namespaceBindings)
Builds the patching instruction for the replacement of an attribute. |
P |
XmlPatchOperationsBuilder.replaceElement(java.lang.String sel,
E element,
java.util.Map<java.lang.String,java.lang.String> namespaceBindings)
Builds the patching instruction for the replacement of an element. |
P |
XmlPatchOperationsBuilder.replaceNode(java.lang.String sel,
N node,
java.util.Map<java.lang.String,java.lang.String> namespaceBindings)
Builds the patching instruction for the replacement of a node. |
P |
XmlPatchOperationsBuilder.replacePrefixNamespaceDeclaration(java.lang.String sel,
java.lang.String namespaceValue,
java.util.Map<java.lang.String,java.lang.String> namespaceBindings)
Builds the patching instruction for the replacement of a prefix namespace declaration. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||