Documentation ¶
Index ¶
Constants ¶
View Source
const ( START_NAMESPACE_CHUNK = 0x00100100 END_NAMESPACE_CHUNK = 0x00100101 START_TAG_CHUNK = 0x00100102 END_TAG_CHUNK = 0x00100103 TEXT_CHUNK = 0x00100104 )
Variables ¶
This section is empty.
Functions ¶
func ReadContentChunks ¶
Types ¶
type EndNamespaceChunk ¶
type EndNamespaceChunk StartNamespaceChunk
type EndTagChunk ¶
type EndTagChunk StartNamespaceChunk
type Header ¶
func ParseHeader ¶
type ResourceIdChunk ¶
func ParseResourceIdChunk ¶
func ParseResourceIdChunk(buffer *bytes.Buffer) (resourceChunk ResourceIdChunk)
type StartNamespaceChunk ¶
type StartTagChunk ¶
Click to show internal directories.
Click to hide internal directories.