org.jaxen.exml
Class Namespace

java.lang.Object
  |
  +--org.jaxen.exml.Namespace

public class Namespace
extends Object

An EXML namespace declaration in the xpath data model.

Author:
Erwin Bolwidt ( ejb @ klomp.org )

Constructor Summary
Namespace(electric.xml.Element element, String prefix, String uri)
           
Namespace(String prefix, String uri)
           
 
Method Summary
 electric.xml.Element getElement()
           
 String getPrefix()
           
 String getURI()
           
 void setElement(electric.xml.Element element)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Namespace

public Namespace(String prefix,
                 String uri)

Namespace

public Namespace(electric.xml.Element element,
                 String prefix,
                 String uri)
Method Detail

getURI

public String getURI()

getPrefix

public String getPrefix()

setElement

public void setElement(electric.xml.Element element)

getElement

public electric.xml.Element getElement()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002 bob mcwhirter & James Strachan. All Rights Reserved. Hosted by

SourceForge Logo