Uses of Class
cdc.util.xml.XmlWriterContext.Type
-
Packages that use XmlWriterContext.Type Package Description cdc.util.xml -
-
Uses of XmlWriterContext.Type in cdc.util.xml
Methods in cdc.util.xml that return XmlWriterContext.Type Modifier and Type Method Description (package private) XmlWriterContext.TypeXmlWriterContext. getType()static XmlWriterContext.TypeXmlWriterContext.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static XmlWriterContext.Type[]XmlWriterContext.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdc.util.xml with parameters of type XmlWriterContext.Type Modifier and Type Method Description (package private) XmlWriterContextXmlWriterContext. pushContext(XmlWriterContext.Type type)(package private) voidXmlWriterContext. setType(XmlWriterContext.Type type)
-