C# 클래스 SimpleFramework.Xml.Core.Manipulator

The manipulator object is used to manipulate the attributes added to the XML elements by the strategy in such a way that they do not contain Java class names but rather neutral ones.
상속: SimpleFramework.Xml.Core.Interceptor
파일 보기 프로젝트 열기: restlet/simplexml

공개 메소드들

메소드 설명
Read ( Class field, NodeMap node ) : void
Resolve ( Class type, String value ) : void

Here we are inserting an alias for a type. Each time the specified type is written the provided name is used and each time the name is found on reading it is substituted for the type so that it can be interpreted correctly.

Write ( Class field, NodeMap node ) : void

비공개 메소드들

메소드 설명
Manipulator ( String label, String replace ) : SimpleFramework.Xml.Strategy

메소드 상세

Read() 공개 메소드

public Read ( Class field, NodeMap node ) : void
field Class
node NodeMap
리턴 void

Resolve() 공개 메소드

Here we are inserting an alias for a type. Each time the specified type is written the provided name is used and each time the name is found on reading it is substituted for the type so that it can be interpreted correctly.
public Resolve ( Class type, String value ) : void
type Class /// this is the class to be given an alias ///
value String
리턴 void

Write() 공개 메소드

public Write ( Class field, NodeMap node ) : void
field Class
node NodeMap
리턴 void