| 
 | Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweblogic.wtc.gwt.XmlFmlCnv
public final class XmlFmlCnv
Performs XML to FML(32) or FML(32) to XML translations.
| Constructor Summary | |
|---|---|
| XmlFmlCnv() | |
| Method Summary | |
|---|---|
|  String | FML32toXML(TypedFML32 inData)Translate an FML32 buffer to XML. | 
|  String | FML32toXML(TypedFML32 inData,
           boolean rootneeded)Translate an FML32 buffer to XML. | 
|  String | FML32toXML(TypedFML32 inData,
           boolean root,
           boolean grouping)Translates an FML32 buffer to XML with grouping option. | 
|  String | FML32toXML(TypedFML32 inData,
           boolean root,
           boolean ordering,
           boolean grouping)Translates an FML32 buffer to XML with ordering and grouping options. | 
|  String | FML32toXML(TypedFML32 inData,
           boolean root,
           boolean ordering,
           boolean grouping,
           boolean beautify)Translates an FML32 buffer to XML with ordering, grouping, and beautify options. | 
|  String | FMLtoXML(TypedFML inData)Translate an FML buffer to XML. | 
|  String | FMLtoXML(TypedFML inData,
         boolean root)Translates an FML buffer to XML with optional root element. | 
|  String | FMLtoXML(TypedFML inData,
         boolean root,
         boolean grouping)Translates an FML buffer to XML with grouping option. | 
|  String | FMLtoXML(TypedFML inData,
         boolean root,
         boolean ordering,
         boolean grouping)Translates an FML buffer to XML with ordering and grouping options. | 
|  String | FMLtoXML(TypedFML inData,
         boolean root,
         boolean ordering,
         boolean grouping,
         boolean beautify)Translates an FML buffer to XML with ordering, grouping, and beautify options. | 
| static boolean | getNormalizeEscaped() | 
|  TypedFML | XMLtoFML(String xmlinfo,
         FldTbl[] fldtbls)Translate an XML document into an FML buffer. | 
|  TypedFML32 | XMLtoFML32(String xmlinfo,
           FldTbl[] fldtbls)Translate an XML document into an FML32 buffer. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public XmlFmlCnv()
| Method Detail | 
|---|
public String FMLtoXML(TypedFML inData,
                       boolean root,
                       boolean ordering,
                       boolean grouping,
                       boolean beautify)
inData - FML buffer to be convertedroot - If true, adds a root elementordering - If true, the output is ordered according to the occurrence.grouping - If true, group all the fields of the same occurrence together.beautify - If true, output is properly indented
public String FMLtoXML(TypedFML inData,
                       boolean root)
inData - FML buffer to be convertedroot - If true, adds a root element
public String FMLtoXML(TypedFML inData,
                       boolean root,
                       boolean grouping)
inData - FML buffer to be convertedroot - If true, adds a root elementgrouping - If true, group all the fields of the same occurrence together.
public String FMLtoXML(TypedFML inData,
                       boolean root,
                       boolean ordering,
                       boolean grouping)
inData - FML buffer to be convertedroot - If true, adds a root elementordering - If true, the output is ordered according to the occurrence.grouping - If true, group all the fields of the same occurrence together.public String FMLtoXML(TypedFML inData)
inData - FML buffer to convert
public String FML32toXML(TypedFML32 inData,
                         boolean root,
                         boolean ordering,
                         boolean grouping,
                         boolean beautify)
inData - FML32 buffer to be convertedroot - If true, adds a root elementordering - If true, the output is ordered according to the occurrence.grouping - If true, group all the fields of the same occurrence together.beautify - If true, output is properly indented
public String FML32toXML(TypedFML32 inData,
                         boolean root,
                         boolean grouping)
inData - FML32 buffer to be convertedroot - If true, adds a root elementgrouping - If true, group all the fields of the same occurrence together.
public String FML32toXML(TypedFML32 inData,
                         boolean root,
                         boolean ordering,
                         boolean grouping)
inData - FML32 buffer to be convertedroot - If true, adds a root elementordering - If true, the output is ordered according to the occurrence.grouping - If true, group all the fields of the same occurrence together.public String FML32toXML(TypedFML32 inData)
inData - FML32 buffer to convert
public String FML32toXML(TypedFML32 inData,
                         boolean rootneeded)
inData - FML32 buffer to convertrootneeded - if true, adds a root element
public static boolean getNormalizeEscaped()
public TypedFML XMLtoFML(String xmlinfo,
                         FldTbl[] fldtbls)
xmlinfo - FML buffer to convertfldtbls - Field tables to use for Fldid/String mappings
public TypedFML32 XMLtoFML32(String xmlinfo,
                             FldTbl[] fldtbls)
xmlinfo - FML32 buffer to convertfldtbls - Field tables to use for Fldid/String mappings
| 
 | Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||