Searched refs:AttributeImpl (Results 1 - 4 of 4) 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
H A DNamespaceImpl.java37 public class NamespaceImpl extends AttributeImpl implements Namespace{
H A DXMLEventFactoryImpl.java46 AttributeImpl attr = new AttributeImpl(localName, value);
56 AttributeImpl attr = new AttributeImpl(prefix, namespaceURI, localName, value, null);
H A DXMLEventAllocatorImpl.java185 AttributeImpl attr = null;
200 * attr = new AttributeImpl();
204 attr = new AttributeImpl();

Completed in 46 milliseconds