XmpReader Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.xml.xmp
iTextSharp.text.xml.xmp.XmpReader[[XmpReader]]
end
Members
Methods
Public methods
Returns | Name |
---|
bool | Add (string parent, string namespaceURI, string localName, string value) |
bool | ReplaceDescriptionAttribute (string namespaceURI, string localName, string value) |
bool | ReplaceNode (string namespaceURI, string localName, string value) |
byte``[] | SerializeDoc () |
bool | SetNodeText (XmlDocument domDocument, XmlNode n, string value) |
Details
Constructors
XmpReader
Source code
public XmpReader(byte[] bytes)
Arguments
Type | Name | Description |
---|
byte``[] | bytes | |
Methods
ReplaceNode
Source code
public virtual bool ReplaceNode(string namespaceURI, string localName, string value)
Arguments
Type | Name | Description |
---|
string | namespaceURI | |
string | localName | |
string | value | |
ReplaceDescriptionAttribute
Source code
public virtual bool ReplaceDescriptionAttribute(string namespaceURI, string localName, string value)
Arguments
Type | Name | Description |
---|
string | namespaceURI | |
string | localName | |
string | value | |
Add
Source code
public virtual bool Add(string parent, string namespaceURI, string localName, string value)
Arguments
Type | Name | Description |
---|
string | parent | |
string | namespaceURI | |
string | localName | |
string | value | |
SetNodeText
Source code
public virtual bool SetNodeText(XmlDocument domDocument, XmlNode n, string value)
Arguments
Type | Name | Description |
---|
XmlDocument | domDocument | |
XmlNode | n | |
string | value | |
SerializeDoc
Source code
public virtual byte SerializeDoc()
Generated with ModularDoc