|
WebLogic Integration | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SOMHelperException | |
| com.bea.schema.helper | |
| Uses of SOMHelperException in com.bea.schema.helper |
| Methods in com.bea.schema.helper that throw SOMHelperException | |
java.util.List |
SOMHelper.getAllowedChildren(org.w3c.dom.Node element,
boolean bExamineChildren)
Return a java.util.List of allowable child element nodes
(com.bea.schema.SOMElement) for a given XML node
(org.w3c.dom.Node) based on this SOM. |
java.util.List |
SOMHelper.getAllowedSiblings(org.w3c.dom.Node element,
boolean bExamineChildren)
A conveniece method that returns a java.util.List of
org.w3c.dom.Nodes allowable as children of the provided
org.w3c.dom.Node's parent. |
java.util.List |
SOMHelper.getAllowedSiblings(org.w3c.dom.Node element,
boolean bExamineChildren,
java.util.List allowedChildren)
A conveniece method that returns a java.util.List of
org.w3c.dom.Nodes allowable as children of the provided
org.w3c.dom.Node's parent. |
java.util.List |
SOMHelper.getAllowedChildren(org.w3c.dom.Node element,
boolean bExamineChildren,
java.util.List allowedChildren)
Return a java.util.List of allowable child element nodes
(com.bea.schema.SOMElement) for a given XML node
(org.w3c.dom.Node) based on this SOM. |
java.util.List |
SOMHelper.getAllowedAttributes(org.w3c.dom.Node node,
boolean bExamineExisting)
Obtain a java.util.List of
com.bea.schema.SOMAttributes available for the given
org.w3c.dom.Node, taking into account the current
attributes, if specified. |
|
WebLogic Integration | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||