Searched defs:AttributeImpl (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/xml/internal/stream/events/
H A DAttributeImpl.java34 //xxx: AttributeEvent is not really a first order event. Should we be renaming the class to AttributeImpl for consistent
45 public class AttributeImpl extends DummyEvent implements Attribute class in inherits:DummyEvent,Attribute
62 public AttributeImpl(){ method in class:AttributeImpl
65 public AttributeImpl(String name, String value) { method in class:AttributeImpl
71 public AttributeImpl(String prefix, String name, String value) { method in class:AttributeImpl
75 public AttributeImpl(String prefix, String uri, String localPart, String value, String type) { method in class:AttributeImpl
79 public AttributeImpl(String prefix, String uri, String localPart, String value, String nonNormalizedvalue, String type, boolean isSpecified) { method in class:AttributeImpl
84 public AttributeImpl(QName qname, String value, String nonNormalizedvalue, String type, boolean isSpecified) { method in class:AttributeImpl
161 }//AttributeImpl

Completed in 43 milliseconds