de.zeigermann.xml.simpleImporter
Class Item

java.lang.Object
  extended byde.zeigermann.xml.simpleImporter.Item

public final class Item
extends Object

Represntation of a path element.

Author:
Olli Z.

Field Summary
static Item ITEM_ANY
           
 
Constructor Summary
Item()
           
Item(String name)
           
Item(String name, String namespaceURI)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 String getNamespaceURI()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ITEM_ANY

public static final Item ITEM_ANY
Constructor Detail

Item

public Item()

Item

public Item(String name)

Item

public Item(String name,
            String namespaceURI)
Method Detail

getName

public String getName()

getNamespaceURI

public String getNamespaceURI()

equals

public boolean equals(Object o)

toString

public String toString()


Copyright © 2002-2004 Oliver Zeigermann. All Rights Reserved.