Uses of Class
nl.siegmann.epublib.domain.TOCReference
-
Packages that use TOCReference Package Description nl.siegmann.epublib.bookprocessor The classes in this package are used for post-processing Books.nl.siegmann.epublib.chm Classes related to making a Book out of a set of .chm (windows help) files.nl.siegmann.epublib.domain nl.siegmann.epublib.epub nl.siegmann.epublib.fileset nl.siegmann.epublib.viewer -
-
Uses of TOCReference in nl.siegmann.epublib.bookprocessor
Methods in nl.siegmann.epublib.bookprocessor with parameters of type TOCReference Modifier and Type Method Description private java.lang.StringSectionTitleBookProcessor. getTitle(TOCReference tocReference, Book book, javax.xml.xpath.XPath xpath)Method parameters in nl.siegmann.epublib.bookprocessor with type arguments of type TOCReference Modifier and Type Method Description private voidFixMissingResourceBookProcessor. fixMissingResources(java.util.Collection<TOCReference> tocReferences, Book book)private voidSectionTitleBookProcessor. processSections(java.util.List<TOCReference> tocReferences, Book book, javax.xml.xpath.XPath xpath) -
Uses of TOCReference in nl.siegmann.epublib.chm
Methods in nl.siegmann.epublib.chm that return TOCReference Modifier and Type Method Description private static TOCReferenceHHCParser. processObjectNode(org.w3c.dom.Node objectNode, Resources resources)Processes a CHM object node into a TOCReference If the local name is empty then a TOCReference node is made with a null href value.Methods in nl.siegmann.epublib.chm that return types with arguments of type TOCReference Modifier and Type Method Description static java.util.List<TOCReference>HHCParser. parseHhc(java.io.InputStream hhcFile, Resources resources)private static java.util.List<TOCReference>HHCParser. processLiNode(org.w3c.dom.Node liNode, Resources resources)private static java.util.List<TOCReference>HHCParser. processUlNode(org.w3c.dom.Node ulNode, Resources resources) -
Uses of TOCReference in nl.siegmann.epublib.domain
Fields in nl.siegmann.epublib.domain with type parameters of type TOCReference Modifier and Type Field Description private java.util.List<TOCReference>TOCReference. childrenprivate static java.util.Comparator<TOCReference>TOCReference. COMPARATOR_BY_TITLE_IGNORE_CASEprivate java.util.List<TOCReference>TableOfContents. tocReferencesMethods in nl.siegmann.epublib.domain that return TOCReference Modifier and Type Method Description TOCReferenceTOCReference. addChildSection(TOCReference childSection)TOCReferenceBook. addSection(java.lang.String title, Resource resource)Adds a resource to the book's set of resources, table of contents and if there is no resource with the id in the spine also adds it to the spine.TOCReferenceBook. addSection(TOCReference parentSection, java.lang.String sectionTitle, Resource resource)Adds the resource to the table of contents of the book as a child section of the given parentSectionTOCReferenceTableOfContents. addSection(Resource resource, int[] pathElements, java.lang.String sectionTitlePrefix, java.lang.String sectionNumberSeparator)Adds the given Resources to the TableOfContents at the location specified by the pathElements.TOCReferenceTableOfContents. addSection(Resource resource, java.lang.String path)Calls addTOCReferenceAtLocation after splitting the path using the DEFAULT_PATH_SEPARATOR.TOCReferenceTableOfContents. addSection(Resource resource, java.lang.String[] pathElements)Adds the given Resources to the TableOfContents at the location specified by the pathElements.TOCReferenceTableOfContents. addSection(Resource resource, java.lang.String path, java.lang.String pathSeparator)Calls addTOCReferenceAtLocation after splitting the path using the given pathSeparator.TOCReferenceTableOfContents. addTOCReference(TOCReference tocReference)private static TOCReferenceTableOfContents. findTocReferenceByTitle(java.lang.String title, java.util.List<TOCReference> tocReferences)Finds the first TOCReference in the given list that has the same title as the given Title.Methods in nl.siegmann.epublib.domain that return types with arguments of type TOCReference Modifier and Type Method Description java.util.List<TOCReference>TOCReference. getChildren()static java.util.Comparator<TOCReference>TOCReference. getComparatorByTitleIgnoreCase()java.util.List<TOCReference>TableOfContents. getTocReferences()Methods in nl.siegmann.epublib.domain with parameters of type TOCReference Modifier and Type Method Description TOCReferenceTOCReference. addChildSection(TOCReference childSection)TOCReferenceBook. addSection(TOCReference parentSection, java.lang.String sectionTitle, Resource resource)Adds the resource to the table of contents of the book as a child section of the given parentSectionTOCReferenceTableOfContents. addTOCReference(TOCReference tocReference)Method parameters in nl.siegmann.epublib.domain with type arguments of type TOCReference Modifier and Type Method Description private intTableOfContents. calculateDepth(java.util.List<TOCReference> tocReferences, int currentDepth)private static TOCReferenceTableOfContents. findTocReferenceByTitle(java.lang.String title, java.util.List<TOCReference> tocReferences)Finds the first TOCReference in the given list that has the same title as the given Title.private static intTableOfContents. getTotalSize(java.util.Collection<TOCReference> tocReferences)private voidTableOfContents. paddTOCReferences(java.util.List<TOCReference> currentTocReferences, int[] pathElements, int pathPos, java.lang.String sectionPrefix, java.lang.String sectionNumberSeparator)voidTOCReference. setChildren(java.util.List<TOCReference> children)voidTableOfContents. setTocReferences(java.util.List<TOCReference> tocReferences)Constructor parameters in nl.siegmann.epublib.domain with type arguments of type TOCReference Constructor Description TableOfContents(java.util.List<TOCReference> tocReferences)TOCReference(java.lang.String title, Resource resource, java.lang.String fragmentId, java.util.List<TOCReference> children) -
Uses of TOCReference in nl.siegmann.epublib.epub
Methods in nl.siegmann.epublib.epub that return TOCReference Modifier and Type Method Description (package private) static TOCReferenceNCXDocument. readTOCReference(org.w3c.dom.Element navpointElement, Book book)Methods in nl.siegmann.epublib.epub that return types with arguments of type TOCReference Modifier and Type Method Description private static java.util.List<TOCReference>NCXDocument. readTOCReferences(org.w3c.dom.NodeList navpoints, Book book)Methods in nl.siegmann.epublib.epub with parameters of type TOCReference Modifier and Type Method Description private static voidNCXDocument. writeNavPointEnd(TOCReference tocReference, org.xmlpull.v1.XmlSerializer serializer)private static voidNCXDocument. writeNavPointStart(TOCReference tocReference, int playOrder, org.xmlpull.v1.XmlSerializer serializer)Method parameters in nl.siegmann.epublib.epub with type arguments of type TOCReference Modifier and Type Method Description private static intNCXDocument. writeNavPoints(java.util.List<TOCReference> tocReferences, int playOrder, org.xmlpull.v1.XmlSerializer serializer) -
Uses of TOCReference in nl.siegmann.epublib.fileset
Method parameters in nl.siegmann.epublib.fileset with type arguments of type TOCReference Modifier and Type Method Description private static voidFilesetBookCreator. processDirectory(org.apache.commons.vfs2.FileObject rootDir, org.apache.commons.vfs2.FileObject directory, java.util.List<TOCReference> sections, Resources resources, java.lang.String inputEncoding)private static voidFilesetBookCreator. processSubdirectory(org.apache.commons.vfs2.FileObject rootDir, org.apache.commons.vfs2.FileObject file, java.util.List<TOCReference> sections, Resources resources, java.lang.String inputEncoding) -
Uses of TOCReference in nl.siegmann.epublib.viewer
Fields in nl.siegmann.epublib.viewer declared as TOCReference Modifier and Type Field Description private TOCReferenceTableOfContentsPane.TOCItem. tocReferenceMethods in nl.siegmann.epublib.viewer that return TOCReference Modifier and Type Method Description TOCReferenceTableOfContentsPane.TOCItem. getTOCReference()Method parameters in nl.siegmann.epublib.viewer with type arguments of type TOCReference Modifier and Type Method Description private voidTableOfContentsPane. addNodesToParent(javax.swing.tree.DefaultMutableTreeNode parent, java.util.List<TOCReference> tocReferences)Constructors in nl.siegmann.epublib.viewer with parameters of type TOCReference Constructor Description TOCItem(TOCReference tocReference)
-