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 Object implements AnnotationParserFactory
AnnotationParserFactorythat parses annotations into a W3C DOM.If you use this parser factory, you'll get
Elementthat represents<xs:annotation>fromXSAnnotation.getAnnotation().When multiple
<xs:annotation>sare found for the given schema component, you'll see all<xs:appinfo>sand<xs:documentation>scombined 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 AnnotationParsercreate()AnnotationParsercreate(boolean disableSecureProcessing)
-
-
-
Method Detail
-
create
public AnnotationParser create()
- Specified by:
createin interfaceAnnotationParserFactory
-
create
public AnnotationParser create(boolean disableSecureProcessing)
-
-