public class SafeXmlFactory extends Object
| Modifier and Type | Field and Description | 
|---|---|
static XMLInputFactory | 
factory  | 
| Constructor and Description | 
|---|
SafeXmlFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
static XMLStreamReader | 
createSafeXmlTextReader(InputStream stream)  | 
static XMLStreamReader | 
createSafeXmlTextReader(String url)  | 
static XMLStreamReader | 
createSafeXmlTextReader(XMLStreamReader reader)  | 
public static XMLInputFactory factory
public SafeXmlFactory()
public static XMLStreamReader createSafeXmlTextReader(InputStream stream) throws Exception
Exceptionpublic static XMLStreamReader createSafeXmlTextReader(String url) throws Exception
Exceptionpublic static XMLStreamReader createSafeXmlTextReader(XMLStreamReader reader) throws Exception
ExceptionCopyright © 2012–2015 Microsoft. All rights reserved.