C# 클래스 SimpleSchemaParser.CodeMirrorSchemaInfoSerializer

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

공개 메소드들

메소드 설명
CodeMirrorSchemaInfoSerializer ( IEnumerable elements ) : System
SetPrefix ( string @namespace, string prefix ) : void
ToJsonString ( ) : string

비공개 메소드들

메소드 설명
GetPrefix ( string ns ) : string
ToElementName ( SimpleXmlElement element ) : string
ToElementName ( SimpleXmlElementRef elementRef ) : string
WriteElement ( SimpleXmlElement element ) : void
WriteTopElements ( IEnumerable elements ) : void

메소드 상세

CodeMirrorSchemaInfoSerializer() 공개 메소드

public CodeMirrorSchemaInfoSerializer ( IEnumerable elements ) : System
elements IEnumerable
리턴 System

SetPrefix() 공개 메소드

public SetPrefix ( string @namespace, string prefix ) : void
@namespace string
prefix string
리턴 void

ToJsonString() 공개 메소드

public ToJsonString ( ) : string
리턴 string