Options
All
  • Public
  • Public/Protected
  • All
Menu

Parse the given XML patch document, according to RFC 5261.

Hierarchy

  • Patch

Index

Constructors

constructor

Properties

Static SupportedActions

SupportedActions: string[] = ['add', 'remove', 'replace']

List of defined patch directives (actions).

Accessors

actions

  • get actions(): (null | Action)[]

encoding

  • get encoding(): string

Methods

apply

load

lookupNamespaceURI

  • lookupNamespaceURI(prefix: string | null, node?: NodeImpl): string | null

lookupPrefix

  • lookupPrefix(uri: string | null, node?: NodeImpl): string | null

toLocaleString

toString

Generated using TypeDoc