public class CamelNamespaces extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
blueprintNS |
static String[] |
camelNamespaces |
static de.pdark.decentxml.Namespace |
droolsNamespace |
static org.slf4j.Logger |
LOG |
static de.pdark.decentxml.Namespace |
springNamespace |
static String |
springNS |
| Constructor and Description |
|---|
CamelNamespaces() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addParentNamespaces(de.pdark.decentxml.Element element,
de.pdark.decentxml.Parent parent) |
static Schema |
camelSchemas() |
static Set<String> |
elementsWithDescription() |
static List<de.pdark.decentxml.Node> |
findNodes(de.pdark.decentxml.NodeWithChildren node,
de.pdark.decentxml.NodeFilter<de.pdark.decentxml.Node> filter) |
protected static de.pdark.decentxml.Element |
findOrCreateDescriptionOnNextElement(de.pdark.decentxml.Element element,
int commentIndex,
de.pdark.decentxml.Parent root) |
protected static de.pdark.decentxml.Element |
findOrCreateDescrptionElement(de.pdark.decentxml.Element element,
de.pdark.decentxml.Parent root) |
static URL |
findResource(String name,
Iterable<ClassLoader> classLoaders) |
static String |
getNamespaceURI(de.pdark.decentxml.Node node) |
static de.pdark.decentxml.Document |
getOwnerDocument(de.pdark.decentxml.Node node) |
void |
loadSchemasWith(SchemaFinder finder) |
static void |
moveCommentsIntoDescriptionElements(de.pdark.decentxml.Element e,
de.pdark.decentxml.Element root) |
static List<de.pdark.decentxml.Node> |
nodesByNamespace(de.pdark.decentxml.Document doc,
String namespaceUri,
String localName) |
static String |
nodeWithNamespacesToText(de.pdark.decentxml.Node parseNode,
de.pdark.decentxml.Element namespacesNode) |
static void |
replaceChild(de.pdark.decentxml.Parent parent,
de.pdark.decentxml.Node newChild,
de.pdark.decentxml.Node oldNode) |
static String |
xmlToText(de.pdark.decentxml.Node node) |
public static org.slf4j.Logger LOG
public static final String springNS
public static final String blueprintNS
public static final String[] camelNamespaces
public static final de.pdark.decentxml.Namespace springNamespace
public static final de.pdark.decentxml.Namespace droolsNamespace
public static List<de.pdark.decentxml.Node> nodesByNamespace(de.pdark.decentxml.Document doc, String namespaceUri, String localName)
public static List<de.pdark.decentxml.Node> findNodes(de.pdark.decentxml.NodeWithChildren node, de.pdark.decentxml.NodeFilter<de.pdark.decentxml.Node> filter)
public static String nodeWithNamespacesToText(de.pdark.decentxml.Node parseNode, de.pdark.decentxml.Element namespacesNode) throws IOException
IOExceptionpublic static void moveCommentsIntoDescriptionElements(de.pdark.decentxml.Element e,
de.pdark.decentxml.Element root)
protected static de.pdark.decentxml.Element findOrCreateDescriptionOnNextElement(de.pdark.decentxml.Element element,
int commentIndex,
de.pdark.decentxml.Parent root)
protected static de.pdark.decentxml.Element findOrCreateDescrptionElement(de.pdark.decentxml.Element element,
de.pdark.decentxml.Parent root)
public static String xmlToText(de.pdark.decentxml.Node node) throws IOException
IOExceptionpublic static String getNamespaceURI(de.pdark.decentxml.Node node)
public static void addParentNamespaces(de.pdark.decentxml.Element element,
de.pdark.decentxml.Parent parent)
public static de.pdark.decentxml.Document getOwnerDocument(de.pdark.decentxml.Node node)
public static void replaceChild(de.pdark.decentxml.Parent parent,
de.pdark.decentxml.Node newChild,
de.pdark.decentxml.Node oldNode)
public static URL findResource(String name, Iterable<ClassLoader> classLoaders)
public void loadSchemasWith(SchemaFinder finder) throws IOException, SAXException
IOExceptionSAXExceptionpublic static Schema camelSchemas() throws IOException, SAXException
IOExceptionSAXExceptionCopyright © 2011–2014 Red Hat. All rights reserved.