Searched defs:getSyntheticAnnotation (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DElementImpl.java258 public String getSyntheticAnnotation() { method in class:ElementImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDOMUtil.java837 public static String getSyntheticAnnotation(Node node) { method in class:DOMUtil
839 return ((ElementImpl)node).getSyntheticAnnotation();

Completed in 110 milliseconds