public class IEConditionalComment extends XMLContainerImpl
XMLContainerImpl.sMode
mContentAndSubtagList
Constructor and Description |
---|
IEConditionalComment(java.lang.String inIfExpression)
Constructs an IE conditional comment.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toIndentedXML(int inInitialIndentLevel,
int inIndentSize) |
void |
toIndentedXML(java.io.OutputStream inOutputStream,
int inInitialIndentLevel,
int inIndentSize) |
void |
toIndentedXML(java.io.Writer inWriter,
int inInitialIndentLevel,
int inIndentSize) |
java.lang.String |
toXML() |
void |
toXML(java.io.OutputStream inStream) |
void |
toXML(java.io.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(java.lang.String inIfExpression)
inIfExpression
- Content of the 'if' expression (ex: 'IE').public java.lang.String toXML()
public void toXML(java.io.Writer inWriter)
public void toXML(java.io.OutputStream inStream)
public java.lang.String toIndentedXML(int inInitialIndentLevel, int inIndentSize)
public void toIndentedXML(java.io.OutputStream inOutputStream, int inInitialIndentLevel, int inIndentSize)
public void toIndentedXML(java.io.Writer inWriter, int inInitialIndentLevel, int inIndentSize)
[email protected]