public final class CustomElementNameValidator extends Object
For internal use only. May be renamed or removed in a future release.
Constructor and Description |
---|
CustomElementNameValidator() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isCustomElementName(String name)
Validate that given name is a valid Custom Element name.
|
public static boolean isCustomElementName(String name)
name
- Name to validateCopyright © 2022. All rights reserved.