IIndentatedNode

public interface IIndentatedNode

자식 노드에 대한 상대 들여쓰기를 가진 노드용 인터페이스입니다.

메서드

메서드설명
<T>setIndentPosition(byte value)들여쓰기 위치를 가져오거나 설정합니다.
<T>setIndentPosition(int value)들여쓰기 위치를 가져오거나 설정합니다.
getIndentPosition()들여쓰기 위치를 가져오거나 설정합니다.

<T>setIndentPosition(byte value)

public abstract T <T>setIndentPosition(byte value)

들여쓰기 위치를 가져오거나 설정합니다.

Parameters:

매개변수유형설명
byte

Returns: T

<T>setIndentPosition(int value)

public abstract T <T>setIndentPosition(int value)

들여쓰기 위치를 가져오거나 설정합니다.

Parameters:

매개변수유형설명
int

Returns: T

getIndentPosition()

public abstract byte getIndentPosition()

들여쓰기 위치를 가져오거나 설정합니다.

Returns: byte