Package | Description |
---|---|
com.pega.pegarules.pub.services.xsd | |
com.pega.pegarules.pub.util |
Miscellaneous public utility classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
XSDElementDeclaration |
XSDElementReference.getElementDeclaration()
Get the referenced element declaration component.
|
XSDElementDeclaration |
XSDComponentBuilder.getGlobalElementDeclaration(javax.xml.namespace.QName aElemRef)
Get the element declaration component object associated with
the given qualified name.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceUtils.buildXMLTree(java.lang.String aClassName,
XSDElementDeclaration aElemDecl,
ClipboardPage aTreePage)
Populate a clipboard page with embedded page content that can be used
as the data structure for a tree view display of a complex XML element.
|
void |
ServiceUtils.buildXMLTree(XSDElementDeclaration aElemDecl,
ClipboardPage aTreePage)
Populate a clipboard page with embedded page content that can be used
as the data structure for a tree view display of a complex XML element.
|
int |
ServiceUtils.countChildNodes(XSDElementDeclaration aElemDecl)
Traverse the complex content of an element declaration to count
the number of child element and attribute nodes.
|
void |
ServiceUtils.findSubstitutions(XSDElementDeclaration aElemDecl,
ClipboardProperty aTypeList,
ClipboardProperty aElemList)
Traverse the complex content of an element declaration to locate
any complex type or element declarations that may by substituted
at runtime.
|
Copyright © 2015 Pegasystems Inc. All Rights Reserved.