|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.umd.cs.findbugs.xml.QuoteMetaCharacters
edu.umd.cs.findbugs.xml.XMLAttributeList.StringBufferQuoteMetaCharacters
private static class XMLAttributeList.StringBufferQuoteMetaCharacters
| Field Summary | |
|---|---|
private java.lang.StringBuffer |
buf
|
| Constructor Summary | |
|---|---|
XMLAttributeList.StringBufferQuoteMetaCharacters(java.lang.String text,
MetaCharacterMap map,
java.lang.StringBuffer buf)
|
|
| Method Summary | |
|---|---|
void |
emitLiteral(java.lang.String s)
Downcall method to emit literal text, in which any occurrences of the metacharacters are quoted. |
void |
process()
Quote metacharacters in the text. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.StringBuffer buf
| Constructor Detail |
|---|
public XMLAttributeList.StringBufferQuoteMetaCharacters(java.lang.String text,
MetaCharacterMap map,
java.lang.StringBuffer buf)
| Method Detail |
|---|
public void process()
QuoteMetaCharacters
process in class QuoteMetaCharacterspublic void emitLiteral(java.lang.String s)
QuoteMetaCharacters
emitLiteral in class QuoteMetaCharacterss - the literal text to emit
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||