C# 클래스 iTextSharp.text.xml.xmp.XmpReader

파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

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

ReplaceDescriptionAttribute() 공개 메소드

public ReplaceDescriptionAttribute ( String namespaceURI, String localName, String value ) : bool
namespaceURI String
localName String
value String
리턴 bool

ReplaceNode() 공개 메소드

public ReplaceNode ( String namespaceURI, String localName, String value ) : bool
namespaceURI String
localName String
value String
리턴 bool

SerializeDoc() 공개 메소드

public SerializeDoc ( ) : byte[]
리턴 byte[]

SetNodeText() 공개 메소드

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

XmpReader() 공개 메소드

public XmpReader ( byte bytes ) : System
bytes byte
리턴 System