Searched defs:isPropertySupported (Results 1 - 6 of 6) sorted by relevance
/openjdk7/jaxp/src/javax/xml/stream/ | ||
H A D | XMLOutputFactory.java | 312 public abstract boolean isPropertySupported(String name); method in class:XMLOutputFactory |
H A D | XMLInputFactory.java | 448 public abstract boolean isPropertySupported(String name); method in class:XMLInputFactory |
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/factory/ | ||
H A D | StAXOutputFactory.java | 125 public boolean isPropertySupported(String name) { method in class:StAXOutputFactory |
H A D | StAXInputFactory.java | 231 public boolean isPropertySupported(String name) { method in class:StAXInputFactory |
/openjdk7/jaxp/src/com/sun/xml/internal/stream/ | ||
H A D | XMLOutputFactoryImpl.java | 135 public boolean isPropertySupported(String name) { method in class:XMLOutputFactoryImpl |
H A D | XMLInputFactoryImpl.java | 222 public boolean isPropertySupported(String name) { method in class:XMLInputFactoryImpl |
Completed in 102 milliseconds