Modifier and Type | Class and Description |
---|---|
class |
CssPseudoElementNode
IElementNode implementation for pseudo elements.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
CssPseudoElementUtil.hasBeforeAfterElements(IElementNode node)
Checks for before or after elements.
|
Modifier and Type | Method and Description |
---|---|
static String |
CssUtils.extractAttributeValue(String attrStr, IElementNode element)
Parses string and return attribute value.
|
static boolean |
CssUtils.isStyleSheetLink(IElementNode headChildElement)
Checks if an IElementNode represents a style sheet link.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICustomElementNode
Interface that serves as a marker indicating that this particular IElementNode is something non-standard.
|
interface |
IDocumentNode
Interface implemented by classes that are a top node, and as such represent a Document.
|
Modifier and Type | Class and Description |
---|---|
class |
JsoupDocumentNode
Implementation of the IDocumentNode interface; wrapper for the JSoup Document class.
|
class |
JsoupElementNode
Implementation of the IElementNode interface; wrapper for the JSoup JsoupNode class.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
SvgStyleResolver.isElementNested(IElementNode element, String parentElementNameForSearch) |
Modifier and Type | Method and Description |
---|---|
ISvgNodeRenderer |
ISvgNodeRendererFactory.createSvgNodeRendererForTag(IElementNode tag, ISvgNodeRenderer parent)
Create a configured renderer based on the passed Svg tag and set its parent.
|
ISvgNodeRenderer |
DefaultSvgNodeRendererFactory.createSvgNodeRendererForTag(IElementNode tag, ISvgNodeRenderer parent) |
boolean |
ISvgNodeRendererFactory.isTagIgnored(IElementNode tag)
Checks whether the provided tag is an ignored tag of this factory or not.
|
boolean |
DefaultSvgNodeRendererFactory.isTagIgnored(IElementNode tag) |
Modifier and Type | Method and Description |
---|---|
static boolean |
SvgCssUtils.isStyleSheetLink(IElementNode headChildElement)
Deprecated.
Will be replaced by the
CssUtils.isStyleSheetLink(IElementNode) in update 7.2.
|
Copyright © 1998–2023 iText Group NV. All rights reserved.