Examples of addChild()

  • org.sindice.siren.search.node.TwigQuery.addChild()
    Adds a child clause to the twig query. @throws TooManyClauses if the new number of clauses exceeds the maximum clause number @see #getMaxClauseCount()
  • org.springframework.binding.form.HierarchicalFormModel.addChild()
    Adds a new child to the form model. The child form model will have it's parent set to this.
  • org.springframework.binding.form.support.DefaultFormModel.addChild()
  • org.teiid.query.mapping.xml.MappingSourceNode.addChild()
  • org.teiid.query.processor.relational.GroupingNode.addChild()
  • org.teiid.query.processor.relational.ProjectNode.addChild()
  • org.teiid.query.processor.relational.UnionAllNode.addChild()
  • org.thechiselgroup.choosel.core.client.persistence.Memento.addChild()
  • org.thymeleaf.dom.Document.addChild()
  • org.thymeleaf.dom.Element.addChild()
  • org.thymeleaf.dom.NestableNode.addChild()

    Adds a new child to the node.

    @param newChild the new child to be added.
  • org.tinyuml.draw.CompositeNode.addChild()
  • org.tmatesoft.svn.core.internal.util.SVNSkel.addChild()
  • org.uguess.birt.report.engine.layout.wrapper.impl.AreaFrame.addChild()
  • org.uguess.birt.report.engine.layout.wrapper.impl.MultiAreaFrame.addChild()
  • org.vietspider.html.HTMLNode.addChild()
  • org.vietspider.html.parser.NodeImpl.addChild()
  • org.vietspider.parser.xml.XMLNode.addChild()
  • org.woped.editor.controller.Role.addChild()
  • org.wso2.carbon.mediator.service.builtin.SequenceMediator.addChild()
    @param parent the parent element. @param childElemNS the namespace of the child element. @param childElemName the name of the child element. @param elemKey the optional key used to fetch an input. @return the created child element.
  • org.wso2.carbon.registry.common.ui.utils.TreeNode.addChild()
  • org.xhtmlrenderer.newtable.TableBox.addChild()
  • org.xhtmlrenderer.newtable.TableRowBox.addChild()
  • org.xhtmlrenderer.newtable.TableSectionBox.addChild()
  • org.xhtmlrenderer.render.BlockBox.addChild()
  • org.xith3d.scenegraph.BranchGroup.addChild()
  • org.xmlpull.infoset.XmlElement.addChild()
  • org.xmlpull.v1.builder.XmlElement.addChild()
  • org.zachtaylor.jnodalxml.XmlNode.addChild()
    Shorthand for {@link #addChild(XmlNode)} @param childName Name of the child node to add @return This node @throws XmlException If the child cannot be added, for instance if thisnode is self-closing or has value
  • pedro.model.RecordModel.addChild()
  • prefuse.data.Tree.addChild()
    Add a child node to the given parent node. An edge between the two will also be created. @param parent the parent node id (node table row number) @return the added child node id
  • primitives.cluster.ClusterHead.addChild()
  • primitives.cluster.ClusterNode.addChild()
  • pt.ist.fenixWebFramework.renderers.components.HtmlBlockContainer.addChild()
  • pt.ist.fenixWebFramework.renderers.components.HtmlContainer.addChild()
  • pt.ist.fenixWebFramework.renderers.components.HtmlInlineContainer.addChild()
  • pt.ist.fenixWebFramework.renderers.components.HtmlListItem.addChild()
  • regions.ParentRegion.addChild()
    Adds child. @param child
  • rex.graphics.mdxeditor.mdxbuilder.nodes.MBTFunctionNode.addChild()
  • soot.toolkits.graph.DominatorNode.addChild()
  • tigase.xml.Element.addChild()
  • ugh.dl.DocStruct.addChild()
  • uk.ac.man.cs.mig.util.graph.model.impl.DefaultGraphNode.addChild()
  • uk.co.badgersinfoil.metaas.impl.antlr.LinkedListTree.addChild()
    @deprecated use #addChildWithTokens(LinkedListTree), damnit

  • Examples of org.antlr.v4.tool.ast.RuleAST.addChild()

          AltAST alt = new AltAST(ANTLRParser.ALT);
          TerminalAST slit = new TerminalAST(new CommonToken(ANTLRParser.STRING_LITERAL, lit));
          alt.addChild(slit);
          blk.addChild(alt);
          CommonToken idToken = new CommonToken(ANTLRParser.TOKEN_REF, rname);
          litRule.addChild(new TerminalAST(idToken));
          litRule.addChild(blk);
          lexerRulesRoot.insertChild(insertIndex, litRule);
    //      lexerRulesRoot.getChildren().add(0, litRule);
          lexerRulesRoot.freshenParentAndChildIndexes(); // reset indexes and set litRule parent
    View Full Code Here

    Examples of org.apache.any23.writer.CompositeTripleHandler.addChild()

            baos = new ByteArrayOutputStream();
            rdfxmlWriter = new RDFXMLWriter(baos);
            repositoryWriter = new RepositoryWriter(conn);

            final CompositeTripleHandler cth = new CompositeTripleHandler();
            cth.addChild(rdfxmlWriter);
            cth.addChild(repositoryWriter);

            final ModifiableConfiguration configuration = DefaultConfiguration.copy();
            configuration.setProperty("any23.extraction.metadata.domain.per.entity", "on");
            SingleDocumentExtraction instance =  new SingleDocumentExtraction(
    View Full Code Here

    Examples of org.apache.avalon.framework.configuration.DefaultConfiguration.addChild()

        }

        public void testAddChild() throws Exception
        {
            DefaultConfiguration result = new DefaultConfiguration( "a", "b" );
            result.addChild( new DefaultConfiguration( "kid1", "b" ) );
            result.addChild( new DefaultConfiguration( "kid2", "b" ) );

            DefaultConfiguration base = new DefaultConfiguration( "a", "b" );
            base.addChild( new DefaultConfiguration( "kid1", "b" ) );
    View Full Code Here

    Examples of org.apache.avalon.framework.configuration.MutableConfiguration.addChild()

            catch (IllegalStateException ise)  
            {  
                // expected  
            }  
           
            root.addChild( immutableChild );  
           
            // OK, ask to have it back.  
            root.getMutableChild( "immutable-child" ).setAttribute( "attr", "attr" );  
           
            assertEquals( 1, root.getChildren( "immutable-child" ).length );  
    View Full Code Here

    Examples of org.apache.axiom.om.OMContainer.addChild()

                if (parent instanceof SOAPEnvelope) {
                    ((SOAPEnvelope) parent).getBody().getFirstOMChild().detach();
                    ((SOAPEnvelope) parent).getBody().setFirstChild(result);
                } else {
                    parent.getFirstOMChild().detach();
                    parent.addChild(result);
                }

            } catch (TransformerException e) {
                handleException("Error performing XSLT transformation " + xsltKey, e);
            } catch (XMLStreamException e) {
    View Full Code Here

    Examples of org.apache.axiom.om.OMDocument.addChild()

                } else {
                    envelope = OMAbstractFactory.getSOAP11Factory().getDefaultEnvelope();
                   
                    // TODO: don't know why this is here, but without it some unit tests fail...
                    OMDocument omDoc = OMAbstractFactory.getSOAP11Factory().createOMDocument();
                    omDoc.addChild(envelope);
                   
                    SOAPBody body = envelope.getBody();
                    OMXMLParserWrapper builder = OMXMLBuilderFactory.createStAXOMBuilder(parser);
                    OMElement bodyElement = builder.getDocumentElement();
                    if (addTextAroundBody) {
    View Full Code Here

    Examples of org.apache.axiom.om.OMElement.addChild()

      public static void setBinaryPayload(SOAPEnvelope envelope, DataHandler dh) {
        OMFactory fac = envelope.getOMFactory();
        OMElement binaryElt = envelope.getOMFactory()
            .createOMElement(BINARYELT);
        OMText text = fac.createOMText(dh, true);
        binaryElt.addChild(text);
        setXMLPayload(envelope, binaryElt);
      }

      public static void setBinaryPayload(MessageContext mc, DataHandler dh) {
        if (mc.getEnvelope() == null) {
    View Full Code Here

    Examples of org.apache.axiom.om.impl.dom.ElementImpl.addChild()

        public OMText createOMText(OMContainer parent, char[] charArary, int type) {
            ElementImpl parentElem = (ElementImpl) parent;
            TextImpl txt = new TextImpl((DocumentImpl) parentElem
                    .getOwnerDocument(), charArary, this);
            parentElem.addChild(txt);
            return txt;
        }

        /**
         * Creates a OMDOM Text node carrying the given value.
    View Full Code Here

    Examples of org.apache.axiom.om.impl.llom.OMDocumentImpl.addChild()

            } finally {
                try {
                    result.detach();
                    OMDocumentImpl parent = new OMDocumentImpl(OMAbstractFactory.getOMFactory());
                    parent.addChild(result);
                    inputStream.close();
                } catch (IOException e) {
                    log.error("Error in closing the input stream.", e);
                }
    View Full Code Here

    Examples of org.apache.axiom.om.impl.llom.OMElementImpl.addChild()

            expectedDH = new DataHandler(dataSource);
            OMText binaryNode = new OMTextImpl(expectedDH, true, fac);

            envelope.addChild(body);
            body.addChild(data);
            data.addChild(binaryNode);

            envelope.serializeAndConsume(new FileOutputStream(outBase64File), baseOutputFormat);
            envelope.serializeAndConsume(new FileOutputStream(outMTOMFile), mtomOutputFormat);
        }
    View Full Code Here
    TOP
    Copyright © 2018 www.massapi.com. All rights reserved.
    All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.