Package org.omegat.filters3.xml
Class XMLUtils
- java.lang.Object
-
- org.omegat.filters3.xml.XMLUtils
-
public final class XMLUtils extends java.lang.Object
Static XML utility methods.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Attributes
convertAttributes(org.xml.sax.Attributes attributes)
Converts attributes from org.xml.sax package to OmegaT's.
-
-
-
Method Detail
-
convertAttributes
public static Attributes convertAttributes(org.xml.sax.Attributes attributes)
Converts attributes from org.xml.sax package to OmegaT's.
-
-