iText 9.0.0 API
iText.StyledXmlParser.Node Namespace Reference

Classes

interface   IAttribute
  Interface for HTML attributes. More...
 
interface   IAttributes
  Interface for a series of HTML attributes. More...
 
interface   ICustomElementNode
  Interface that serves as a marker indicating that this particular IElementNode is something non-standard. More...
 
interface   IDataNode
  Interface for data nodes. More...
 
interface   IDocumentNode
  Interface implemented by classes that are a top node, and as such represent a Document. More...
 
interface   IDocumentTypeNode
  Interface for the document type node. More...
 
interface   IElementNode
  Interface for node classes that have a parent and children, and for which styles can be defined; each of these nodes can also have a name and attributes. More...
 
interface   INode
  Interface for classes that describe a Node with a parent and children. More...
 
interface   IStylesContainer
  Interface for classes that can get and set styles. More...
 
interface   ITextNode
  Interface for text nodes. More...