public class DomAnnotationParserFactory extends java.lang.Object implements AnnotationParserFactory
AnnotationParserFactory that parses annotations into a W3C DOM.
If you use this parser factory, you'll get Element that represents
<xs:annotation> from XSAnnotation.getAnnotation().
When multiple <xs:annotation>s are found for the given schema component, you'll see all <xs:appinfo>s and <xs:documentation>s combined under one <xs:annotation> element.
| Modifier and Type | Class and Description |
|---|---|
private static class |
DomAnnotationParserFactory.AnnotationParserImpl |
| Modifier and Type | Field and Description |
|---|---|
private static javax.xml.transform.sax.SAXTransformerFactory |
stf |
| Constructor and Description |
|---|
DomAnnotationParserFactory() |
| Modifier and Type | Method and Description |
|---|---|
AnnotationParser |
create() |
public AnnotationParser create()
create in interface AnnotationParserFactory