Package jadex.xml
Class Namespace
- java.lang.Object
-
- jadex.xml.Namespace
-
public class Namespace extends java.lang.Object
Namespace definition.
-
-
Constructor Summary
Constructors Constructor Description Namespace(java.lang.String prefix, java.lang.String uri)
Create the namespace.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getPrefix()
Get the prefix.java.lang.String
getURI()
Get the uri.
-