Uses of Class
xal.tools.xml.XmlDataAdaptor
Packages that use XmlDataAdaptor
-
Uses of XmlDataAdaptor in xal.model.xml
Methods in xal.model.xml that return XmlDataAdaptorModifier and TypeMethodDescriptionProbeXmlWriter.writeProbeToDoc
(Probe<?> aProbe) Writes suppliedProbe
to the specified XML file. -
Uses of XmlDataAdaptor in xal.tools.xml
Methods in xal.tools.xml that return XmlDataAdaptorModifier and TypeMethodDescriptionstatic XmlDataAdaptor
XmlDataAdaptor.adaptorForFile
(File file, boolean isValidating) Generate an XmlDataAdaptor from a urlPath and given dtd validating optionstatic XmlDataAdaptor
XmlDataAdaptor.adaptorForString
(String source, boolean isValidating) Generate an XmlDataAdaptor from an XML string and given dtd validating optionstatic XmlDataAdaptor
XmlDataAdaptor.adaptorForUrl
(String urlPath, boolean isValidating) Generate an XmlDataAdaptor from a urlPath and given dtd validating optionstatic XmlDataAdaptor
XmlDataAdaptor.adaptorForUrl
(String urlPath, boolean isValidating, String schemaPath) Generate an XmlDataAdaptor from a urlPath, given dtd validating option, and given schemaUrlstatic XmlDataAdaptor
XmlDataAdaptor.adaptorForUrl
(URL url, boolean isValidating) Generate an XmlDataAdaptor from a urlPath and given dtd validating optionstatic XmlDataAdaptor
XmlDataAdaptor.newDocumentAdaptor
(DataListener dataHandler, String dtdUri) Create a new XmlDataAdaptor given a DataListener and a dtd URIstatic XmlDataAdaptor
XmlDataAdaptor.newEmptyDocumentAdaptor()
Create an empty XML documentstatic XmlDataAdaptor
XmlDataAdaptor.newEmptyDocumentAdaptor
(String docTag, String dtdURI) Create an XML document with only the doc tag and DTD URI specified