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
Exception
public static XMLStreamReader createSafeXmlTextReader(String url) throws Exception
Exception
public static XMLStreamReader createSafeXmlTextReader(XMLStreamReader reader) throws Exception
Exception
Copyright © 2012–2015 Microsoft. All rights reserved.