|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLInputFactory | |
---|---|
javax.xml.stream |
Uses of XMLInputFactory in javax.xml.stream |
---|
Methods in javax.xml.stream that return XMLInputFactory | |
---|---|
static XMLInputFactory |
XMLInputFactory.newFactory()
|
static XMLInputFactory |
XMLInputFactory.newFactory(String factoryId,
ClassLoader classLoader)
|
static XMLInputFactory |
XMLInputFactory.newInstance()
|
static XMLInputFactory |
XMLOutputFactory.newInstance(String factoryId,
ClassLoader classLoader)
Deprecated. This method has been deprecated because it returns an instance of XMLInputFactory, which is of the wrong class. Use the new method newFactory(java.lang.String factoryId,java.lang.ClassLoader classLoader) instead. |
static XMLInputFactory |
XMLInputFactory.newInstance(String factoryId,
ClassLoader classLoader)
Deprecated. to maintain API consistency. All newInstance methods are replaced with corresponding newFactory methods. The replacement newFactory(String factoryId, ClassLoader classLoader) method defines no changes in behavior from this method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |