Package org.aoju.bus.image.galaxy.io
Class SAXReader
java.lang.Object
org.aoju.bus.image.galaxy.io.SAXReader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Attributesparse(InputStream is) static Attributesparse(InputStream is, Attributes attrs) static Attributesstatic Attributesparse(String uri, Attributes attrs)
-
Constructor Details
-
SAXReader
public SAXReader()
-
-
Method Details
-
parse
public static Attributes parse(String uri, Attributes attrs) throws ParserConfigurationException, SAXException, IOException -
parse
public static Attributes parse(InputStream is, Attributes attrs) throws ParserConfigurationException, SAXException, IOException -
parse
public static Attributes parse(String uri) throws ParserConfigurationException, SAXException, IOException -
parse
public static Attributes parse(InputStream is) throws ParserConfigurationException, SAXException, IOException
-