Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

oracle.jdeveloper.webapp.grammar
Class GrammarFactory

java.lang.Object
  extended by oracle.jdeveloper.webapp.grammar.GrammarFactory

public class GrammarFactory
extends java.lang.Object


Constructor Summary
GrammarFactory()
           
 
Method Summary
static oracle.bali.xml.grammar.SimpleType createElUnion(oracle.bali.xml.grammar.SimpleType type)
           
static oracle.bali.xml.grammar.SimpleType createJsfElUnion(oracle.bali.xml.grammar.SimpleType type, java.lang.String targetNamespace)
           
static oracle.bali.xml.grammar.SimpleType createJspElUnion(oracle.bali.xml.grammar.SimpleType type)
           
static oracle.bali.xml.grammar.SimpleType getElUnion(oracle.bali.xml.grammar.SimpleType type)
          Returns type that is union of given type with the ElSympleType.
static java.lang.String getJavaClassName(oracle.bali.xml.grammar.SimpleType javaType)
           
static oracle.bali.xml.grammar.SimpleType getJavaType(java.lang.String javaClassName, java.lang.String targetNamespace)
           
static oracle.bali.xml.grammar.SimpleType getJsfElUnion(oracle.bali.xml.grammar.SimpleType type, java.lang.String targetNamespace)
          Returns type that is union of given type with the JsfElSimpleType.
static oracle.bali.xml.grammar.SimpleType getJspElUnion(oracle.bali.xml.grammar.SimpleType type)
          Returns type that is union of given type with the JspElSimpleType.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrammarFactory

public GrammarFactory()
Method Detail

getElUnion

public static oracle.bali.xml.grammar.SimpleType getElUnion(oracle.bali.xml.grammar.SimpleType type)
Returns type that is union of given type with the ElSympleType.


createElUnion

public static oracle.bali.xml.grammar.SimpleType createElUnion(oracle.bali.xml.grammar.SimpleType type)

getJspElUnion

public static oracle.bali.xml.grammar.SimpleType getJspElUnion(oracle.bali.xml.grammar.SimpleType type)
Returns type that is union of given type with the JspElSimpleType.


createJspElUnion

public static oracle.bali.xml.grammar.SimpleType createJspElUnion(oracle.bali.xml.grammar.SimpleType type)

getJsfElUnion

public static oracle.bali.xml.grammar.SimpleType getJsfElUnion(oracle.bali.xml.grammar.SimpleType type,
                                                               java.lang.String targetNamespace)
Returns type that is union of given type with the JsfElSimpleType.


createJsfElUnion

public static oracle.bali.xml.grammar.SimpleType createJsfElUnion(oracle.bali.xml.grammar.SimpleType type,
                                                                  java.lang.String targetNamespace)

getJavaClassName

public static java.lang.String getJavaClassName(oracle.bali.xml.grammar.SimpleType javaType)

getJavaType

public static oracle.bali.xml.grammar.SimpleType getJavaType(java.lang.String javaClassName,
                                                             java.lang.String targetNamespace)
Parameters:
javaClassName - Fully qualified java class name.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.