Class QNameCollectingPropertyInfoVisitor<T,C extends T>
- java.lang.Object
-
- org.jvnet.jaxb2_commons.xml.bind.model.util.QNameCollectingPropertyInfoVisitor<T,C>
-
- All Implemented Interfaces:
MPropertyInfoVisitor<T,C,Void>
public class QNameCollectingPropertyInfoVisitor<T,C extends T> extends Object implements MPropertyInfoVisitor<T,C,Void>
-
-
Constructor Summary
Constructors Constructor Description QNameCollectingPropertyInfoVisitor(QNameCollector collector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VoidvisitAnyAttributePropertyInfo(MAnyAttributePropertyInfo<T,C> info)VoidvisitAnyElementPropertyInfo(MAnyElementPropertyInfo<T,C> info)VoidvisitAttributePropertyInfo(MAttributePropertyInfo<T,C> info)VoidvisitElementPropertyInfo(MElementPropertyInfo<T,C> info)VoidvisitElementRefPropertyInfo(MElementRefPropertyInfo<T,C> info)VoidvisitElementRefsPropertyInfo(MElementRefsPropertyInfo<T,C> info)VoidvisitElementsPropertyInfo(MElementsPropertyInfo<T,C> info)VoidvisitValuePropertyInfo(MValuePropertyInfo<T,C> info)
-
-
-
Constructor Detail
-
QNameCollectingPropertyInfoVisitor
public QNameCollectingPropertyInfoVisitor(QNameCollector collector)
-
-
Method Detail
-
visitElementPropertyInfo
public Void visitElementPropertyInfo(MElementPropertyInfo<T,C> info)
- Specified by:
visitElementPropertyInfoin interfaceMPropertyInfoVisitor<T,C extends T,Void>
-
visitElementsPropertyInfo
public Void visitElementsPropertyInfo(MElementsPropertyInfo<T,C> info)
- Specified by:
visitElementsPropertyInfoin interfaceMPropertyInfoVisitor<T,C extends T,Void>
-
visitAnyElementPropertyInfo
public Void visitAnyElementPropertyInfo(MAnyElementPropertyInfo<T,C> info)
- Specified by:
visitAnyElementPropertyInfoin interfaceMPropertyInfoVisitor<T,C extends T,Void>
-
visitAttributePropertyInfo
public Void visitAttributePropertyInfo(MAttributePropertyInfo<T,C> info)
- Specified by:
visitAttributePropertyInfoin interfaceMPropertyInfoVisitor<T,C extends T,Void>
-
visitAnyAttributePropertyInfo
public Void visitAnyAttributePropertyInfo(MAnyAttributePropertyInfo<T,C> info)
- Specified by:
visitAnyAttributePropertyInfoin interfaceMPropertyInfoVisitor<T,C extends T,Void>
-
visitValuePropertyInfo
public Void visitValuePropertyInfo(MValuePropertyInfo<T,C> info)
- Specified by:
visitValuePropertyInfoin interfaceMPropertyInfoVisitor<T,C extends T,Void>
-
visitElementRefPropertyInfo
public Void visitElementRefPropertyInfo(MElementRefPropertyInfo<T,C> info)
- Specified by:
visitElementRefPropertyInfoin interfaceMPropertyInfoVisitor<T,C extends T,Void>
-
visitElementRefsPropertyInfo
public Void visitElementRefsPropertyInfo(MElementRefsPropertyInfo<T,C> info)
- Specified by:
visitElementRefsPropertyInfoin interfaceMPropertyInfoVisitor<T,C extends T,Void>
-
-