MCPcopy Create free account

hub / github.com/beevik/etree / functions

Functions270 in github.com/beevik/etree

FunctionTestFuzzInjection
(t *testing.T)
etree_test.go:742
FunctionTestGetPath
(t *testing.T)
etree_test.go:927
FunctionTestImbalancedXML
(t *testing.T)
etree_test.go:394
FunctionTestIndentPreserveWhitespace
(t *testing.T)
etree_test.go:1405
FunctionTestIndentSimple
(t *testing.T)
etree_test.go:1251
FunctionTestIndentWithDefaultSettings
(t *testing.T)
etree_test.go:1316
FunctionTestIndentWithSettings
(t *testing.T)
etree_test.go:1339
FunctionTestInsertChild
(t *testing.T)
etree_test.go:987
FunctionTestLocalNamespaceURI
(t *testing.T)
etree_test.go:1724
FunctionTestMaxDepth
(t *testing.T)
etree_test.go:2117
FunctionTestNotNil
(t *testing.T)
etree_test.go:1943
FunctionTestPath
(t *testing.T)
path_test.go:156
FunctionTestPreserveCData
(t *testing.T)
etree_test.go:1440
FunctionTestPreserveDuplicateAttrs
(t *testing.T)
etree_test.go:1902
FunctionTestReindexChildren
(t *testing.T)
etree_test.go:1867
FunctionTestSanitizeCData
(t *testing.T)
etree_test.go:611
FunctionTestSanitizeComment
(t *testing.T)
etree_test.go:642
FunctionTestSanitizeDirective
(t *testing.T)
etree_test.go:671
FunctionTestSanitizeProcInst
(t *testing.T)
etree_test.go:714
FunctionTestSelectElementsSeq
(t *testing.T)
etree_test.go:228
FunctionTestSetRoot
(t *testing.T)
etree_test.go:1137
FunctionTestSetTail
(t *testing.T)
etree_test.go:1588
FunctionTestSetText
(t *testing.T)
etree_test.go:1510
FunctionTestSiblingElement
(t *testing.T)
etree_test.go:2021
FunctionTestSortAttrs
(t *testing.T)
etree_test.go:1195
FunctionTestTokenIndexing
(t *testing.T)
etree_test.go:1476
FunctionTestTokenWriteTo
(t *testing.T)
etree_test.go:1837
FunctionTestValidateInput
(t *testing.T)
etree_test.go:1962
FunctionTestWhitespace
(t *testing.T)
etree_test.go:1789
MethodWriteTo
WriteTo serializes the element to the writer w.
etree.go:1391
MethodWriteTo
WriteTo serializes the attribute to the writer.
etree.go:1520
MethodWriteTo
WriteTo serializes character data to the writer.
etree.go:1636
MethodWriteTo
WriteTo serialies the comment to the writer.
etree.go:1719
MethodWriteTo
WriteTo serializes the XML directive to the writer.
etree.go:1784
MethodWriteTo
WriteTo serializes the processing instruction to the writer.
etree.go:1852
MethodWriteToFile
WriteToFile serializes the document out to the file at path 'filepath'.
etree.go:456
Methodapply
(e *Element, p *pather)
path.go:147
Methodapply
(e *Element, p *pather)
path.go:157
Methodapply
(e *Element, p *pather)
path.go:390
Methodapply
(e *Element, p *pather)
path.go:397
Methodapply
(e *Element, p *pather)
path.go:408
Methodapply
(e *Element, p *pather)
path.go:418
Methodapply
(e *Element, p *pather)
path.go:430
Methodapply
(e *Element, p *pather)
path.go:454
Methodapply
(p *pather)
path.go:472
Methodapply
(p *pather)
path.go:496
Methodapply
(p *pather)
path.go:519
Methodapply
(p *pather)
path.go:541
Methodapply
(p *pather)
path.go:561
Methodapply
(p *pather)
path.go:581
Methodapply
(p *pather)
path.go:605
FunctiondefaultCharsetReader
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
Methoddup
dup creates a duplicate of the ReadSettings object.
etree.go:104
Methoddup
dup creates a duplicate of the WriteSettings object.
etree.go:141
Methoddup
dup duplicates the character data.
etree.go:1653
Methoddup
dup duplicates the comment.
etree.go:1698
Methoddup
dup duplicates the directive.
etree.go:1762
Methoddup
dup duplicates the procinst.
etree.go:1829
Methodname
name returns the tag associated with the element.
etree.go:618
MethodnamespacePrefix
namespacePrefix returns the namespace prefix associated with the element.
etree.go:613
MethodsetIndex
setIndex sets this element token's index within its parent's Child slice.
etree.go:1423
MethodsetIndex
setIndex sets the CharData token's index within its parent element's Child slice.
etree.go:1669
MethodsetIndex
setIndex sets the Comment token's index within its parent element's Child slice.
etree.go:1732
MethodsetIndex
setIndex sets the Directive token's index within its parent element's Child slice.
etree.go:1797
MethodsetIndex
setIndex sets the processing instruction token's index within its parent element's Child slice.
etree.go:1869
MethodsetParent
setParent replaces this element token's parent.
etree.go:1418
MethodsetParent
setParent replaces the character data token's parent.
etree.go:1663
MethodsetParent
setParent replaces the comment token's parent.
etree.go:1726
MethodsetParent
setParent replaces the directive token's parent.
etree.go:1791
MethodsetParent
setParent replaces the processing instruction token's parent.
etree.go:1863
← previous201–270 of 270, ranked by callers