We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d00d4 commit 3a4713aCopy full SHA for 3a4713a
tokenizer.go
@@ -28,7 +28,7 @@ func (t *Tokenizer) Advanced() html.TokenType {
28
29
// CurrentNode returns the current node.
30
// Returned value can be nil regardless of tt.
31
-func (t *Tokenizer) CurrentNode() *Node {
+func (t *Tokenizer) GetCurrentNode() *Node {
32
currentToken := t.z.Token()
33
if strings.TrimSpace(currentToken.Data) == "" {
34
return nil
0 commit comments