| Package | Description |
|---|---|
| com.google.template.soy.html |
| Modifier and Type | Method and Description |
|---|---|
InferredElementNamespace |
HtmlOpenTagEndNode.getNamespace() |
static InferredElementNamespace |
InferredElementNamespace.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InferredElementNamespace[] |
InferredElementNamespace.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
HtmlOpenTagEndNode(int id,
String tagName,
InferredElementNamespace namespace,
SourceLocation sourceLocation) |