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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DElementInfo.java35 * TODO: is ElementInfo adaptable?
39 public interface ElementInfo<T,C> extends Element<T,C> { interface in inherits:Element
85 * {@link ElementInfo} can only substitute {@link ElementInfo}.
87 ElementInfo<T,C> getSubstitutionHead();
90 * All the {@link ElementInfo}s whose {@link #getSubstitutionHead()} points
96 Collection<? extends ElementInfo<T,C>> getSubstitutionMembers();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java66 import com.sun.xml.internal.bind.v2.model.core.ElementInfo;
180 for( ElementInfo<T,C> ei1 : types.getElementMappings(null).values() )
278 public void add( ElementInfo<T,C> elem ) { argument
285 ElementInfo ei;
1276 writeTypeRef(eref,((ElementInfo<T,C>)e).getContentType(),"type");
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DAccessibleHTML.java63 * The root ElementInfo for the document
65 private ElementInfo rootElementInfo;
120 * Returns the ElementInfo representing the root Element.
122 private ElementInfo getRootInfo() {
185 rootElementInfo = new ElementInfo(root);
193 * Create an ElementInfo subclass based on the passed in Element.
195 ElementInfo createElementInfo(Element e, ElementInfo parent) {
230 public RootHTMLAccessibleContext(ElementInfo elementInfo) {
300 protected ElementInfo elementInf
2641 private class ElementInfo { class in class:AccessibleHTML
2668 ElementInfo(Element element) { method in class:AccessibleHTML.ElementInfo
2676 ElementInfo(Element element, ElementInfo parent) { method in class:AccessibleHTML.ElementInfo
[all...]

Completed in 82 milliseconds