A C D G H I M N O S

A

addSections(Element, Element) - Method in class org.apache.maven.html2xdoc.Html2XdocBean
Iterates thorugh the given body looking for h1, h2, h3 nodes and creating the associated section elements.

C

cloneNode(Node) - Method in class org.apache.maven.html2xdoc.Html2XdocBean
Normalizes the whitespace of any Elements
convert(Document) - Method in class org.apache.maven.html2xdoc.Html2XdocBean
Converts the given HTML document into the corresponding XDoc format of XML

D

determineHeadingLevel(Node) - Method in class org.apache.maven.html2xdoc.Html2XdocBean
Determines the heading level of the node.

G

getBodyContent(List) - Method in class org.apache.maven.html2xdoc.Html2XdocBean
Returns a copy of the body content, removing any whitespace from the beginning and end.
getSectionText(Node) - Method in class org.apache.maven.html2xdoc.Html2XdocBean
 

H

Html2XdocBean - Class in org.apache.maven.html2xdoc
A simple bean for converting a HTML document into an XDoc compliant XML document.
Html2XdocBean() - Constructor for class org.apache.maven.html2xdoc.Html2XdocBean
 

I

isCharacterData(Node) - Method in class org.apache.maven.html2xdoc.Html2XdocBean
Specifies whether the node is character data and should be passed as straight text to the resultant html.
isHeading(Node) - Method in class org.apache.maven.html2xdoc.Html2XdocBean
Specifies whether the node is a heading node.
isPre(Node) - Method in class org.apache.maven.html2xdoc.Html2XdocBean
 
isTextFormatting(Node) - Method in class org.apache.maven.html2xdoc.Html2XdocBean
Specifies whether the node is a text modifying construct that should be passed as is to the resultant html.
isWhitespace(Node) - Method in class org.apache.maven.html2xdoc.Html2XdocBean
 

M

makeSection(Element, Node) - Method in class org.apache.maven.html2xdoc.Html2XdocBean
Creates a section or subsection as necessary based on the node for the output document.

N

needsNewSection(Node) - Method in class org.apache.maven.html2xdoc.Html2XdocBean
Determines if a new section is needed which is based on whether the node's a heading level and equal to or less than the current section's heading level.

O

org.apache.maven.html2xdoc - package org.apache.maven.html2xdoc
Contains utility classes for converting a HTML document into an XDoc compliant XML document.

S

shouldBreakPara(Node) - Method in class org.apache.maven.html2xdoc.Html2XdocBean
 

A C D G H I M N O S

Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.