| Package | Description |
|---|---|
| org.zwobble.mammoth.internal.docx | |
| org.zwobble.mammoth.internal.xml | |
| org.zwobble.mammoth.internal.xml.parsing |
| Modifier and Type | Method and Description |
|---|---|
static XmlElement |
OfficeXml.parseXml(InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
static ContentTypes |
ContentTypesXml.readContentTypesXmlElement(XmlElement element) |
InternalResult<List<Comment>> |
CommentXmlReader.readElement(XmlElement element) |
InternalResult<Document> |
DocumentXmlReader.readElement(XmlElement element) |
InternalResult<List<Note>> |
NotesXmlReader.readElement(XmlElement element) |
ReadResult |
BodyXmlReader.readElement(XmlElement element) |
static Numbering |
NumberingXml.readNumberingXmlElement(XmlElement element) |
static Relationships |
RelationshipsXml.readRelationshipsXmlElement(XmlElement element) |
static Styles |
StylesXml.readStylesXmlElement(XmlElement element) |
| Modifier and Type | Method and Description |
|---|---|
static XmlElement |
XmlNodes.element(String name) |
static XmlElement |
XmlNodes.element(String name,
List<XmlNode> children) |
static XmlElement |
XmlNodes.element(String name,
Map<String,String> attributes) |
static XmlElement |
XmlNodes.element(String name,
Map<String,String> attributes,
List<XmlNode> children) |
| Modifier and Type | Method and Description |
|---|---|
Optional<XmlElement> |
XmlElementLike.findChild(String name) |
Optional<XmlElement> |
XmlElement.findChild(String name) |
Optional<XmlElement> |
NullXmlElement.findChild(String name) |
Iterator<XmlElement> |
XmlElementList.iterator() |
| Modifier and Type | Method and Description |
|---|---|
static String |
XmlWriter.toString(XmlElement element,
NamespacePrefixes namespaces) |
T |
XmlNodeVisitor.visit(XmlElement element) |
| Constructor and Description |
|---|
XmlElementList(List<XmlElement> elements) |
| Modifier and Type | Method and Description |
|---|---|
XmlElement |
XmlParser.parseStream(InputStream inputStream) |
XmlElement |
XmlParser.parseString(String value) |
Copyright © 2018. All rights reserved.