Package com.sun.xml.xsom.util
Class DomAnnotationParserFactory
- java.lang.Object
-
- com.sun.xml.xsom.util.DomAnnotationParserFactory
-
- All Implemented Interfaces:
AnnotationParserFactory
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> fromXSAnnotation.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.
- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description DomAnnotationParserFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationParser
create()
AnnotationParser
create(boolean disableSecureProcessing)
-
-
-
Method Detail
-
create
public AnnotationParser create()
- Specified by:
create
in interfaceAnnotationParserFactory
-
create
public AnnotationParser create(boolean disableSecureProcessing)
-
-