Searched refs:ElementWrapper (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/
H A DElementWrapper.java54 final class ElementWrapper implements ParsedElementAnnotation { class in inherits:ParsedElementAnnotation
57 public ElementWrapper(Element e) { method in class:ElementWrapper
H A DAnnotation.java57 class Annotation implements Annotations<ElementWrapper,LocatorImpl,CommentListImpl> {
66 public void addElement(ElementWrapper ea) throws BuildException {
H A DElementAnnotationBuilderImpl.java72 return new ElementWrapper(e);
80 e.appendChild(((ElementWrapper)ea).element);
H A DDSchemaBuilderImpl.java74 <NameClass,DPattern,ElementWrapper,LocatorImpl,Annotation,CommentListImpl> {
185 public DPattern annotateAfter(DPattern p, ElementWrapper e) throws BuildException {
196 Scope<DPattern, ElementWrapper, LocatorImpl, Annotation, CommentListImpl> scope, LocatorImpl loc, Annotation anno) throws BuildException, IllegalSchemaException {
H A DGrammarBuilderImpl.java116 additionalElementAnnotations.add(((ElementWrapper)ea).element);

Completed in 65 milliseconds