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

Mostrar archivo Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
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 ) : bool
SerializeDoc ( ) : byte[]
SetNodeText ( XmlDocument domDocument, XmlNode n, String value ) : bool
XmpReader ( byte bytes ) : System

Method Details

Add() public method

public Add ( String parent, String namespaceURI, String localName, String value ) : bool
parent String
namespaceURI String
localName String
value String
return bool

ReplaceDescriptionAttribute() public method

public ReplaceDescriptionAttribute ( String namespaceURI, String localName, String value ) : bool
namespaceURI String
localName String
value String
return bool

ReplaceNode() public method

public ReplaceNode ( String namespaceURI, String localName, String value ) : bool
namespaceURI String
localName String
value String
return bool

SerializeDoc() public method

public SerializeDoc ( ) : byte[]
return byte[]

SetNodeText() public method

public SetNodeText ( XmlDocument domDocument, XmlNode n, String value ) : bool
domDocument System.Xml.XmlDocument
n System.Xml.XmlNode
value String
return bool

XmpReader() public method

public XmpReader ( byte bytes ) : System
bytes byte
return System