Package | Description |
---|---|
org.mixer2.jaxb.xhtml |
Modifier and Type | Field and Description |
---|---|
protected CrossOriginType |
Script.crossorigin |
protected CrossOriginType |
Video.crossorigin |
protected CrossOriginType |
Img.crossorigin |
protected CrossOriginType |
Audio.crossorigin |
protected CrossOriginType |
Link.crossorigin |
Modifier and Type | Method and Description |
---|---|
static CrossOriginType |
CrossOriginType.fromValue(String v) |
CrossOriginType |
Script.getCrossorigin()
Gets the value of the crossorigin property.
|
CrossOriginType |
Video.getCrossorigin()
Gets the value of the crossorigin property.
|
CrossOriginType |
Img.getCrossorigin()
Gets the value of the crossorigin property.
|
CrossOriginType |
Audio.getCrossorigin()
Gets the value of the crossorigin property.
|
CrossOriginType |
Link.getCrossorigin()
Gets the value of the crossorigin property.
|
static CrossOriginType |
CrossOriginType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrossOriginType[] |
CrossOriginType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Script.setCrossorigin(CrossOriginType value)
Sets the value of the crossorigin property.
|
void |
Video.setCrossorigin(CrossOriginType value)
Sets the value of the crossorigin property.
|
void |
Img.setCrossorigin(CrossOriginType value)
Sets the value of the crossorigin property.
|
void |
Audio.setCrossorigin(CrossOriginType value)
Sets the value of the crossorigin property.
|
void |
Link.setCrossorigin(CrossOriginType value)
Sets the value of the crossorigin property.
|
Copyright © 2021 Project Mixer2. All rights reserved.