Uses of Class
org.htmlunit.cssparser.dom.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
Modifier and TypeMethodDescriptionvoid
CSSMediaRuleImpl.deleteRule
(int index) Removes a rule at the given index.void
CSSStyleSheetImpl.deleteRule
(int index) delete the rule at the given pos.double
CSSValueImpl.getDoubleValue()
getDoubleValue.CSSValueImpl.getStringValue()
getStringValue.void
CSSMediaRuleImpl.insertRule
(String rule, int index) Insert a new rule at the given index.void
CSSStyleSheetImpl.insertRule
(String rule, int index) inserts a new rule.CSSStyleDeclarationImpl.removeProperty
(String propertyName) Remove a property.void
CSSCharsetRuleImpl.setCssText
(String cssText) Sets the css text.void
CSSFontFaceRuleImpl.setCssText
(String cssText) Sets the css text.void
CSSImportRuleImpl.setCssText
(String cssText) Sets the css text.void
CSSMediaRuleImpl.setCssText
(String cssText) Sets the css text.void
CSSPageRuleImpl.setCssText
(String cssText) Sets the css text.void
CSSStyleDeclarationImpl.setCssText
(String cssText) Sets the css text.void
CSSStyleDeclarationImpl.setCssText
(String cssText, CSSErrorHandler cssErrorHandler) Sets the css text.void
CSSStyleRuleImpl.setCssText
(String cssText) Sets the css text.void
CSSUnknownRuleImpl.setCssText
(String cssText) Sets the css text.void
CSSValueImpl.setCssText
(String cssText) Sets the css text.void
CSSValueImpl.setDoubleValue
(double doubleValue) Sets the double value to a new value.void
MediaListImpl.setMediaText
(String mediaText) Parses the given media text.void
CSSStyleDeclarationImpl.setProperty
(String propertyName, String value, String priority) Set a property.void
CSSPageRuleImpl.setSelectorText
(String selectorText) Sets the selector text.void
CSSStyleRuleImpl.setSelectorText
(String selectorText) Sets the selector text.ModifierConstructorDescriptionCounterImpl
(boolean separatorSpecified, LexicalUnit lu) Creates new CounterImpl.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
Modifier and TypeMethodDescriptionprotected CSSParseException
AbstractCSSParser.toCSSParseException
(DOMException e) toCSSParseException. -
Uses of DOMException in org.loboevolution.apache.xml.dtm
-
Uses of DOMException in org.loboevolution.apache.xml.dtm.ref
Modifier and TypeClassDescriptionstatic class
Simple implementation of DOMException.Modifier and TypeMethodDescriptionMoves node from another document and returns it.final Node
DTMNodeProxy.appendChild
(Node newChild) appendChild.final void
DTMNodeProxy.appendData
(String arg) appendData.short
DTMNodeProxy.compareDocumentPosition
(Node other) compareDocumentPosition.final Attr
DTMNodeProxy.createAttribute
(String name) Creates an attribute object with a specified name.final Attr
DTMNodeProxy.createAttributeNS
(String namespaceURI, String qualifiedName) createAttributeNS.final CDATASection
DTMNodeProxy.createCDATASection
(String data) Returns a CDATASection node whose data is data.final Element
DTMNodeProxy.createElement
(String tagName) Creates an instance of the element for the specified tag.final Element
DTMNodeProxy.createElementNS
(String namespaceURI, String qualifiedName) createElementNS.final EntityReference
DTMNodeProxy.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 ProcessingInstruction
DTMNodeProxy.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 void
DTMNodeProxy.deleteData
(int offset, int count) deleteData.final String
DTMNodeProxy.getData()
getData.final String
DTMNodeProxy.getNodeValue()
getNodeValue.DTMNodeProxy.getTextContent()
getTextContent.final Node
DTMNodeProxy.importNode
(Node importedNode, boolean deep) Returns a copy of node.final Node
DTMNodeProxy.insertBefore
(Node newChild, Node refChild) insertBefore.final void
DTMNodeProxy.insertData
(int offset, String arg) insertData.DTMNodeIterator.nextNode()
nextNode.final void
DTMNodeProxy.removeAttribute
(String name) Removes element's first attribute whose qualified name is qualifiedName.final Attr
DTMNodeProxy.removeAttributeNode
(Attr oldAttr) removeAttributeNode.final void
DTMNodeProxy.removeAttributeNS
(String namespaceURI, String localName) Removes element's attribute whose namespace is namespace and local name is localName.final Node
DTMNodeProxy.removeChild
(Node oldChild) removeChild.DTMNamedNodeMap.removeNamedItemNS
(String namespaceURI, String localName) removeNamedItemNS.final Node
DTMNodeProxy.replaceChild
(Node newChild, Node oldChild) replaceChild.final void
DTMNodeProxy.replaceData
(int offset, int count, String arg) replaceData.DTMNodeProxy.replaceWholeText
(String content) replaceWholeText.final void
DTMNodeProxy.setAttribute
(String name, String value) Sets the value of element's first attribute whose qualified name is qualifiedName to value.final Attr
DTMNodeProxy.setAttributeNode
(Attr newAttr) setAttributeNode.final Attr
DTMNodeProxy.setAttributeNodeNS
(Attr newAttr) setAttributeNodeNS.final void
DTMNodeProxy.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 void
setData.DTMNamedNodeMap.setNamedItemNS
(Node arg) setNamedItemNS.final void
DTMNodeProxy.setNodeValue
(String nodeValue) setNodeValue.final void
setPrefix.void
DTMNodeProxy.setTextContent
(String textContent) setTextContent.void
DTMNodeProxy.setXmlStandalone
(boolean xmlStandalone) setXmlStandalone.void
DTMNodeProxy.setXmlVersion
(String xmlVersion) setXmlVersion.final Text
DTMNodeProxy.splitText
(int offset) Splits data at the given offset and returns the remainder as Text node.final String
DTMNodeProxy.substringData
(int offset, int count) substringData. -
Uses of DOMException in org.loboevolution.apache.xml.dtm.ref.dom2dtm
Modifier and TypeMethodDescriptionshort
DOM2DTMdefaultNamespaceDeclarationNode.compareDocumentPosition
(Node other) compareDocumentPosition.DOM2DTMdefaultNamespaceDeclarationNode.getTextContent()
getTextContent.void
DOM2DTMdefaultNamespaceDeclarationNode.setTextContent
(String textContent) setTextContent. -
Uses of DOMException in org.loboevolution.css
-
Uses of DOMException in org.loboevolution.html.dom
-
Uses of DOMException in org.loboevolution.html.dom.domimpl
Modifier and TypeMethodDescriptionvoid
Adds all arguments passed, except those already present.void
Inserts element before the node given by before.DOMImplementationImpl.createDocument
(String namespaceURI, String qualifiedName, DocumentType doctype) createDocument.void
HTMLTableSectionElementImpl.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.void
DOMConfigurationImpl.setParameter
(String name, Object value) setParameter.void
HTMLTableElementImpl.settFoot
(HTMLTableSectionElement tFoot) settFoot.void
HTMLTableElementImpl.settHead
(HTMLTableSectionElement tHead) settHead.void
setValue.boolean
toggle. -
Uses of DOMException in org.loboevolution.html.dom.nodeimpl
Modifier and TypeMethodDescriptionRangeImpl.cloneContents()
RangeImpl.cloneRange()
void
RangeImpl.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) void
RangeImpl.deleteContents()
void
RangeImpl.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.boolean
RangeImpl.getCollapsed()
int
RangeImpl.getCompareBoundaryPoints
(int how, Range sourceRange) RangeImpl.getEndContainer()
int
RangeImpl.getEndOffset()
DocumentFragmentImpl.getNodeValue()
DocumentImpl.getNodeValue()
DocumentTypeImpl.getNodeValue()
ElementImpl.getNodeValue()
abstract String
NodeImpl.getNodeValue()
getNodeValue.NotationImpl.getNodeValue()
RangeImpl.getStartContainer()
int
RangeImpl.getStartOffset()
boolean
ElementImpl.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.void
RangeImpl.insertNode
(Node newNode) void
ElementImpl.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.void
ElementImpl.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.void
void
ElementImpl.setIdAttribute
(String localName, boolean isId) setIdAttribute.void
ElementImpl.setIdAttributeNS
(String namespaceURI, String localName, boolean isId) setIdAttributeNode.NamedNodeMapImpl.setNamedItemNS
(Node node) setNamedItemNS.void
DocumentFragmentImpl.setNodeValue
(String nodeValue) void
DocumentImpl.setNodeValue
(String nodeValue) void
DocumentTypeImpl.setNodeValue
(String nodeValue) abstract void
NodeImpl.setNodeValue
(String nodeValue) setNodeValue.void
NotationImpl.setNodeValue
(String nodeValue) void
setPrefix.void
void
RangeImpl.surroundContents
(Node newParent) -
Uses of DOMException in org.loboevolution.html.dom.smil
Modifier and TypeMethodDescriptionboolean
ElementTimeControl.beginElement()
Causes this element to begin the local timeline (subject to sync constraints).boolean
ElementTimeControl.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.boolean
ElementTimeControl.endElement()
Causes this element to end the local timeline (subject to sync constraints).boolean
ElementTimeControl.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.void
SMILMediaElement.setAbstractAttr
(String abstractAttr) setAbstractAttr.void
ElementTimeManipulation.setAccelerate
(float accelerate) setAccelerate.void
setAlt.void
setAuthor.void
ElementTimeManipulation.setAutoReverse
(boolean autoReverse) setAutoReverse.void
ElementLayout.setBackgroundColor
(String backgroundColor) setBackgroundColor.void
Time.setBaseBegin
(boolean baseBegin) setBaseBegin.void
Time.setBaseElement
(Element baseElement) setBaseElement.void
setBy.void
SMILMediaElement.setClipBegin
(String clipBegin) setClipBegin.void
SMILMediaElement.setClipEnd
(String clipEnd) setClipEnd.void
SMILMediaElement.setCopyright
(String copyright) setCopyright.void
ElementTimeManipulation.setDecelerate
(float decelerate) setDecelerate.void
ElementTime.setDur
(float dur) setDur.void
ElementExclusiveTimeContainer.setEndSync
(String endSync) setEndSync.void
ElementParallelTimeContainer.setEndSync
(String endSync) setEndSync.void
setEvent.void
setFill.void
setFit.void
setFrom.void
ElementLayout.setHeight
(int height) setHeight.void
setId.void
SMILMediaElement.setLongdesc
(String longdesc) setLongdesc.void
setMarker.void
Time.setOffset
(double offset) setOffset.void
setOrigin.void
setPath.void
setPort.void
SMILMediaElement.setReadIndex
(String readIndex) setReadIndex.void
ElementTime.setRepeatCount
(float repeatCount) setRepeatCount.void
ElementTime.setRepeatDur
(float repeatDur) setRepeatDur.void
SMILMediaElement.setRtpformat
(String rtpformat) setRtpformat.void
ElementTimeManipulation.setSpeed
(float speed) setSpeed.void
setSrc.void
SMILMediaElement.setStripRepeat
(String stripRepeat) setStripRepeat.void
ElementTest.setSystemAudioDesc
(boolean systemAudioDesc) setSystemAudioDesc.void
ElementTest.setSystemBitrate
(int systemBitrate) setSystemBitrate.void
ElementTest.setSystemCaptions
(boolean systemCaptions) setSystemCaptions.void
ElementTest.setSystemLanguage
(String systemLanguage) setSystemLanguage.void
ElementTest.setSystemOverdubOrSubtitle
(String systemOverdubOrSubtitle) setSystemOverdubOrSubtitle.void
setTitle.void
setTitle.void
setTo.void
setTop.void
SMILMediaElement.setTransport
(String transport) setTransport.void
setType.void
setValues.void
ElementLayout.setWidth
(int width) setWidth.void
SMILRegionElement.setZIndex
(int zIndex) setZIndex. -
Uses of DOMException in org.loboevolution.html.dom.svgimpl
Modifier 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.SVGSVGElementImpl.createEvent
(String eventType) createEvent.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. -
Uses of DOMException in org.loboevolution.html.dom.xpath
Modifier 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
-
Uses of DOMException in org.loboevolution.html.js.css
-
Uses of DOMException in org.loboevolution.html.js.events
Modifier and TypeMethodDescriptionstatic Event
EventFactory.createEvent
(String eventType) createEvent.protected void
protected void
ModifierConstructorDescriptionAudioProcessingEventImpl
(Object[] params) Constructor for AudioProcessingEventImpl.BeforeUnloadEventImpl
(Object[] params) Constructor for BeforeUnloadEventImpl.BlobEventImpl
(Object[] params) Constructor for BlobEventImpl.ErrorEventImpl
(Object[] params) Constructor for ErrorEventImpl.Constructor for EventImpl.TransitionEventImpl
(Object[] params) Constructor for TransitionEventImpl.UIEventImpl
(Object[] params) Constructor for UIEventImpl. -
Uses of DOMException in org.loboevolution.html.js.xml
Modifier 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
Modifier and TypeMethodDescriptionDocument.createTextNode
(String data) Creates a text string from the specified value.void
Node.setNodeValue
(String nodeValue) setNodeValue. -
Uses of DOMException in org.loboevolution.html.node.ranges
Modifier and TypeMethodDescriptionRange.cloneContents()
cloneContents.Range.cloneRange()
void
Range.collapse
(boolean toStart) void
Range.deleteContents()
void
Range.detach()
Range.extractContents()
extractContents.boolean
Range.getCollapsed()
Range.getCommonAncestorContainer()
getCommonAncestorContainer.int
Range.getCompareBoundaryPoints
(int how, Range sourceRange) compareBoundaryPoints.Range.getEndContainer()
getEndContainer.int
Range.getEndOffset()
Range.getStartContainer()
getStartContainer.int
Range.getStartOffset()
void
Range.insertNode
(Node newNode) void
Range.selectNode
(Node refNode) void
Range.selectNodeContents
(Node refNode) void
void
Range.setEndAfter
(Node refNode) void
Range.setEndBefore
(Node refNode) void
void
Range.setStartAfter
(Node refNode) void
Range.setStartBefore
(Node refNode) void
Range.surroundContents
(Node newParent) Range.toString()
-
Uses of DOMException in org.loboevolution.html.xpath
-
Uses of DOMException in org.loboevolution.traversal
Modifier 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.