org.netbeans.modules.xml.xdm/1 1.19.0 1

org.netbeans.modules.xml.xdm.visitor
Class NamespaceRefactorVisitor.NamespaceCheck

java.lang.Object
  extended by org.netbeans.modules.xml.xdm.visitor.NamespaceRefactorVisitor.NamespaceCheck
Enclosing class:
NamespaceRefactorVisitor

public static class NamespaceRefactorVisitor.NamespaceCheck
extends Object


Constructor Summary
NamespaceRefactorVisitor.NamespaceCheck(String existingPrefix, String existingNamespace, Element e)
           
 
Method Summary
 Attribute getDuplicateDeclaration()
           
 List<Attribute> getNamespaceRedeclaration()
           
 Attribute getPrefixRedeclaration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamespaceRefactorVisitor.NamespaceCheck

public NamespaceRefactorVisitor.NamespaceCheck(String existingPrefix,
                                               String existingNamespace,
                                               Element e)
Method Detail

getPrefixRedeclaration

public Attribute getPrefixRedeclaration()

getNamespaceRedeclaration

public List<Attribute> getNamespaceRedeclaration()

getDuplicateDeclaration

public Attribute getDuplicateDeclaration()

org.netbeans.modules.xml.xdm/1 1.19.0 1

Built on May 25 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.