Package com.topologi.diffx.xml.esc
Class XMLEscapeFactory
java.lang.Object
com.topologi.diffx.xml.esc.XMLEscapeFactory
Factory for XML escape classes.
- Version:
- 7 March 2005
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic XMLEscapegetInstance(String encoding) Returns an instance of a XML Escape based on the given encoding.
-
Constructor Details
-
XMLEscapeFactory
private XMLEscapeFactory()Prevents creation of instances.
-
-
Method Details
-
getInstance
Returns an instance of a XML Escape based on the given encoding.This method returns
nullif the encoding is not supported.- Parameters:
encoding- The encoding for which an escape implementation is requested.- Returns:
- A
XMLEscapeinstance corresponding to the specified encoding ornull.
-