iText 9.1.0 API
All Classes Namespaces Functions Variables Enumerations Enumerator Properties
iText.StyledXmlParser.Node Namespace Reference

Classes

interface   IAttribute
  Interface for HTML attributes. More...
 
interface   IAttributes
  Interface for a series of HTML attributes. More...
 
interface   IAttributesContainer
  Interface for classes that can get and set 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   INameContainer
  Interface for classes that can return their name. 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...
 
interface   IXmlDeclarationNode
  Interface for node classes that have a parent and children, name and attributes. More...