Uses of Interface
org.eclipse.persistence.platform.xml.XMLParser
-
Packages that use XMLParser Package Description org.eclipse.persistence.platform.xml -
-
Uses of XMLParser in org.eclipse.persistence.platform.xml
Methods in org.eclipse.persistence.platform.xml that return XMLParser Modifier and Type Method Description XMLParserXMLPlatform. newXMLParser()Return a concrete implementation of the XML parser abstraction that is compatible with the XML Platform.XMLParserXMLPlatform. newXMLParser(Map<String,Boolean> parserFeatures)Return a concrete implementation of the XML parser abstraction that is compatible with the XML Platform, based on these parser features.
-