public class DoNotCacheCondition extends Condition
| Constructor and Description |
|---|
DoNotCacheCondition(org.w3c.dom.Document owner)
Creates a new
DoNotCacheCondition instance
within the given Document. |
DoNotCacheCondition(org.w3c.dom.Element element)
Creates a new
DoNotCacheCondition instance from the
given Element node. |
DoNotCacheCondition(org.w3c.dom.Element element,
java.lang.String SystemId)
Creates a new
DoNotCacheCondition instance from the
given Element node. |
addNSPrefixAttr, addNSPrefixAttr, addNSPrefixAttrDefault, addNSPrefixAttrDefault, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getChildElementsByTagName, getChildElementsByTagName, getChildElementsByTagNameNS, getChildElementsByTagNameNS, getDefaultNSPrefix, getElement, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setDefaultNSPrefixappendChild, appendChild, appendTo, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNode, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getSystemId, hasAttributes, hasChildNodes, insertBefore, insertBefore, isSupported, normalize, removeChild, removeChild, replaceChild, replaceChild, setNodeValue, setPrefix, setSystemId, toBytesXML, toStringXMLpublic DoNotCacheCondition(org.w3c.dom.Element element)
throws org.w3c.dom.DOMException
DoNotCacheCondition instance from the
given Element node.element - An DoNotCacheCondition element.org.w3c.dom.DOMExceptionpublic DoNotCacheCondition(org.w3c.dom.Element element,
java.lang.String SystemId)
throws org.w3c.dom.DOMException
DoNotCacheCondition instance from the
given Element node.element - An DoNotCacheCondition element.SystemId - The URI string system ID for the DoNotCacheCondition.org.w3c.dom.DOMExceptionpublic DoNotCacheCondition(org.w3c.dom.Document owner)
throws org.w3c.dom.DOMException
DoNotCacheCondition instance
within the given Document.owner - The owner document of the new DoNotCacheCondition.org.w3c.dom.DOMException