Searched refs:getPropertyValue (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/css/
H A DCSSStyleDeclaration.java98 public String getPropertyValue(String propertyName); method in interface:CSSStyleDeclaration
105 * as strings, using the <code>getPropertyValue</code> and
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/
H A DContextFactory.java73 String defaultNsUri = getPropertyValue(properties,JAXBRIContext.DEFAULT_NAMESPACE_REMAP,String.class);
75 Boolean c14nSupport = getPropertyValue(properties,JAXBRIContext.CANONICALIZATION_SUPPORT,Boolean.class);
79 Boolean allNillable = getPropertyValue(properties,JAXBRIContext.TREAT_EVERYTHING_NILLABLE,Boolean.class);
83 Boolean retainPropertyInfo = getPropertyValue(properties, JAXBRIContext.RETAIN_REFERENCE_TO_INFO, Boolean.class);
87 Boolean supressAccessorWarnings = getPropertyValue(properties, JAXBRIContext.SUPRESS_ACCESSOR_WARNINGS, Boolean.class);
91 Boolean improvedXsiTypeHandling = getPropertyValue(properties, JAXBRIContext.IMPROVED_XSI_TYPE_HANDLING, Boolean.class);
95 Boolean xmlAccessorFactorySupport = getPropertyValue(properties,
104 RuntimeAnnotationReader ar = getPropertyValue(properties,JAXBRIContext.ANNOTATION_READER,RuntimeAnnotationReader.class);
109 getPropertyValue(properties, JAXBRIContext.SUBCLASS_REPLACEMENTS, Map.class), Class.class, Class.class);
136 private static <T> T getPropertyValue(Ma method in class:ContextFactory
[all...]
/openjdk7/jdk/src/share/classes/com/sun/beans/decoder/
H A DPropertyElementHandler.java132 return getPropertyValue(getContextBean(), name, this.index);
170 private static Object getPropertyValue(Object bean, String name, Integer index) throws IllegalAccessException, IntrospectionException, InvocationTargetException, NoSuchMethodException { method in class:PropertyElementHandler
/openjdk7/jdk/src/share/back/
H A Dutil.c1635 getPropertyValue(JNIEnv *env, char *propertyName) function
1706 valueString = getPropertyValue(env, propertyName);

Completed in 38 milliseconds