Uses of Class
org.htmlunit.cssparser.dom.DOMException
Packages that use DOMException
Package
Description
Implementation classes for the org.w3c.dom.css interfaces.
Package org.htmlunit.cssparser.parser.
Contains an implementation of the W3C HTML DOM Level 2 interfaces.
-
Uses of DOMException in org.htmlunit.cssparser.dom
Methods in org.htmlunit.cssparser.dom that throw DOMExceptionModifier and TypeMethodDescriptionvoidCSSMediaRuleImpl.deleteRule(int index) Removes a rule at the given index.voidCSSStyleSheetImpl.deleteRule(int index) delete the rule at the given pos.doubleCSSValueImpl.getDoubleValue()getDoubleValue.CSSValueImpl.getStringValue()getStringValue.voidCSSMediaRuleImpl.insertRule(String rule, int index) Insert a new rule at the given index.voidCSSStyleSheetImpl.insertRule(String rule, int index) inserts a new rule.CSSStyleDeclarationImpl.removeProperty(String propertyName) Remove a property.voidCSSCharsetRuleImpl.setCssText(String cssText) Sets the css text.voidCSSFontFaceRuleImpl.setCssText(String cssText) Sets the css text.voidCSSImportRuleImpl.setCssText(String cssText) Sets the css text.voidCSSMediaRuleImpl.setCssText(String cssText) Sets the css text.voidCSSPageRuleImpl.setCssText(String cssText) Sets the css text.voidCSSStyleDeclarationImpl.setCssText(String cssText) Sets the css text.voidCSSStyleDeclarationImpl.setCssText(String cssText, CSSErrorHandler cssErrorHandler) Sets the css text.voidCSSStyleRuleImpl.setCssText(String cssText) Sets the css text.voidCSSUnknownRuleImpl.setCssText(String cssText) Sets the css text.voidCSSValueImpl.setCssText(String cssText) Sets the css text.voidCSSValueImpl.setDoubleValue(double doubleValue) Sets the double value to a new value.voidMediaListImpl.setMediaText(String mediaText) Parses the given media text.voidCSSStyleDeclarationImpl.setProperty(String propertyName, String value, String priority) Set a property.voidCSSPageRuleImpl.setSelectorText(String selectorText) Sets the selector text.voidCSSStyleRuleImpl.setSelectorText(String selectorText) Sets the selector text.Constructors in org.htmlunit.cssparser.dom that throw DOMExceptionModifierConstructorDescriptionAbstractColor(String function, LexicalUnit lu) Constructor that reads the values from the given chain of LexicalUnits.CounterImpl(boolean separatorSpecified, LexicalUnit lu) Creates new CounterImpl.HSLColorImpl(String function, LexicalUnit lu) Constructor that reads the values from the given chain of LexicalUnits.HWBColorImpl(String function, LexicalUnit lu) Constructor that reads the values from the given chain of LexicalUnits.LABColorImpl(String function, LexicalUnit lu) Constructor that reads the values from the given chain of LexicalUnits.LCHColorImpl(String function, LexicalUnit lu) Constructor that reads the values from the given chain of LexicalUnits.RectImpl(LexicalUnit lu) Constructor that reads the values from the given chain of LexicalUnits.RGBColorImpl(String function, LexicalUnit lu) Constructor that reads the values from the given chain of LexicalUnits. -
Uses of DOMException in org.htmlunit.cssparser.parser
Methods in org.htmlunit.cssparser.parser with parameters of type DOMExceptionModifier and TypeMethodDescriptionprotected CSSParseExceptionAbstractCSSParser.toCSSParseException(DOMException e) toCSSParseException. -
Uses of DOMException in org.loboevolution.apache.xml.dtm
Subclasses of DOMException in org.loboevolution.apache.xml.dtm -
Uses of DOMException in org.loboevolution.apache.xml.dtm.ref
Subclasses of DOMException in org.loboevolution.apache.xml.dtm.refModifier and TypeClassDescriptionstatic classSimple implementation of DOMException.Methods in org.loboevolution.apache.xml.dtm.ref that throw DOMExceptionModifier and TypeMethodDescriptionMoves node from another document and returns it.final NodeDTMNodeProxy.appendChild(Node newChild) appendChild.final voidDTMNodeProxy.appendData(String arg) appendData.shortDTMNodeProxy.compareDocumentPosition(Node other) compareDocumentPosition.final AttrDTMNodeProxy.createAttribute(String name) Creates an attribute object with a specified name.final AttrDTMNodeProxy.createAttributeNS(String namespaceURI, String qualifiedName) createAttributeNS.final CDATASectionDTMNodeProxy.createCDATASection(String data) Returns a CDATASection node whose data is data.final ElementDTMNodeProxy.createElement(String tagName) Creates an instance of the element for the specified tag.final ElementDTMNodeProxy.createElementNS(String namespaceURI, String qualifiedName) createElementNS.final EntityReferenceDTMNodeProxy.createEntityReference(String name) DTMNodeProxy.createNodeIterator(Node root) DTMNodeProxy.createNodeIterator(Node root, int whatToShow) DTMNodeProxy.createNodeIterator(Node root, int whatToShow, NodeFilter filter) DTMNodeProxy.createNodeIterator(Node root, NodeFilter filter) final ProcessingInstructionDTMNodeProxy.createProcessingInstruction(String target, String data) Returns a ProcessingInstruction node whose target is target and data is data.DTMNodeProxy.createTreeWalker(Node root) DTMNodeProxy.createTreeWalker(Node root, int whatToShow) DTMNodeProxy.createTreeWalker(Node root, int whatToShow, NodeFilter filter) DTMNodeProxy.createTreeWalker(Node root, NodeFilter filter) final voidDTMNodeProxy.deleteData(int offset, int count) deleteData.final StringDTMNodeProxy.getData()getData.final StringDTMNodeProxy.getNodeValue()getNodeValue.DTMNodeProxy.getTextContent()getTextContent.final NodeDTMNodeProxy.importNode(Node importedNode, boolean deep) Returns a copy of node.final NodeDTMNodeProxy.insertBefore(Node newChild, Node refChild) insertBefore.final voidDTMNodeProxy.insertData(int offset, String arg) insertData.DTMNodeIterator.nextNode()nextNode.final voidDTMNodeProxy.removeAttribute(String name) Removes element's first attribute whose qualified name is qualifiedName.final AttrDTMNodeProxy.removeAttributeNode(Attr oldAttr) removeAttributeNode.final voidDTMNodeProxy.removeAttributeNS(String namespaceURI, String localName) Removes element's attribute whose namespace is namespace and local name is localName.final NodeDTMNodeProxy.removeChild(Node oldChild) removeChild.DTMNamedNodeMap.removeNamedItemNS(String namespaceURI, String localName) removeNamedItemNS.final NodeDTMNodeProxy.replaceChild(Node newChild, Node oldChild) replaceChild.final voidDTMNodeProxy.replaceData(int offset, int count, String arg) replaceData.DTMNodeProxy.replaceWholeText(String content) replaceWholeText.final voidDTMNodeProxy.setAttribute(String name, String value) Sets the value of element's first attribute whose qualified name is qualifiedName to value.final AttrDTMNodeProxy.setAttributeNode(Attr newAttr) setAttributeNode.final AttrDTMNodeProxy.setAttributeNodeNS(Attr newAttr) setAttributeNodeNS.final voidDTMNodeProxy.setAttributeNS(String namespaceURI, String qualifiedName, String value) Sets the value of element's attribute whose namespace is namespace and local name is localName to value.final voidsetData.DTMNamedNodeMap.setNamedItemNS(Node arg) setNamedItemNS.final voidDTMNodeProxy.setNodeValue(String nodeValue) setNodeValue.final voidsetPrefix.voidDTMNodeProxy.setTextContent(String textContent) setTextContent.voidDTMNodeProxy.setXmlStandalone(boolean xmlStandalone) setXmlStandalone.voidDTMNodeProxy.setXmlVersion(String xmlVersion) setXmlVersion.final TextDTMNodeProxy.splitText(int offset) Splits data at the given offset and returns the remainder as Text node.final StringDTMNodeProxy.substringData(int offset, int count) substringData. -
Uses of DOMException in org.loboevolution.apache.xml.dtm.ref.dom2dtm
Methods in org.loboevolution.apache.xml.dtm.ref.dom2dtm that throw DOMExceptionModifier and TypeMethodDescriptionshortDOM2DTMdefaultNamespaceDeclarationNode.compareDocumentPosition(Node other) compareDocumentPosition.DOM2DTMdefaultNamespaceDeclarationNode.getTextContent()getTextContent.voidDOM2DTMdefaultNamespaceDeclarationNode.setTextContent(String textContent) setTextContent. -
Uses of DOMException in org.loboevolution.css
Methods in org.loboevolution.css that throw DOMException -
Uses of DOMException in org.loboevolution.html.dom
Methods in org.loboevolution.html.dom that throw DOMException -
Uses of DOMException in org.loboevolution.html.dom.domimpl
Methods in org.loboevolution.html.dom.domimpl that throw DOMExceptionModifier and TypeMethodDescriptionvoidAdds all arguments passed, except those already present.voidInserts element before the node given by before.DOMImplementationImpl.createDocument(String namespaceURI, String qualifiedName, DocumentType doctype) createDocument.voidHTMLTableSectionElementImpl.deleteRow(int index) Removes the specified row (tr) from the element and from the rows collection.HTMLTableSectionElementImpl.insertRow()insertRow.HTMLTableSectionElementImpl.insertRow(int index) Creates a new row (tr) in the table, and adds the row to the rows collection.voidDOMConfigurationImpl.setParameter(String name, Object value) setParameter.voidHTMLTableElementImpl.settFoot(HTMLTableSectionElement tFoot) settFoot.voidHTMLTableElementImpl.settHead(HTMLTableSectionElement tHead) settHead.voidsetValue.booleantoggle. -
Uses of DOMException in org.loboevolution.html.dom.nodeimpl
Methods in org.loboevolution.html.dom.nodeimpl that throw DOMExceptionModifier and TypeMethodDescriptionRangeImpl.cloneContents()RangeImpl.cloneRange()voidRangeImpl.collapse(boolean toStart) DocumentImpl.createAttributeNS(String nUri, String qName) createAttributeNS.DocumentImpl.createEvent(String eventType) createEvent.DocumentImpl.createNodeIterator(Node root) DocumentImpl.createNodeIterator(Node root, int whatToShow) DocumentImpl.createNodeIterator(Node root, int whatToShow, NodeFilter filter) DocumentImpl.createNodeIterator(Node root, NodeFilter filter) DocumentImpl.createTreeWalker(Node root) DocumentImpl.createTreeWalker(Node root, int whatToShow) DocumentImpl.createTreeWalker(Node root, int whatToShow, NodeFilter filter) DocumentImpl.createTreeWalker(Node root, NodeFilter filter) voidRangeImpl.deleteContents()voidRangeImpl.detach()RangeImpl.extractContents()ElementImpl.getAttributeNodeNS(String namespaceURI, String localName) getAttributeNodeNS.ElementImpl.getAttributeNS(String namespaceURI, String localName) Returns element's attribute whose namespace is namespace and local name is localName, and null if there is no such attribute otherwise.booleanRangeImpl.getCollapsed()intRangeImpl.getCompareBoundaryPoints(int how, Range sourceRange) RangeImpl.getEndContainer()intRangeImpl.getEndOffset()DocumentFragmentImpl.getNodeValue()DocumentImpl.getNodeValue()DocumentTypeImpl.getNodeValue()ElementImpl.getNodeValue()abstract StringNodeImpl.getNodeValue()getNodeValue.NotationImpl.getNodeValue()RangeImpl.getStartContainer()intRangeImpl.getStartOffset()booleanElementImpl.hasAttributeNS(String namespaceURI, String localName) Returns true if element has an attribute whose namespace is namespace and local name is localName.DocumentImpl.importNode(Node importedNode, boolean deep) Returns a copy of node.voidRangeImpl.insertNode(Node newNode) voidElementImpl.removeAttributeNS(String namespaceURI, String localName) Removes element's attribute whose namespace is namespace and local name is localName.NamedNodeMapImpl.removeNamedItem(String name) removeNamedItem.NamedNodeMapImpl.removeNamedItemNS(String namespaceURI, String localName) removeNamedItemNS.ElementImpl.setAttributeNodeNS(Attr newAttr) setAttributeNodeNS.voidElementImpl.setAttributeNS(String namespaceURI, String qName, String value) Sets the value of element's attribute whose namespace is namespace and local name is localName to value.voidvoidElementImpl.setIdAttribute(String localName, boolean isId) setIdAttribute.voidElementImpl.setIdAttributeNS(String namespaceURI, String localName, boolean isId) setIdAttributeNode.NamedNodeMapImpl.setNamedItemNS(Node node) setNamedItemNS.voidDocumentFragmentImpl.setNodeValue(String nodeValue) voidDocumentImpl.setNodeValue(String nodeValue) voidDocumentTypeImpl.setNodeValue(String nodeValue) abstract voidNodeImpl.setNodeValue(String nodeValue) setNodeValue.voidNotationImpl.setNodeValue(String nodeValue) voidsetPrefix.voidvoidRangeImpl.surroundContents(Node newParent) -
Uses of DOMException in org.loboevolution.html.dom.smil
Methods in org.loboevolution.html.dom.smil that throw DOMExceptionModifier and TypeMethodDescriptionbooleanElementTimeControl.beginElement()Causes this element to begin the local timeline (subject to sync constraints).booleanElementTimeControl.beginElementAt(float offset) Causes this element to begin the local timeline (subject to sync constraints), at the passed offset from the current time when the method is called.booleanElementTimeControl.endElement()Causes this element to end the local timeline (subject to sync constraints).booleanElementTimeControl.endElementAt(float offset) Causes this element to end the local timeline (subject to sync constraints) at the specified offset from the current time when the method is called.voidSMILMediaElement.setAbstractAttr(String abstractAttr) setAbstractAttr.voidElementTimeManipulation.setAccelerate(float accelerate) setAccelerate.voidsetAlt.voidsetAuthor.voidElementTimeManipulation.setAutoReverse(boolean autoReverse) setAutoReverse.voidElementLayout.setBackgroundColor(String backgroundColor) setBackgroundColor.voidTime.setBaseBegin(boolean baseBegin) setBaseBegin.voidTime.setBaseElement(Element baseElement) setBaseElement.voidsetBy.voidSMILMediaElement.setClipBegin(String clipBegin) setClipBegin.voidSMILMediaElement.setClipEnd(String clipEnd) setClipEnd.voidSMILMediaElement.setCopyright(String copyright) setCopyright.voidElementTimeManipulation.setDecelerate(float decelerate) setDecelerate.voidElementTime.setDur(float dur) setDur.voidElementExclusiveTimeContainer.setEndSync(String endSync) setEndSync.voidElementParallelTimeContainer.setEndSync(String endSync) setEndSync.voidsetEvent.voidsetFill.voidsetFit.voidsetFrom.voidElementLayout.setHeight(int height) setHeight.voidsetId.voidSMILMediaElement.setLongdesc(String longdesc) setLongdesc.voidsetMarker.voidTime.setOffset(double offset) setOffset.voidsetOrigin.voidsetPath.voidsetPort.voidSMILMediaElement.setReadIndex(String readIndex) setReadIndex.voidElementTime.setRepeatCount(float repeatCount) setRepeatCount.voidElementTime.setRepeatDur(float repeatDur) setRepeatDur.voidSMILMediaElement.setRtpformat(String rtpformat) setRtpformat.voidElementTimeManipulation.setSpeed(float speed) setSpeed.voidsetSrc.voidSMILMediaElement.setStripRepeat(String stripRepeat) setStripRepeat.voidElementTest.setSystemAudioDesc(boolean systemAudioDesc) setSystemAudioDesc.voidElementTest.setSystemBitrate(int systemBitrate) setSystemBitrate.voidElementTest.setSystemCaptions(boolean systemCaptions) setSystemCaptions.voidElementTest.setSystemLanguage(String systemLanguage) setSystemLanguage.voidElementTest.setSystemOverdubOrSubtitle(String systemOverdubOrSubtitle) setSystemOverdubOrSubtitle.voidsetTitle.voidsetTitle.voidsetTo.voidsetTop.voidSMILMediaElement.setTransport(String transport) setTransport.voidsetType.voidsetValues.voidElementLayout.setWidth(int width) setWidth.voidSMILRegionElement.setZIndex(int zIndex) setZIndex. -
Uses of DOMException in org.loboevolution.html.dom.xpath
Methods in org.loboevolution.html.dom.xpath that throw DOMExceptionModifier and TypeMethodDescriptionXPathEvaluatorImpl.createExpression(String expression, XPathNSResolver resolver) Creates a parsed XPath expression with resolved namespaces.XPathEvaluatorImpl.evaluate(String expression, Node contextNode, XPathNSResolver resolver, short type, Object result) Evaluates an XPath expression string and returns a result of the specified type if possible.Evaluates this XPath expression and returns a result.XPathResultImpl.iterateNext()Iterates and returns the next node from the node set or nullif there are no more nodes. -
Uses of DOMException in org.loboevolution.html.js
Methods in org.loboevolution.html.js that throw DOMException -
Uses of DOMException in org.loboevolution.html.js.css
Methods in org.loboevolution.html.js.css that throw DOMException -
Uses of DOMException in org.loboevolution.html.js.events
Methods in org.loboevolution.html.js.events that throw DOMExceptionModifier and TypeMethodDescriptionstatic EventEventFactory.createEvent(String eventType) createEvent.protected voidprotected voidConstructors in org.loboevolution.html.js.events that throw DOMExceptionModifierConstructorDescriptionAudioProcessingEventImpl(Object[] params) Constructor for AudioProcessingEventImpl.BeforeUnloadEventImpl(Object[] params) Constructor for BeforeUnloadEventImpl.BlobEventImpl(Object[] params) Constructor for BlobEventImpl.ErrorEventImpl(Object[] params) Constructor for ErrorEventImpl.TransitionEventImpl(Object[] params) Constructor for TransitionEventImpl.UIEventImpl(Object[] params) Constructor for UIEventImpl. -
Uses of DOMException in org.loboevolution.html.js.xml
Methods in org.loboevolution.html.js.xml that throw DOMExceptionModifier and TypeMethodDescriptionXMLDocument.createNodeIterator(Node root) Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document.XMLDocument.createNodeIterator(Node root, int whatToShow) Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document.XMLDocument.createNodeIterator(Node root, int whatToShow, NodeFilter filter) Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document.XMLDocument.createNodeIterator(Node root, NodeFilter filter) Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document.XMLDocument.createTreeWalker(Node root) createTreeWalker.XMLDocument.createTreeWalker(Node root, int whatToShow) createTreeWalker.XMLDocument.createTreeWalker(Node root, int whatToShow, NodeFilter filter) XMLDocument.createTreeWalker(Node root, NodeFilter filter) createTreeWalker. -
Uses of DOMException in org.loboevolution.html.node
Methods in org.loboevolution.html.node that throw DOMExceptionModifier and TypeMethodDescriptionDocument.createTextNode(String data) Creates a text string from the specified value.voidNode.setNodeValue(String nodeValue) setNodeValue. -
Uses of DOMException in org.loboevolution.html.node.ranges
Methods in org.loboevolution.html.node.ranges that throw DOMExceptionModifier and TypeMethodDescriptionRange.cloneContents()cloneContents.Range.cloneRange()voidRange.collapse(boolean toStart) voidRange.deleteContents()voidRange.detach()Range.extractContents()extractContents.booleanRange.getCollapsed()Range.getCommonAncestorContainer()getCommonAncestorContainer.intRange.getCompareBoundaryPoints(int how, Range sourceRange) compareBoundaryPoints.Range.getEndContainer()getEndContainer.intRange.getEndOffset()Range.getStartContainer()getStartContainer.intRange.getStartOffset()voidRange.insertNode(Node newNode) voidRange.selectNode(Node refNode) voidRange.selectNodeContents(Node refNode) voidvoidRange.setEndAfter(Node refNode) voidRange.setEndBefore(Node refNode) voidvoidRange.setStartAfter(Node refNode) voidRange.setStartBefore(Node refNode) voidRange.surroundContents(Node newParent) Range.toString() -
Uses of DOMException in org.loboevolution.html.xpath
Methods in org.loboevolution.html.xpath that throw DOMException -
Uses of DOMException in org.loboevolution.svg.dom
Methods in org.loboevolution.svg.dom that throw DOMExceptionModifier and TypeMethodDescriptionSVGLengthListImpl.appendItem(SVGLength newItem) appendItem.SVGNumberListImpl.appendItem(SVGNumber newItem) appendItem.SVGPathSegListImpl.appendItem(SVGPathSeg newItem) appendItem.SVGPointListImpl.appendItem(SVGPoint newItem) appendItem.SVGStringListImpl.appendItem(String newItem) appendItem.SVGLengthListImpl.initialize(SVGLength newItem) initialize.SVGNumberListImpl.initialize(SVGNumber newItem) initialize.SVGPathSegListImpl.initialize(SVGPathSeg newItem) initialize.SVGPointListImpl.initialize(SVGPoint newItem) initialize.SVGStringListImpl.initialize(String newItem) initialize.SVGLengthListImpl.insertItemBefore(SVGLength newItem, int index) insertItemBefore.SVGNumberListImpl.insertItemBefore(SVGNumber newItem, int index) insertItemBefore.SVGPathSegListImpl.insertItemBefore(SVGPathSeg newItem, int index) insertItemBefore.SVGPointListImpl.insertItemBefore(SVGPoint newItem, int index) insertItemBefore.SVGStringListImpl.insertItemBefore(String newItem, int index) insertItemBefore.SVGLengthListImpl.replaceItem(SVGLength newItem, int index) replaceItem.SVGNumberListImpl.replaceItem(SVGNumber newItem, int index) replaceItem.SVGPathSegListImpl.replaceItem(SVGPathSeg newItem, int index) replaceItem.SVGPointListImpl.replaceItem(SVGPoint newItem, int index) replaceItem.SVGStringListImpl.replaceItem(String newItem, int index) replaceItem.voidSVGElementWrapper.setNodeValue(String nodeValue) -
Uses of DOMException in org.loboevolution.traversal
Methods in org.loboevolution.traversal that throw DOMExceptionModifier and TypeMethodDescriptionDocumentTraversal.createNodeIterator(Node root) Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document.DocumentTraversal.createNodeIterator(Node root, int whatToShow) Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document.DocumentTraversal.createNodeIterator(Node root, int whatToShow, NodeFilter filter) Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document.DocumentTraversal.createNodeIterator(Node root, NodeFilter filter) Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document.DocumentTraversal.createTreeWalker(Node root) createTreeWalker.DocumentTraversal.createTreeWalker(Node root, int whatToShow) createTreeWalker.DocumentTraversal.createTreeWalker(Node root, int whatToShow, NodeFilter filter) createTreeWalker.DocumentTraversal.createTreeWalker(Node root, NodeFilter filter) createTreeWalker.