This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 80711 - StackOverflowError on applying Russian Doll to UBL Order schema
Summary: StackOverflowError on applying Russian Doll to UBL Order schema
Status: VERIFIED DUPLICATE of bug 81266
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Ayub Khan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-20 12:40 UTC by Andrei Chistiakov
Modified: 2006-08-28 12:14 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Chistiakov 2006-07-20 12:40:11 UTC
Reproduced in build 060719_1.

To reproduce the bug:

- open a project that contains UBL schemas;
- apply Russian Doll pattern (single global element) to UBL-Order-1.0.xsd.

java.lang.StackOverflowError
	at java.util.Arrays.copyOf(Arrays.java:2734)
	at java.util.ArrayList.ensureCapacity(ArrayList.java:167)
	at java.util.ArrayList.add(ArrayList.java:351)
	at org.netbeans.modules.xml.axi.AXIComponent.addToRefSet(AXIComponent.java:255)
	at
org.netbeans.modules.xml.axi.AXIComponent.setSharedComponent(AXIComponent.java:95)
	at org.netbeans.modules.xml.axi.AXIComponent.<init>(AXIComponent.java:81)
	at org.netbeans.modules.xml.axi.AbstractAttribute.<init>(AbstractAttribute.java:58)
	at org.netbeans.modules.xml.axi.Attribute.<init>(Attribute.java:63)
	at org.netbeans.modules.xml.axi.impl.AttributeProxy.<init>(AttributeProxy.java:42)
	at
org.netbeans.modules.xml.axi.AXIComponentFactory$ProxyComponentFactory.visit(AXIComponentFactory.java:271)
...
Comment 1 Samaresh Panda 2006-07-27 22:57:45 UTC
All the imported schemas must be present before we can do anything. So I'm
validaing the schema even before initializing the AXIDocument now.
- ModelAccessImpl.java; 1.1.2.13;
- SchemaValidator.java; 1.1.2.3;
- ModelAccessImpl.java; 1.1.2.14;
- AXIModel.java; 1.1.2.7;
- SchemaTransformTest.java, 1.1.2.13;
- po.xsd; 1.1.2.4;
- address2.xsd; 1.1.2.2;

Reassigning it back to Ayub.
Comment 2 Ayub Khan 2006-07-28 12:24:42 UTC
After copying all necessary imported schema's, now I am getting a stackOverflow
while eagerly expanding (programatically) AXI model (of this UBL schema) before
a transform is applied. Sam can you please look into this.

java.lang.StackOverflowError
        at org.netbeans.modules.xml.axi.AXIComponent.addToRefSet(AXIComponent.ja
va:255)
        at org.netbeans.modules.xml.axi.AXIComponent.setSharedComponent(AXICompo
nent.java:95)
        at org.netbeans.modules.xml.axi.AXIComponent.<init>(AXIComponent.java:81
)
        at org.netbeans.modules.xml.axi.AXIContainer.<init>(AXIContainer.java:40
)
        at org.netbeans.modules.xml.axi.AbstractElement.<init>(AbstractElement.j
ava:50)
        at org.netbeans.modules.xml.axi.Element.<init>(Element.java:51)
        at org.netbeans.modules.xml.axi.impl.ElementProxy.<init>(ElementProxy.ja
va:48)
        at org.netbeans.modules.xml.axi.AXIComponentFactory$ProxyComponentFactor
y.visit(AXIComponentFactory.java:263)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.AXIComponentFactory$ProxyComponentFactor
y.createProxy(AXIComponentFactory.java:258)
        at org.netbeans.modules.xml.axi.AXIComponentFactory.createProxy(AXICompo
nentFactory.java:232)
        at org.netbeans.modules.xml.axi.impl.Util.addProxyChildren(Util.java:102
)
        at org.netbeans.modules.xml.axi.AXIComponent.populateChildren(AXICompone
nt.java:336)
        at org.netbeans.modules.xml.xam.AbstractComponent._getChildren(AbstractC
omponent.java:141)
        at org.netbeans.modules.xml.xam.AbstractComponent.getChildren(AbstractCo
mponent.java:125)
        at org.netbeans.modules.xml.axi.impl.Util.addProxyChildren(Util.java:100
)
        at org.netbeans.modules.xml.axi.AXIComponent.populateChildren(AXICompone
nt.java:336)
        at org.netbeans.modules.xml.xam.AbstractComponent._getChildren(AbstractC
omponent.java:141)
        at org.netbeans.modules.xml.xam.AbstractComponent.getChildren(AbstractCo
mponent.java:125)
        at org.netbeans.modules.xml.axi.impl.Util.addProxyChildren(Util.java:100
)
        at org.netbeans.modules.xml.axi.AXIComponent.populateChildren(AXICompone
nt.java:336)
        at org.netbeans.modules.xml.xam.AbstractComponent._getChildren(AbstractC
omponent.java:141)
        at org.netbeans.modules.xml.xam.AbstractComponent.getChildren(AbstractCo
mponent.java:125)
        at org.netbeans.modules.xml.axi.impl.Util.addProxyChildren(Util.java:100
)
        at org.netbeans.modules.xml.axi.AXIComponent.populateChildren(AXICompone
nt.java:336)
        at org.netbeans.modules.xml.xam.AbstractComponent._getChildren(AbstractC
omponent.java:141)
        at org.netbeans.modules.xml.xam.AbstractComponent.getChildren(AbstractCo
mponent.java:125)
        at org.netbeans.modules.xml.axi.impl.Util.addProxyChildren(Util.java:100
)
        at org.netbeans.modules.xml.axi.AXIComponent.populateChildren(AXICompone
nt.java:336)
        at org.netbeans.modules.xml.xam.AbstractComponent._getChildren(AbstractC
omponent.java:141)
        at org.netbeans.modules.xml.xam.AbstractComponent.getChildren(AbstractCo
mponent.java:125)
        at org.netbeans.modules.xml.axi.impl.Util.addProxyChildren(Util.java:100
)
        at org.netbeans.modules.xml.axi.AXIComponent.populateChildren(AXICompone
nt.java:336)
        at org.netbeans.modules.xml.xam.AbstractComponent._getChildren(AbstractC
omponent.java:141)
        at org.netbeans.modules.xml.xam.AbstractComponent.getChildren(AbstractCo
mponent.java:125)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:82)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
*********** Exception occurred ************ at 4:19 AM on Jul 28, 2006
java.lang.StackOverflowError
        at org.netbeans.modules.xml.axi.AXIComponent.addToRefSet(AXIComponent.ja
va:255)
        at org.netbeans.modules.xml.axi.AXIComponent.setSharedComponent(AXICompo
nent.java:95)
        at org.netbeans.modules.xml.axi.AXIComponent.<init>(AXIComponent.java:81
)
        at org.netbeans.modules.xml.axi.AXIContainer.<init>(AXIContainer.java:40
)
        at org.netbeans.modules.xml.axi.AbstractElement.<init>(AbstractElement.j
ava:50)
        at org.netbeans.modules.xml.axi.Element.<init>(Element.java:51)
        at org.netbeans.modules.xml.axi.impl.ElementProxy.<init>(ElementProxy.ja
va:48)
        at org.netbeans.modules.xml.axi.AXIComponentFactory$ProxyComponentFactor
y.visit(AXIComponentFactory.java:263)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.AXIComponentFactory$ProxyComponentFactor
y.createProxy(AXIComponentFactory.java:258)
        at org.netbeans.modules.xml.axi.AXIComponentFactory.createProxy(AXICompo
nentFactory.java:232)
        at org.netbeans.modules.xml.axi.impl.Util.addProxyChildren(Util.java:102
)
        at org.netbeans.modules.xml.axi.AXIComponent.populateChildren(AXICompone
nt.java:336)
        at org.netbeans.modules.xml.xam.AbstractComponent._getChildren(AbstractC
omponent.java:141)
        at org.netbeans.modules.xml.xam.AbstractComponent.getChildren(AbstractCo
mponent.java:125)
        at org.netbeans.modules.xml.axi.impl.Util.addProxyChildren(Util.java:100
)
        at org.netbeans.modules.xml.axi.AXIComponent.populateChildren(AXICompone
nt.java:336)
        at org.netbeans.modules.xml.xam.AbstractComponent._getChildren(AbstractC
omponent.java:141)
        at org.netbeans.modules.xml.xam.AbstractComponent.getChildren(AbstractCo
mponent.java:125)
        at org.netbeans.modules.xml.axi.impl.Util.addProxyChildren(Util.java:100
)
        at org.netbeans.modules.xml.axi.AXIComponent.populateChildren(AXICompone
nt.java:336)
        at org.netbeans.modules.xml.xam.AbstractComponent._getChildren(AbstractC
omponent.java:141)
        at org.netbeans.modules.xml.xam.AbstractComponent.getChildren(AbstractCo
mponent.java:125)
        at org.netbeans.modules.xml.axi.impl.Util.addProxyChildren(Util.java:100
)
        at org.netbeans.modules.xml.axi.AXIComponent.populateChildren(AXICompone
nt.java:336)
        at org.netbeans.modules.xml.xam.AbstractComponent._getChildren(AbstractC
omponent.java:141)
        at org.netbeans.modules.xml.xam.AbstractComponent.getChildren(AbstractCo
mponent.java:125)
        at org.netbeans.modules.xml.axi.impl.Util.addProxyChildren(Util.java:100
)
        at org.netbeans.modules.xml.axi.AXIComponent.populateChildren(AXICompone
nt.java:336)
        at org.netbeans.modules.xml.xam.AbstractComponent._getChildren(AbstractC
omponent.java:141)
        at org.netbeans.modules.xml.xam.AbstractComponent.getChildren(AbstractCo
mponent.java:125)
        at org.netbeans.modules.xml.axi.impl.Util.addProxyChildren(Util.java:100
)
        at org.netbeans.modules.xml.axi.AXIComponent.populateChildren(AXICompone
nt.java:336)
        at org.netbeans.modules.xml.xam.AbstractComponent._getChildren(AbstractC
omponent.java:141)
        at org.netbeans.modules.xml.xam.AbstractComponent.getChildren(AbstractCo
mponent.java:125)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:82)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
        at org.netbeans.modules.xml.axi.Compositor.accept(Compositor.java:93)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:58)
        at org.netbeans.modules.xml.axi.visitor.FindUsageVisitor.visit(FindUsage
Visitor.java:68)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:58)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visitChildren
(DeepAXITreeVisitor.java:83)
        at org.netbeans.modules.xml.axi.visitor.DeepAXITreeVisitor.visit(DeepAXI
TreeVisitor.java:74)
Comment 3 Chris Webster 2006-07-28 14:37:18 UTC
The UBL schema has a cycle in order I believe, so the visitor will need to take
this into account when visiting this schema specifically. 
Comment 4 Samaresh Panda 2006-07-29 06:41:32 UTC
Working on it...
Comment 5 Samaresh Panda 2006-07-30 09:24:15 UTC
The good news is that, I have been able to reproduce the same with a simple
PO.xsd. For example if a global element (say PO) is being referred from a child
element then the FindUsage visitor gets into an infinite loop.

  <xsd:element name="purchaseOrder" type="PurchaseOrderType"/>

  <xsd:complexType name="PurchaseOrderType">
    <xsd:sequence>
      <xsd:element name="billTo" type="USAddress"/>
      <xsd:element ref="purchaseOrder" minOccurs="0"/>
    </xsd:sequence>
  </xsd:complexType>

Fix is to not break the cycle in FindUsageVisitor.
Comment 6 Ayub Khan 2006-08-01 05:53:48 UTC
StackOverflow due to a cycle in schema is fixed. After fixing this the behaviour
is same as that of bug#81266. So closing as duplicate of 81266.

/cvs/xml/axi/src/org/netbeans/modules/xml/axi/impl/Attic/Util.java
new revision: 1.1.2.45;

/cvs/xml/axi/src/org/netbeans/modules/xml/axi/impl/Attic/DefaultSchemaGenerator.java
new revision: 1.1.2.22

/cvs/xml/axi/src/org/netbeans/modules/xml/axi/visitor/Attic/FindUsageVisitor.java
new revision: 1.1.2.6;


*** This issue has been marked as a duplicate of 81266 ***
Comment 7 Andrei Chistiakov 2006-08-28 12:14:07 UTC
Verified in build 060827.