C# 클래스 WebMarkupMin.Core.Parsers.XmlParser

XML parser
파일 보기 프로젝트 열기: Taritsyn/WebMarkupMin 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( string content ) : void

Parses XML content

XmlParser ( XmlParsingHandlers handlers ) : System

Constructs instance of XML parser

비공개 메소드들

메소드 설명
IsTagFirstChar ( char value ) : bool

Checks whether the character is valid first character of XML tag name

ParseAttributes ( string attributesString ) : IList

Parses a attributes

ProcessCdataSection ( ) : bool

Process a CDATA sections

ProcessEndTag ( ) : bool

Process a end tag

ProcessProcessingInstruction ( ) : bool

Process a XML declaration and processing instructions

ProcessStartTag ( ) : bool

Process a start tag

ProcessText ( ) : void

Process a text

메소드 상세

Parse() 공개 메소드

Parses XML content
public Parse ( string content ) : void
content string XML content
리턴 void

XmlParser() 공개 메소드

Constructs instance of XML parser
public XmlParser ( XmlParsingHandlers handlers ) : System
handlers XmlParsingHandlers XML parsing handlers
리턴 System