| Package | Description |
|---|---|
| org.jboss.windup.graph.dao | |
| org.jboss.windup.graph.model.resource |
| Modifier and Type | Method and Description |
|---|---|
Iterator<DoctypeMeta> |
DoctypeDao.findByProperties(String publicId,
String systemId) |
Iterable<DoctypeMeta> |
DoctypeDao.findPublicIdMatchingRegex(String... regex) |
Iterable<DoctypeMeta> |
DoctypeDao.findSystemIdMatchingRegex(String... regex) |
Iterable<DoctypeMeta> |
DoctypeDao.findSystemIdOrPublicIdMatchingRegex(String... regex) |
| Modifier and Type | Method and Description |
|---|---|
DoctypeMeta |
XmlResource.getDoctype() |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlResource.setDoctype(DoctypeMeta doctype) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.