Searched refs:getReadOnly (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLTextAreaElement.java96 public boolean getReadOnly(); method in interface:HTMLTextAreaElement
H A DHTMLInputElement.java148 public boolean getReadOnly(); method in interface:HTMLInputElement
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DNodeImpl.java84 public boolean getReadOnly() { method in class:NodeImpl
/openjdk7/jdk/test/javax/management/Introspector/
H A DIdenticalMBeanInfoTest.java50 public int getReadOnly(); method in interface:IdenticalMBeanInfoTest.WhatsitMBean
60 public int getReadOnly() { return 0; } method in class:IdenticalMBeanInfoTest.Whatsit
H A DAnnotationTest.java151 int getReadOnly(); method in interface:AnnotationTest.ThingMBean
181 public int getReadOnly() {return 0;} method in class:AnnotationTest.Thing
207 public int getReadOnly() {return 0;} method in class:AnnotationTest.ThingImpl
/openjdk7/jdk/test/java/beans/Introspector/
H A DTest7192955.java75 public List<String> getReadOnly() { method in class:Test7192955.BaseBean
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDOMUtil.java352 return ((com.sun.org.apache.xerces.internal.impl.xs.opti.NodeImpl)node).getReadOnly();
354 return ((com.sun.org.apache.xerces.internal.dom.NodeImpl)node).getReadOnly();
361 return ((com.sun.org.apache.xerces.internal.impl.xs.opti.NodeImpl)node).getReadOnly();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DNamedNodeMapImpl.java388 boolean getReadOnly() { method in class:NamedNodeMapImpl
390 } // getReadOnly()
H A DNodeImpl.java1835 public boolean getReadOnly() { method in class:NodeImpl
1842 } // getReadOnly():boolean

Completed in 66 milliseconds