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

/openjdk7/jdk/src/share/classes/javax/management/
H A DAttributeChangeNotification.java72 private String attributeType = null; field in class:AttributeChangeNotification
95 * @param attributeType A String containing the type of the attribute.
100 String attributeName, String attributeType, Object oldValue, Object newValue) {
104 this.attributeType = attributeType;
125 return attributeType;
99 AttributeChangeNotification(Object source, long sequenceNumber, long timeStamp, String msg, String attributeName, String attributeType, Object oldValue, Object newValue) argument
H A DMBeanAttributeInfo.java75 private final String attributeType; field in class:MBeanAttributeInfo
148 this.attributeType = type;
184 attributeType(getter, setter),
218 return attributeType;
317 private static String attributeType(Method getter, Method setter) method in class:MBeanAttributeInfo
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/events/
H A DAttributeBase.java67 String value, String attributeType) {
71 _attributeType = (attributeType == null) ? "CDATA":attributeType;
100 public void setAttributeType(String attributeType){ argument
101 _attributeType = attributeType ;
66 AttributeBase(String prefix, String namespaceURI, String localName, String value, String attributeType) argument
/openjdk7/jaxp/src/com/sun/xml/internal/stream/events/
H A DAttributeImpl.java127 public void setAttributeType(String attributeType){ argument
128 fAttributeType = attributeType ;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DDTDEventListener.java310 public void attributeDecl(String elementName, String attributeName, String attributeType, argument
H A DDTDHandlerBase.java102 public void attributeDecl(String elementName, String attributeName, String attributeType, argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/
H A DTDTDReader.java292 public void attributeDecl(String elementName, String attributeName, String attributeType, String[] enumeration, short attributeUse, String defaultValue) throws SAXException { argument
294 createAttribute(elementName, attributeName, attributeType, enumeration, attributeUse, defaultValue)
299 String elementName, String attributeName, String attributeType,
323 use = builtinConversions.get(attributeType);
298 createAttribute( String elementName, String attributeName, String attributeType, String[] enums, short attributeUse, String defaultValue ) argument
/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DDTDGrammar.java547 short attributeType;
552 attributeType = -1;
555 attributeType = (short) (fAttributeDeclType[chunk][index] & LIST_MASK);
558 attributeDecl.simpleType.setValues(attributeType,fAttributeDeclName[chunk][index].localpart,
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java1349 short attributeType;
1354 attributeType = -1;
1357 attributeType = (short) (fAttributeDeclType[chunk][index] & LIST_MASK);
1360 attributeDecl.simpleType.setValues(attributeType,fAttributeDeclName[chunk][index].localpart,

Completed in 326 milliseconds