/openjdk7/langtools/test/tools/javac/generics/6372782/ |
H A D | Element.java | 24 public interface Element<E extends Element<E, P, V>, interface
|
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/ |
H A D | Element.java | 34 * types of elements. For more detail, see section 5.7 "Element Declaration" 35 * and 5.7.1 "Bind to Java Element Interface" of the specification. 41 public interface Element { interface
|
/openjdk7/jdk/src/share/classes/javax/swing/text/ |
H A D | Element.java | 33 public interface Element { interface 48 public Element getParentElement(); 101 * <code>Element</code> is a leaf, otherwise returns 102 * the index of the <code>Element</code> that best represents 127 public Element getElement(int index);
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/ |
H A D | Element.java | 37 public interface Element<T,C> extends TypeInfo<T,C> { interface in inherits:TypeInfo 55 Element<T,C> getSubstitutionHead();
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/xmlschema/ |
H A D | Element.java | 32 public interface Element interface in inherits:Annotated,ComplexTypeHost,FixedOrDefault,SimpleTypeHost,TypedXmlWriter 38 public Element type(QName value); 41 public Element block(String value); 44 public Element block(String[] value); 47 public Element nillable(boolean value);
|
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/httpstest/ |
H A D | ClosedChannelList.java | 32 static class Element { class in class:ClosedChannelList 35 Element (long l, SelectionKey key) { method in class:ClosedChannelList.Element 51 list.add (new Element (exp, key)); 66 Element elm = (Element)iter.next();
|
/openjdk7/jdk/src/share/classes/sun/text/normalizer/ |
H A D | RangeValueIterator.java | 66 * RangeValueIterator.Element result = new RangeValueIterator.Element(); 88 public class Element class in interface:RangeValueIterator 116 public Element() method in class:RangeValueIterator.Element 130 * @see Element 133 public boolean next(Element element);
|
/openjdk7/jdk/test/sun/net/www/httptest/ |
H A D | ClosedChannelList.java | 32 static class Element { class in class:ClosedChannelList 35 Element (long l, SelectionKey key) { method in class:ClosedChannelList.Element 51 list.add (new Element (exp, key)); 66 Element elm = (Element)iter.next();
|
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/model/ |
H A D | Element.java | 42 public class Element <P extends Element<?>> implements Comparable<Element<?>>{ class in inherits:Comparable 46 public Element(final String name, final P parent) { method in class:Element 51 public Element(final Node node, final P parent) { method in class:Element 63 static <P extends Element<?>, T extends Element<P>> List<T> getNodesFor(final Node parentNode, final String selection, final Class<T> clazz, final P parent) { 99 public int compareTo(Element<?> o) {
|
/openjdk7/langtools/src/share/classes/javax/lang/model/element/ |
H A D | Element.java | 50 * Element} object, either use a {@linkplain ElementVisitor visitor} or 55 * implement multiple {@code Element} subinterfaces. 64 public interface Element { interface 96 * {@link Elements#getAllAnnotationMirrors(Element) getAllAnnotationMirrors}. 211 Element getEnclosingElement(); 238 List<? extends Element> getEnclosedElements(); 246 * state about the presence of unrelated types. Element objects
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/visitor/ |
H A D | ChildElementFinder.java | 69 public static class Element { class in class:ChildElementFinder 73 public Element(NameClass nc, Pattern content) { method in class:ChildElementFinder.Element 80 if (!(o instanceof Element)) return false; 82 final Element element = (Element) o; 99 * Returns a set of {@link Element}. 106 children.add(new Element(nc,content));
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/ |
H A D | Ref.java | 86 public static interface Element extends Term { interface in class:Ref
|
/openjdk7/jaxp/src/org/w3c/dom/ |
H A D | Element.java | 45 * The <code>Element</code> interface represents an element in an HTML or XML 47 * <code>Element</code> interface inherits from <code>Node</code>, the 50 * methods on the <code>Element</code> interface to retrieve either an 61 public interface Element extends Node { interface in inherits:Node 156 * attribute of another <code>Element</code> object. The DOM user must 188 * @return A list of matching <code>Element</code> nodes. 326 * attribute of another <code>Element</code> object. The DOM user must
|
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/toa/ |
H A D | TransientObjectManager.java | 40 private Element[] elementArray; 41 private Element freeList; 51 elementArray = new Element[maxSize]; 52 elementArray[maxSize-1] = new Element(maxSize-1,null); 54 elementArray[i] = new Element(i,elementArray[i+1]); 63 Element elem = freeList; 64 freeList = (Element)freeList.servant; 139 Element old[] = elementArray; 142 elementArray = new Element[maxSize]; 147 elementArray[maxSize-1] = new Element(maxSiz 155 final class Element { class 163 Element(int i, java.lang.Object next) method in class:Element [all...] |
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/ |
H A D | Element.java | 43 class Element implements DTDConstants, Serializable { class in inherits:DTDConstants,Serializable 62 Element() { method in class:Element 68 Element(String name, int index) { method in class:Element
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/ |
H A D | Element.java | 53 * DTD Element. 63 final class Element extends Term implements Comparable<Element> { class in inherits:Term,Comparable 118 public Element(TDTDReader owner,String name) { method in class:Element 154 for( Element e : b.elements ) { 257 for( Element e : b.elements ) 278 for( Element e : b.elements ) { 284 for( Element e : b.elements ) { 295 Element ref = owner.getOrCreateElement(name); 311 public int compareTo(Element tha [all...] |
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/gbind/ |
H A D | Element.java | 42 * Element needs to be interned, meaning one {@link Element} per one tag name. 49 public abstract class Element extends Expression implements ElementSet { class in inherits:Expression,ElementSet 55 final Set<Element> foreEdges = new LinkedHashSet<Element>(); 56 final Set<Element> backEdges = new LinkedHashSet<Element>(); 66 * Set in {@link #assignDfsPostOrder(Element)} 68 /*package*/ Element prevPostOrder; 77 protected Element() { method in class:Element [all...] |
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/ |
H A D | DelayedRef.java | 170 public static class Element extends DelayedRef implements Ref.Element { class in class:DelayedRef 171 public Element( PatcherManager manager, Locator loc, SchemaImpl schema, UName name ) { method in class:DelayedRef.Element
|
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ |
H A D | Type.java | 52 public static final Type Element = new NodeType(NodeTest.ELEMENT); field in class:Type
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/ |
H A D | NamespaceContextImpl.java | 88 private Element current; 91 * This is the {@link Element} whose prev==null. 98 private final Element top; 114 current = top = new Element(this,null); 287 public Element getCurrent() { 372 public final class Element { class in class:NamespaceContextImpl 377 * {@link Element}s form a doubly-linked list. 379 private final Element prev; 380 private Element next; 387 * The numbe of prefixes declared by ancestor {@link Element} 425 private Element(NamespaceContextImpl context,Element prev) { method in class:NamespaceContextImpl.Element [all...] |
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/ |
H A D | IIOMetadataFormatImpl.java | 92 // Element name (String) -> Element 95 class Element { class in class:IIOMetadataFormatImpl 182 Element root = new Element(); 218 Element root = new Element(); 271 private Element getElement(String elementName, boolean mustAppear) { 275 Element element = (Element)elementMa [all...] |
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/ |
H A D | Attribute.java | 429 // Element kinds: 456 Element[] elems; // tokenization of layout 484 Element[] lelems = new Element[bodies.length]; 487 Element ce = this.new Element(); 496 Element ce = lelems[i]; 563 class Element { class in class:Attribute.Layout 571 Element[] body; // extra data (for replications, unions, calls) 575 Element() { method in class:Attribute.Layout.Element [all...] |
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/ |
H A D | XMLDocumentFragmentScannerImpl.java | 285 /** Element stack. */ 339 /** Element QName. */ 1173 System.out.println("Element " + fElementRawname + " was SKIPPED at pointer location = " + fLastPointerLocation); 1207 System.out.println("Element " + fElementRawname + " was SKIPPED at depth = " + fElementStack.fDepth + " column = " + column ); 1261 System.out.println("Element SUCESSFULLY skipped = " + name.rawname); 1269 System.out.println("Element was NOT skipped, REPOSITIONING stack" ); 1288 if(DEBUG)System.out.println("Element scanned in start element is " + fElementQName.toString()); 2047 protected static final class Element { class in class:XMLDocumentFragmentScannerImpl 2059 /** The next Element entry. */ 2060 public Element nex 2070 public Element(QName qname, Element next) { method in class:XMLDocumentFragmentScannerImpl.Element [all...] |
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/ |
H A D | XMLKit.java | 83 * new Element(int elemCapacity=4), String name="" 84 * new Element(String name, String[] attrs={}, Element[] elems={}, int elemCapacity=4) 85 * new Element(String name, String[] attrs, Object[] elems, int elemCapacity=4) 86 * new Element(Element original) // shallow copy 87 * new Element(String name="", Collection elems) // coercion 89 * Element shallowCopy() 90 * Element shallowFreeze() // side-effecting 91 * Element deepCop 292 public static final class Element implements Comparable<Element>, Iterable<Object> { class in class:XMLKit 310 Element(String name, int size, int capacity) { method in class:XMLKit.Element 320 public Element() { method in class:XMLKit.Element 324 public Element(int extraCapacity) { method in class:XMLKit.Element 331 public Element(String name) { method in class:XMLKit.Element 335 public Element(String name, int extraCapacity) { method in class:XMLKit.Element 342 public Element(String name, String... attrs) { method in class:XMLKit.Element 346 public Element(String name, String[] attrs, int extraCapacity) { method in class:XMLKit.Element 353 public Element(String name, Element... elems) { method in class:XMLKit.Element 357 public Element(String name, Element[] elems, int extraCapacity) { method in class:XMLKit.Element 364 public Element(String name, String[] attrs, Object... elems) { method in class:XMLKit.Element 368 public Element(String name, String[] attrs, Object[] elems, int extraCapacity) { method in class:XMLKit.Element 388 public Element(Collection c) { method in class:XMLKit.Element 393 public Element(String name, Collection c) { method in class:XMLKit.Element 401 public Element(Element old) { method in class:XMLKit.Element 405 public Element(Element old, int extraCapacity) { method in class:XMLKit.Element [all...] |