public class XmlContentType extends Object implements ContentType
The XML document must have the following DOCTYPE declaration:
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">Furthermore, the document must satisfy the properties DTD described above.
public Map<String,String> resolve(byte[] data, String encoding) throws InvalidPathException
resolve 在接口中 ContentTypeInvalidPathExceptionCopyright © 2018. All rights reserved.