XmpSchema 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.XmpSchema[[XmpSchema]]
class iTextSharp.text.xml.xmp.XmpSchema abstractStyle;
end
subgraph System.util
System.util.Properties[[Properties]]
end
System.util.Properties --> iTextSharp.text.xml.xmp.XmpSchema
Members
Properties
Public properties
Methods
Public methods
Protected methods
Returns | Name |
---|
void | Process (StringBuilder buf, object p) |
Public Static methods
Returns | Name |
---|
string | Escape (string content) |
Details
Inheritance
Constructors
XmpSchema
Source code
public XmpSchema(string xmlns)
Arguments
Type | Name | Description |
---|
string | xmlns | |
Methods
ToString
Source code
public override string ToString()
Process
Source code
protected virtual void Process(StringBuilder buf, object p)
Arguments
Type | Name | Description |
---|
StringBuilder | buf | |
object | p | |
AddProperty
Source code
public virtual void AddProperty(string key, string value)
Arguments
Type | Name | Description |
---|
string | key | |
string | value | |
SetProperty [1/2]
Source code
public virtual void SetProperty(string key, XmpArray value)
Arguments
Type | Name | Description |
---|
string | key | |
XmpArray | value | |
SetProperty [2/2]
Source code
public virtual void SetProperty(string key, LangAlt value)
Arguments
Type | Name | Description |
---|
string | key | |
LangAlt | value | |
Escape
Source code
public static string Escape(string content)
Arguments
Type | Name | Description |
---|
string | content | |
Properties
Xmlns
public virtual string Xmlns { get; }
Item
public override string Item { set; }
Generated with ModularDoc