|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a construction facility for names. This allows an implementation to cache names.
Method Summary | |
Name |
createName(java.lang.String localName)
Creates an unqualifed name instance from a character buffer. |
Name |
createName(java.net.URI namespace,
java.lang.String localName)
Creates a name instance from a string. |
java.net.URI |
createNamespace(java.lang.String namespace)
Creates a namespace name URI from a string. |
Method Detail |
public java.net.URI createNamespace(java.lang.String namespace) throws java.net.URISyntaxException
namespace
- The string representation of the URI.
MalformedURIException
- Thrown when the representation does not conform to URI RFC rules.
java.net.URISyntaxException
public Name createName(java.net.URI namespace, java.lang.String localName)
namespace
- The namespace name to use.localName
- The string containing the local name.
public Name createName(java.lang.String localName)
localName
- The string containing local name to use.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |