Searched refs:AttributesHolder (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DAttributesHolder.java46 public abstract class AttributesHolder extends DeclarationImpl { class in inherits:DeclarationImpl
48 protected AttributesHolder( SchemaDocumentImpl _parent, AnnotationImpl _annon, method in class:AttributesHolder
H A DAttGroupDeclImpl.java39 public class AttGroupDeclImpl extends AttributesHolder implements XSAttGroupDecl
H A DComplexTypeImpl.java53 public class ComplexTypeImpl extends AttributesHolder implements XSComplexType, Ref.ComplexType
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/
H A DAttributesHolder.java37 public final class AttributesHolder implements Attributes { class in inherits:Attributes
52 public AttributesHolder() { method in class:AttributesHolder
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DAttributesHolder.java43 public class AttributesHolder implements EncodingAlgorithmAttributes { class in inherits:EncodingAlgorithmAttributes
57 public AttributesHolder() { method in class:AttributesHolder
66 public AttributesHolder(Map registeredEncodingAlgorithms) { method in class:AttributesHolder
H A DSAXDocumentParser.java158 protected AttributesHolder _attributes;
169 _attributes = new AttributesHolder(_registeredEncodingAlgorithms);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DcomplexType_complexContent_body.java46 private AttributesHolder owner;
57 public complexType_complexContent_body(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, AttributesHolder _owner) {
64 public complexType_complexContent_body(NGCCRuntimeEx runtime, AttributesHolder _owner) {
H A DattributeUses.java47 private AttributesHolder owner;
66 public attributeUses(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, AttributesHolder _owner) {
73 public attributeUses(NGCCRuntimeEx runtime, AttributesHolder _owner) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/sax/
H A DSAXBufferProcessor.java29 import com.sun.xml.internal.stream.buffer.AttributesHolder;
82 protected AttributesHolder _attributes = new AttributesHolder();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/stax/
H A DStreamReaderBufferProcessor.java29 import com.sun.xml.internal.stream.buffer.AttributesHolder;
92 protected AttributesHolder _attributeCache;
135 _attributeCache = new AttributesHolder();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentParser.java36 import com.sun.xml.internal.fastinfoset.sax.AttributesHolder;
114 protected AttributesHolder _attributes = new AttributesHolder();
1816 public final AttributesHolder getAttributesHolder() {

Completed in 241 milliseconds