Uses of Class
goldengate.common.xml.XmlDecl

Packages that use XmlDecl
goldengate.common.xml Classes implementing XML facility 
 

Uses of XmlDecl in goldengate.common.xml
 

Methods in goldengate.common.xml that return XmlDecl
 XmlDecl XmlValue.getDecl()
           
 XmlDecl[] XmlDecl.getSubXml()
           
 

Methods in goldengate.common.xml with parameters of type XmlDecl
 boolean XmlDecl.isCompatible(XmlDecl xmlDecl)
          Check if two XmlDecl are compatible
static XmlValue[] XmlUtil.read(org.dom4j.Document doc, XmlDecl[] decls)
          Create the XmlValues from the XmlDevls and the Document
static XmlValue[] XmlUtil.read(org.dom4j.Element ref, XmlDecl[] decls)
          Create the XmlValues from the XmlDevls and the reference Element
 

Constructors in goldengate.common.xml with parameters of type XmlDecl
XmlDecl(String name, XmlType type, String xmlPath, XmlDecl[] decls, boolean isMultiple)
           
XmlValue(XmlDecl decl)
           
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.