|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.ui.composite.TemplateUtils
Utilities for parsing with (and against) templates.
Constructor Summary | |
TemplateUtils()
|
Method Summary | |
static NamespaceURI |
getRootNamespaceURI(ParseContext context,
java.lang.String namespaceURI,
java.lang.String localName)
Given the namespace and local name that a parsed template is derived from, returns the "root" namespace and local name. |
static Template |
getTemplate(ParseContext context,
java.lang.String namespaceURI,
java.lang.String localName)
Find a template registered on the ParseContext. |
static void |
registerTemplate(ParseContext context,
Template template)
Register a template on a ParseContext. |
static void |
registerTemplates(ParseContext context,
Template[] templates)
Registers an array of templates on a ParseContext. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TemplateUtils()
Method Detail |
public static Template getTemplate(ParseContext context, java.lang.String namespaceURI, java.lang.String localName)
public static NamespaceURI getRootNamespaceURI(ParseContext context, java.lang.String namespaceURI, java.lang.String localName)
public static void registerTemplate(ParseContext context, Template template)
public static void registerTemplates(ParseContext context, Template[] templates)
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |