Modifier and Type | Field and Description |
---|---|
public static final String | PSEUDONAME_ANY
Psuedo name for a wild card pattern ('*'). |
public static final String | PSEUDONAME_COMMENT
Psuedo name for a comment node. |
public static final String | PSEUDONAME_OTHER
Psuedo name for an unknown type value. |
public static final String | PSEUDONAME_PI
Psuedo name for a processing instruction node. |
public static final String | PSEUDONAME_ROOT
Psuedo name for the root node. |
public static final String | PSEUDONAME_TEXT
Psuedo name for a text node. |
Access | Constructor and Description |
---|---|
public |
PSEUDONAME_ANY | back to summary |
---|---|
public static final String PSEUDONAME_ANY Psuedo name for a wild card pattern ('*'). |
PSEUDONAME_COMMENT | back to summary |
---|---|
public static final String PSEUDONAME_COMMENT Psuedo name for a comment node. |
PSEUDONAME_OTHER | back to summary |
---|---|
public static final String PSEUDONAME_OTHER Psuedo name for an unknown type value. |
PSEUDONAME_PI | back to summary |
---|---|
public static final String PSEUDONAME_PI Psuedo name for a processing instruction node. |
PSEUDONAME_ROOT | back to summary |
---|---|
public static final String PSEUDONAME_ROOT Psuedo name for the root node. |
PSEUDONAME_TEXT | back to summary |
---|---|
public static final String PSEUDONAME_TEXT Psuedo name for a text node. |
PsuedoNames | back to summary |
---|---|
public PsuedoNames() |