|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jbind.xml.base.WhiteSpaceProcessing
Field Summary | |
static WhiteSpaceProcessing |
COLLAPSE
The third level. |
static WhiteSpaceProcessing |
NONE
|
static WhiteSpaceProcessing |
PRESERVE
The first level. |
static WhiteSpaceProcessing |
REPLACE
The second level. |
Method Summary | |
boolean |
check(java.lang.String aString)
Checks if a string satisfies the white space processing. |
boolean |
isAfter(WhiteSpaceProcessing aWSP)
Checks if this white space processing is after the specified white space processing. |
boolean |
isBefore(WhiteSpaceProcessing aWSP)
Checks if this white space processing is before the specified white space processing. |
java.lang.String |
process(java.lang.String aString)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static WhiteSpaceProcessing NONE
public static WhiteSpaceProcessing PRESERVE
public static WhiteSpaceProcessing REPLACE
public static WhiteSpaceProcessing COLLAPSE
Method Detail |
public boolean isAfter(WhiteSpaceProcessing aWSP)
aWSP
- (required).public boolean isBefore(WhiteSpaceProcessing aWSP)
aWSP
- (required).public java.lang.String process(java.lang.String aString)
public boolean check(java.lang.String aString)
aString
- (required).
true
iff the string satisfies the white space
processing.public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |