public class StructureExtractorImpl
extends java.lang.Object
| Constructor and Description |
|---|
StructureExtractorImpl() |
| Modifier and Type | Method and Description |
|---|---|
XMLInfoImpl |
extractStructure(java.io.File xml,
java.nio.charset.Charset charset,
java.util.Locale locale,
SimpleTaskStatus status) |
XMLInfoImpl |
extractStructure(org.xml.sax.InputSource is,
XMLInfoImpl xmlinfo,
SimpleTaskStatus status) |
XMLInfoImpl |
extractStructure(java.io.InputStream xml,
java.nio.charset.Charset charset,
java.util.Locale locale,
SimpleTaskStatus status) |
XMLInfoImpl |
extractStructure(java.io.Reader reader,
java.util.Locale locale,
SimpleTaskStatus status) |
public XMLInfoImpl extractStructure(java.io.File xml, java.nio.charset.Charset charset, java.util.Locale locale, SimpleTaskStatus status) throws java.io.FileNotFoundException, java.io.IOException
java.io.FileNotFoundExceptionjava.io.IOExceptionpublic XMLInfoImpl extractStructure(java.io.InputStream xml, java.nio.charset.Charset charset, java.util.Locale locale, SimpleTaskStatus status) throws java.io.IOException
java.io.IOExceptionpublic XMLInfoImpl extractStructure(java.io.Reader reader, java.util.Locale locale, SimpleTaskStatus status)
public XMLInfoImpl extractStructure(org.xml.sax.InputSource is, XMLInfoImpl xmlinfo, SimpleTaskStatus status)