Copyright© 2008-2025 Sitevision AB, all rights reserved.
| Package | Description |
|---|---|
| senselogic.sitevision.api.webresource.doctype |
DOCTYPE utility interfaces
|
| Modifier and Type | Method and Description |
|---|---|
DocType |
DocTypeUtil.getDocType()
Deprecated.
This method always return
HTML5 since all pages are always HTML5. |
DocType |
DocTypeUtil.getDocType(Node aPageNode)
Deprecated.
This method always return
HTML5 since all pages are always HTML5. |
static DocType |
DocType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocType[] |
DocType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DocTypeUtil.isDocType(DocType aDocType)
Deprecated.
This method always return true if the aDocType argument is
HTML5. |
boolean |
DocTypeUtil.isDocType(Node aPageNode,
DocType aDocType)
Deprecated.
This method always return true if the aDocType argument is
HTML5. |
Sitevision - Content Management Made Easy
Sitevision is an advanced Java enterprise portal product that implements Java Content Repository (JSR 283).
Copyright© 2008-2025 Sitevision AB, all rights reserved.