@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="ElementOrProcessingInstructionUnion")
public interface ElementOrProcessingInstructionUnion
| Modifier and Type | Method and Description |
|---|---|
static ElementOrProcessingInstructionUnion |
of(Element value) |
static ElementOrProcessingInstructionUnion |
of(ProcessingInstruction value) |
@JsOverlay @Nonnull static ElementOrProcessingInstructionUnion of(@Nonnull Element value)
@JsOverlay @Nonnull static ElementOrProcessingInstructionUnion of(@Nonnull ProcessingInstruction value)