| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.types.css | |
| com.qeagle.devtools.protocol.types.dom | |
| com.qeagle.devtools.protocol.types.domsnapshot |
| Modifier and Type | Method and Description |
|---|---|
PseudoType |
PseudoElementMatches.getPseudoType()
Pseudo element type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PseudoElementMatches.setPseudoType(PseudoType pseudoType)
Pseudo element type.
|
| Modifier and Type | Method and Description |
|---|---|
PseudoType |
Node.getPseudoType()
Pseudo element type for this node.
|
static PseudoType |
PseudoType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PseudoType[] |
PseudoType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Node.setPseudoType(PseudoType pseudoType)
Pseudo element type for this node.
|
| Modifier and Type | Method and Description |
|---|---|
PseudoType |
DOMNode.getPseudoType()
Type of a pseudo element node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DOMNode.setPseudoType(PseudoType pseudoType)
Type of a pseudo element node.
|
Copyright © 2020. All rights reserved.