| Package | Description |
|---|---|
| org.jboss.windup.graph.dao | |
| org.jboss.windup.graph.model.resource |
| Modifier and Type | Method and Description |
|---|---|
NamespaceMeta |
NamespaceDao.createNamespaceSchemaLocation(String namespaceURI,
String schemaLocation) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<NamespaceMeta> |
NamespaceDao.findByURI(String namespaceURI) |
Iterable<NamespaceMeta> |
NamespaceDao.findByURIs(String... uriRegex) |
Iterable<NamespaceMeta> |
NamespaceDao.findSchemaLocationRegexMatch(String schemaLocationRegex) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<NamespaceMeta> |
XmlResource.getNamespaces() |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlResource.addNamespace(NamespaceMeta namespace) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.