Documentation ¶ Index ¶ func JSXProperty(rd io.Reader) type JSXNode func JSX(content []byte) []*JSXNode func JSXString(content string) []*JSXNode func (s *JSXNode) Compile() string func (s *JSXNode) String() string type JSXNodeProperty func (s *JSXNodeProperty) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func JSXProperty ¶ func JSXProperty(rd io.Reader) explain property Types ¶ type JSXNode ¶ type JSXNode struct { Original []byte Len int StartIndex int EndIndex int NodeName string EndNode bool SingleNode bool // contains filtered or unexported fields } func JSX ¶ func JSX(content []byte) []*JSXNode explain XML or HTML code func JSXString ¶ func JSXString(content string) []*JSXNode func (*JSXNode) Compile ¶ func (s *JSXNode) Compile() string func (*JSXNode) String ¶ func (s *JSXNode) String() string type JSXNodeProperty ¶ type JSXNodeProperty struct { Len int StartIndex int EndIndex int Name string Value string } func (*JSXNodeProperty) String ¶ func (s *JSXNodeProperty) String() string Source Files ¶ View all Source files jsxcode.go Click to show internal directories. Click to hide internal directories.