public final class StandardStructureTypes
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
StandardStructureTypes.Grouping |
|
static class |
StandardStructureTypes.Illustration |
|
static class |
StandardStructureTypes.InlineLevelStructure |
|
static class |
StandardStructureTypes.List |
|
static class |
StandardStructureTypes.Paragraphlike |
|
static class |
StandardStructureTypes.RubyOrWarichu |
|
static class |
StandardStructureTypes.Table |
Modifier and Type | Method | Description |
---|---|---|
static StructureType |
get(java.lang.String name) |
Returns the standard structure type of the given name.
|
public static StructureType get(java.lang.String name)
name
- the name of a structure type, case sensitive. For example, Document,
Sect, H1, etc.StructureType
instance, or null
if the given
name does not correspond to a standard structure typeCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.