public class Namespace extends Object
Modifier and Type | Field | Description |
---|---|---|
static String |
DEFAULT_NAMESPACE |
|
static Namespace |
NO_NAMESPACE |
|
static String |
NS_PREFIX |
|
static Namespace |
XML_NAMESPACE |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object obj) |
|
String |
getPrefix() |
|
String |
getURI() |
|
String |
toString() |
public static final String NS_PREFIX
public static final String DEFAULT_NAMESPACE
public static final Namespace NO_NAMESPACE
public static final Namespace XML_NAMESPACE
Copyright © 2008–2019. All rights reserved.