C# 클래스 iTextSharp.tool.xml.parser.XMLParserMemory

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

공개 메소드들

메소드 설명
Comment ( ) : StringBuilder
Current ( ) : StringBuilder
CurrentAttr ( String attr ) : void
CurrentEntity ( ) : StringBuilder
CurrentTag ( String content ) : void
FlushNameSpace ( ) : void
GetAttributes ( ) : String>.IDictionary
GetCurrentTag ( ) : String
GetNameSpace ( ) : String
HasCurrentAttribute ( ) : bool
Namespace ( String ns ) : void
PutCurrentAttrValue ( String content ) : void
ResetBuffer ( ) : void
WhitespaceTag ( ) : String
WhitespaceTag ( String tag ) : void
XMLParserMemory ( ) : System

메소드 상세

Comment() 공개 메소드

public Comment ( ) : StringBuilder
리턴 StringBuilder

Current() 공개 메소드

public Current ( ) : StringBuilder
리턴 StringBuilder

CurrentAttr() 공개 메소드

public CurrentAttr ( String attr ) : void
attr String
리턴 void

CurrentEntity() 공개 메소드

public CurrentEntity ( ) : StringBuilder
리턴 StringBuilder

CurrentTag() 공개 메소드

public CurrentTag ( String content ) : void
content String
리턴 void

FlushNameSpace() 공개 메소드

public FlushNameSpace ( ) : void
리턴 void

GetAttributes() 공개 메소드

public GetAttributes ( ) : String>.IDictionary
리턴 String>.IDictionary

GetCurrentTag() 공개 메소드

public GetCurrentTag ( ) : String
리턴 String

GetNameSpace() 공개 메소드

public GetNameSpace ( ) : String
리턴 String

HasCurrentAttribute() 공개 메소드

public HasCurrentAttribute ( ) : bool
리턴 bool

Namespace() 공개 메소드

public Namespace ( String ns ) : void
ns String
리턴 void

PutCurrentAttrValue() 공개 메소드

public PutCurrentAttrValue ( String content ) : void
content String
리턴 void

ResetBuffer() 공개 메소드

public ResetBuffer ( ) : void
리턴 void

WhitespaceTag() 공개 메소드

public WhitespaceTag ( ) : String
리턴 String

WhitespaceTag() 공개 메소드

public WhitespaceTag ( String tag ) : void
tag String
리턴 void

XMLParserMemory() 공개 메소드

public XMLParserMemory ( ) : System
리턴 System