C# Class iTextSharp.text.xml.xmp.XmpSchema

Inheritance: System.util.Properties
Mostrar archivo Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Property Type Description
xmlns String

Public Methods

Method Description
AddProperty ( String key, String value ) : void
Escape ( String content ) : String
SetProperty ( String key, LangAlt value ) : void
SetProperty ( string key, XmpArray value ) : void
ToString ( ) : String
XmpSchema ( String xmlns ) : System
this ( string key ) : string

Protected Methods

Method Description
Process ( StringBuilder buf, Object p ) : void

Method Details

AddProperty() public method

public AddProperty ( String key, String value ) : void
key String
value String
return void

Escape() public static method

public static Escape ( String content ) : String
content String
return String

Process() protected method

protected Process ( StringBuilder buf, Object p ) : void
buf StringBuilder
p Object
return void

SetProperty() public method

public SetProperty ( String key, LangAlt value ) : void
key String
value LangAlt
return void

SetProperty() public method

public SetProperty ( string key, XmpArray value ) : void
key string
value XmpArray
return void

ToString() public method

public ToString ( ) : String
return String

XmpSchema() public method

public XmpSchema ( String xmlns ) : System
xmlns String
return System

this() public method

public this ( string key ) : string
key string
return string

Property Details

xmlns protected_oe property

protected String xmlns
return String