Uses of Class
cdc.util.data.xml.XmlDataReader.Feature
-
Packages that use XmlDataReader.Feature Package Description cdc.util.data.util cdc.util.data.xml -
-
Uses of XmlDataReader.Feature in cdc.util.data.util
Methods in cdc.util.data.util with parameters of type XmlDataReader.Feature Modifier and Type Method Description RAbstractResourceLoader. loadXml(File file, Compressor compressor, XmlDataReader.Feature... features)Loads an XML file, possibly compressed.RAbstractResourceLoader. loadXml(File file, XmlDataReader.Feature... features)Loads an uncompressed XML file.RAbstractResourceLoader. loadXml(InputStream is, String systemId, Compressor compressor, XmlDataReader.Feature... features)Loads an XML input stream, possibly compressed.RAbstractResourceLoader. loadXml(InputStream is, String systemId, XmlDataReader.Feature... features)Loads an uncompressed XML input stream.RAbstractResourceLoader. loadXml(String filename, Compressor compressor, XmlDataReader.Feature... features)Loads an XML file, possibly compressed.RAbstractResourceLoader. loadXml(String filename, XmlDataReader.Feature... features)Loads an uncompressed XML file.RAbstractResourceLoader. loadXml(URL url, Compressor compressor, XmlDataReader.Feature... features)Loads an XML URL, possibly compressed.RAbstractResourceLoader. loadXml(URL url, XmlDataReader.Feature... features)Loads an uncompressed XML URL.voidAbstractResourceLoader. loadXml(List<URL> urls, Compressor compressor, XmlDataReader.Feature... features)Loads a list of XML URLs, possibly compressed.voidAbstractResourceLoader. loadXml(List<URL> urls, XmlDataReader.Feature... features)Loads a list of uncompressed XML URLs. -
Uses of XmlDataReader.Feature in cdc.util.data.xml
Methods in cdc.util.data.xml that return XmlDataReader.Feature Modifier and Type Method Description static XmlDataReader.FeatureXmlDataReader.Feature. valueOf(String name)Returns the enum constant of this type with the specified name.static XmlDataReader.Feature[]XmlDataReader.Feature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdc.util.data.xml with parameters of type XmlDataReader.Feature Modifier and Type Method Description static XmlDataReaderXmlDataReader. create(XmlDataReader.Feature... features)booleanXmlDataReader. isEnabled(XmlDataReader.Feature feature)Returnstruewhen a feature is enabled.static DocumentXmlDataReader. load(File file, Compressor compressor, XmlDataReader.Feature... features)static DocumentXmlDataReader. load(File file, XmlDataReader.Feature... features)static DocumentXmlDataReader. load(InputStream is, XmlDataReader.Feature... features)static DocumentXmlDataReader. load(InputStream is, String systemId, XmlDataReader.Feature... features)static DocumentXmlDataReader. load(String filename, Compressor compressor, XmlDataReader.Feature... features)static DocumentXmlDataReader. load(String filename, XmlDataReader.Feature... features)static DocumentXmlDataReader. load(String s, Charset charset, XmlDataReader.Feature... features)static DocumentXmlDataReader. load(URL url, Compressor compressor, XmlDataReader.Feature... features)static DocumentXmlDataReader. load(URL url, XmlDataReader.Feature... features)static ElementXmlDataReader. loadRoot(File file, Compressor compressor, XmlDataReader.Feature... features)static ElementXmlDataReader. loadRoot(File file, XmlDataReader.Feature... features)static ElementXmlDataReader. loadRoot(InputStream is, XmlDataReader.Feature... features)static ElementXmlDataReader. loadRoot(InputStream is, String systemId, Compressor compressor, XmlDataReader.Feature... features)static ElementXmlDataReader. loadRoot(InputStream is, String systemId, XmlDataReader.Feature... features)static ElementXmlDataReader. loadRoot(String filename, Compressor compressor, XmlDataReader.Feature... features)static ElementXmlDataReader. loadRoot(String filename, XmlDataReader.Feature... features)static ElementXmlDataReader. loadRoot(String s, Charset charset, XmlDataReader.Feature... features)static ElementXmlDataReader. loadRoot(URL url, Compressor compressor, XmlDataReader.Feature... features)static ElementXmlDataReader. loadRoot(URL url, XmlDataReader.Feature... features)voidXmlDataReader. setEnabled(XmlDataReader.Feature feature, boolean enabled)Enables or disables a feature.Constructors in cdc.util.data.xml with parameters of type XmlDataReader.Feature Constructor Description XmlDataReader(XmlDataReader.Feature... features)
-