메소드 | 설명 | |
---|---|---|
IsEnd ( ) : bool | ||
IsStart ( ) : bool |
This is true when the node represents a new element. This is the core event type as it contains the element name and any associated attributes. The core reader uses this to compose the input nodes that are produced.
|
|
IsText ( ) : bool |
This is true when the node represents a text token. Text tokens are required to provide a value only. So namespace details and the node name will typically return null.
|