| org.netbeans.modules.xslt.model.impl.XslComponentImpl org.netbeans.modules.xslt.model.impl.SequenceConstructorImpl org.netbeans.modules.xslt.model.impl.QNameableSequenceConstructor
All known Subclasses: org.netbeans.modules.xslt.model.impl.ParamImpl, org.netbeans.modules.xslt.model.impl.MatchableQNameableSeqCtorImpl,
Methods inherited from org.netbeans.modules.xslt.model.impl.XslComponentImpl | abstract public void accept(XslVisitor visitor)(Code)(Java Doc) protected static Element createNewElement(XslElements type, XslModelImpl model)(Code)(Java Doc) public XslReference<T> createReferenceTo(T referenced, Class<T> type)(Code)(Java Doc) public AttributeValueTemplate createTemplate(QName qName)(Code)(Java Doc) public AttributeValueTemplate createTemplate(String value)(Code)(Java Doc) protected int findDomainIndex(Element e)(Code)(Java Doc) public boolean fromSameModel(XslComponent other)(Code)(Java Doc) protected Object getAttributeValueOf(Attribute attr, String stringValue)(Code)(Java Doc) abstract public Class<? extends XslComponent> getComponentType()(Code)(Java Doc) public String getContent()(Code)(Java Doc) public XslModelImpl getModel()(Code)(Java Doc) public XslComponentImpl getParent()(Code)(Java Doc) protected List<QName> getQNameList(String value)(Code)(Java Doc) public String getSelect()(Code)(Java Doc) public String getTrailingText()(Code)(Java Doc) protected String getTrailingText(XslComponent child)(Code)(Java Doc) public String lookupNamespaceURI(String prefix)(Code)(Java Doc) protected void populateChildren(List<XslComponent> children)(Code)(Java Doc) protected GlobalReferenceImpl<T> resolveGlobalReference(Class<T> clazz, XslAttributes attrName)(Code)(Java Doc) protected List<XslReference<T>> resolveGlobalReferenceList(Class<T> clazz, XslAttributes attrName)(Code)(Java Doc) protected void setAttribute(XslAttributes attribute, EnumValue value)(Code)(Java Doc) protected void setAttribute(XslAttributes attribute, AttributeValueTemplate avt)(Code)(Java Doc) protected void setAttribute(XslAttributes attribute, Object value)(Code)(Java Doc) protected void setAttribute(XslAttributes attribute, XslReference<? extends ReferenceableXslComponent> value)(Code)(Java Doc) protected void setAttribute(XslAttributes attr, List<QName> list)(Code)(Java Doc) protected void setAttributeList(XslAttributes attr, List<XslReference<T>> collection)(Code)(Java Doc) protected void setAttributeTokenList(XslAttributes attribute, List<String> value)(Code)(Java Doc) public void setContent(String text)(Code)(Java Doc) public void setSelect(String select)(Code)(Java Doc) public void setTrailingText(String text)(Code)(Java Doc) protected void setTrailingText(String propName, String text, XslComponent child)(Code)(Java Doc)
|
|
|