public final class CustomElementNameValidator extends Object
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 © 2018. All rights reserved.