public class IEConditionalComment extends XMLContainerImpl
XMLContainerImpl.sMode
mContentAndSubtagList
Constructor and Description |
---|
IEConditionalComment(String inIfExpression)
Constructs an IE conditional comment.
|
Modifier and Type | Method and Description |
---|---|
String |
toIndentedXML(int inInitialIndentLevel,
int inIndentSize) |
void |
toIndentedXML(OutputStream inOutputStream,
int inInitialIndentLevel,
int inIndentSize) |
void |
toIndentedXML(Writer inWriter,
int inInitialIndentLevel,
int inIndentSize) |
String |
toXML() |
void |
toXML(OutputStream inStream) |
void |
toXML(Writer inWriter) |
addContent, addContentWithoutEscaping, addSubtag, addSubtag, addSubtags, clearContent, clearSubtags, clone, getContent, getContentPlusSubtagList, getNextSibling, getOptionalSubtagByName, getOptionalSubtagByName, getOptionalSubtagByName, getOptionalSubtagByName, getParentNode, getPreviousSibling, getRequiredSubtagById, getRequiredSubtagById, getRequiredSubtagByName, getRequiredSubtagByName, getSubtagByAttribute, getSubtagByAttribute, getSubtags, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByClass, getSubtagsByClass, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getTotalTagCount, getUnescapedContent, getXMLNodeSubtags, hasContent, hasContentOrSubtags, indexOf, innerHTML, removeSubtag, removeSubtagsByAttribute, removeSubtagsByAttribute, removeSubtagsByAttribute, removeSubtagsByClass, removeSubtagsByClass, removeSubtagsByName, removeSubtagsByName, removeSubtagsByName, setContent, setContent, setParentNode, setSubtags
public IEConditionalComment(String inIfExpression)
inIfExpression
- Content of the 'if' expression (ex: 'IE').public void toXML(OutputStream inStream)
public String toIndentedXML(int inInitialIndentLevel, int inIndentSize)
public void toIndentedXML(OutputStream inOutputStream, int inInitialIndentLevel, int inIndentSize)
public void toIndentedXML(Writer inWriter, int inInitialIndentLevel, int inIndentSize)
jataylor@hairyfatguy.com