Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beevik/etree
/ functions
Functions
270 in github.com/beevik/etree
⨍
Functions
270
◇
Types & classes
46
Function
TestFuzzInjection
(t *testing.T)
etree_test.go:742
Function
TestGetPath
(t *testing.T)
etree_test.go:927
Function
TestImbalancedXML
(t *testing.T)
etree_test.go:394
Function
TestIndentPreserveWhitespace
(t *testing.T)
etree_test.go:1405
Function
TestIndentSimple
(t *testing.T)
etree_test.go:1251
Function
TestIndentWithDefaultSettings
(t *testing.T)
etree_test.go:1316
Function
TestIndentWithSettings
(t *testing.T)
etree_test.go:1339
Function
TestInsertChild
(t *testing.T)
etree_test.go:987
Function
TestLocalNamespaceURI
(t *testing.T)
etree_test.go:1724
Function
TestMaxDepth
(t *testing.T)
etree_test.go:2117
Function
TestNotNil
(t *testing.T)
etree_test.go:1943
Function
TestPath
(t *testing.T)
path_test.go:156
Function
TestPreserveCData
(t *testing.T)
etree_test.go:1440
Function
TestPreserveDuplicateAttrs
(t *testing.T)
etree_test.go:1902
Function
TestReindexChildren
(t *testing.T)
etree_test.go:1867
Function
TestSanitizeCData
(t *testing.T)
etree_test.go:611
Function
TestSanitizeComment
(t *testing.T)
etree_test.go:642
Function
TestSanitizeDirective
(t *testing.T)
etree_test.go:671
Function
TestSanitizeProcInst
(t *testing.T)
etree_test.go:714
Function
TestSelectElementsSeq
(t *testing.T)
etree_test.go:228
Function
TestSetRoot
(t *testing.T)
etree_test.go:1137
Function
TestSetTail
(t *testing.T)
etree_test.go:1588
Function
TestSetText
(t *testing.T)
etree_test.go:1510
Function
TestSiblingElement
(t *testing.T)
etree_test.go:2021
Function
TestSortAttrs
(t *testing.T)
etree_test.go:1195
Function
TestTokenIndexing
(t *testing.T)
etree_test.go:1476
Function
TestTokenWriteTo
(t *testing.T)
etree_test.go:1837
Function
TestValidateInput
(t *testing.T)
etree_test.go:1962
Function
TestWhitespace
(t *testing.T)
etree_test.go:1789
Method
WriteTo
WriteTo serializes the element to the writer w.
etree.go:1391
Method
WriteTo
WriteTo serializes the attribute to the writer.
etree.go:1520
Method
WriteTo
WriteTo serializes character data to the writer.
etree.go:1636
Method
WriteTo
WriteTo serialies the comment to the writer.
etree.go:1719
Method
WriteTo
WriteTo serializes the XML directive to the writer.
etree.go:1784
Method
WriteTo
WriteTo serializes the processing instruction to the writer.
etree.go:1852
Method
WriteToFile
WriteToFile serializes the document out to the file at path 'filepath'.
etree.go:456
Method
apply
(e *Element, p *pather)
path.go:147
Method
apply
(e *Element, p *pather)
path.go:157
Method
apply
(e *Element, p *pather)
path.go:390
Method
apply
(e *Element, p *pather)
path.go:397
Method
apply
(e *Element, p *pather)
path.go:408
Method
apply
(e *Element, p *pather)
path.go:418
Method
apply
(e *Element, p *pather)
path.go:430
Method
apply
(e *Element, p *pather)
path.go:454
Method
apply
(p *pather)
path.go:472
Method
apply
(p *pather)
path.go:496
Method
apply
(p *pather)
path.go:519
Method
apply
(p *pather)
path.go:541
Method
apply
(p *pather)
path.go:561
Method
apply
(p *pather)
path.go:581
Method
apply
(p *pather)
path.go:605
Function
defaultCharsetReader
defaultCharsetReader is used by the xml decoder when the ReadSettings CharsetReader value is nil. It behaves as a "pass-through", ignoring the request
etree.go:99
Method
dup
dup creates a duplicate of the ReadSettings object.
etree.go:104
Method
dup
dup creates a duplicate of the WriteSettings object.
etree.go:141
Method
dup
dup duplicates the character data.
etree.go:1653
Method
dup
dup duplicates the comment.
etree.go:1698
Method
dup
dup duplicates the directive.
etree.go:1762
Method
dup
dup duplicates the procinst.
etree.go:1829
Method
name
name returns the tag associated with the element.
etree.go:618
Method
namespacePrefix
namespacePrefix returns the namespace prefix associated with the element.
etree.go:613
Method
setIndex
setIndex sets this element token's index within its parent's Child slice.
etree.go:1423
Method
setIndex
setIndex sets the CharData token's index within its parent element's Child slice.
etree.go:1669
Method
setIndex
setIndex sets the Comment token's index within its parent element's Child slice.
etree.go:1732
Method
setIndex
setIndex sets the Directive token's index within its parent element's Child slice.
etree.go:1797
Method
setIndex
setIndex sets the processing instruction token's index within its parent element's Child slice.
etree.go:1869
Method
setParent
setParent replaces this element token's parent.
etree.go:1418
Method
setParent
setParent replaces the character data token's parent.
etree.go:1663
Method
setParent
setParent replaces the comment token's parent.
etree.go:1726
Method
setParent
setParent replaces the directive token's parent.
etree.go:1791
Method
setParent
setParent replaces the processing instruction token's parent.
etree.go:1863
← previous
201–270 of 270, ranked by callers