Package com._1c.g5.v8.dt.internal.xml
Class XmlVersionService
java.lang.Object
com._1c.g5.v8.dt.internal.xml.XmlVersionService
- All Implemented Interfaces:
- IXmlVersionService
Implementation of 
IXmlVersionService- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetRuntimeVersions(String xmlVersion) List of 1C:Runtime versions for given XML format version representationgetXmlVersionRepresentation(Version version) XML format version representation for given 1C:Runtime versionbooleanisValidXmlVersionRepresentation(String xmlVersion) Validate given string representation of XML format
- 
Constructor Details- 
XmlVersionServicepublic XmlVersionService()
 
- 
- 
Method Details- 
getXmlVersionRepresentationDescription copied from interface:IXmlVersionServiceXML format version representation for given 1C:Runtime version- Specified by:
- getXmlVersionRepresentationin interface- IXmlVersionService
- Parameters:
- version- the 1C:Runtime version, cannot be- null
- Returns:
- string representation of XML format, can be nullif no XML format version representation registry for given version
 
- 
getRuntimeVersionsDescription copied from interface:IXmlVersionServiceList of 1C:Runtime versions for given XML format version representation- Specified by:
- getRuntimeVersionsin interface- IXmlVersionService
- Parameters:
- xmlVersion- the XML format version representation, cannot be- null
- Returns:
- list of Versionfor given XML format version representation, nevernull
 
- 
isValidXmlVersionRepresentationDescription copied from interface:IXmlVersionServiceValidate given string representation of XML format- Specified by:
- isValidXmlVersionRepresentationin interface- IXmlVersionService
- Parameters:
- xmlVersion- the XML format representation for check, cannot be- null
- Returns:
- trueif given XML format representation is registered, or- falseif otherwise
 
 
-