public class PseudoNames extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PSEUDONAME_ANY
Pseudo name for a wild card pattern ('*').
|
static String |
PSEUDONAME_COMMENT
Pseudo name for a comment node.
|
static String |
PSEUDONAME_ROOT
Pseudo name for the root node.
|
static String |
PSEUDONAME_TEXT
Pseudo name for a text node.
|
| Constructor and Description |
|---|
PseudoNames() |
public static final String PSEUDONAME_ANY
public static final String PSEUDONAME_ROOT
public static final String PSEUDONAME_TEXT
public static final String PSEUDONAME_COMMENT
Copyright © 2022–2025 HtmlUnit. All rights reserved.