|
JBoss Common Classes 2.2.17.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.util.xml.catalog.helpers.PublicId
public abstract class PublicId
Static methods for dealing with public identifiers.
This class defines a set of static methods that can be called to handle public identifiers.
Constructor Summary | |
---|---|
protected |
PublicId()
|
Method Summary | |
---|---|
static String |
decodeURN(String urn)
Decode a "publicid" URN into a public identifier. |
static String |
encodeURN(String publicId)
Encode a public identifier as a "publicid" URN. |
static String |
normalize(String publicId)
Normalize a public identifier. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected PublicId()
Method Detail |
---|
public static String normalize(String publicId)
Public identifiers must be normalized according to the following rules before comparisons between them can be made:
This method is declared static so that other classes can use it directly.
publicId
- The unnormalized public identifier.
public static String encodeURN(String publicId)
This method is declared static so that other classes can use it directly.
publicId
- The unnormalized public identifier.
public static String decodeURN(String urn)
This method is declared static so that other classes can use it directly.
urn
- The unnormalized public identifier.
|
JBoss Common Classes 2.2.17.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |