| org.netbeans.modules.xslt.model.impl.XslComponentImpl
All known Subclasses: org.netbeans.modules.xslt.model.impl.ApplyImportsImpl, org.netbeans.modules.xslt.model.impl.SequenceElementImpl, org.netbeans.modules.xslt.model.impl.QNameableImpl, org.netbeans.modules.xslt.model.impl.SequenceConstructorImpl, org.netbeans.modules.xslt.model.impl.StylesheetImpl, org.netbeans.modules.xslt.model.impl.CallTemplateImpl, org.netbeans.modules.xslt.model.impl.HrefSpecImpl,
XslComponentImpl | abstract class XslComponentImpl extends AbstractDocumentComponent implements XslComponent(Code) | | author: ads |
Inner Class :interface AttributeListValueStartegy | |
Inner Class :static class SimpleStrategy implements AttributeListValueStartegy<String> | |
Inner Class :static class ReferenceStrategy implements AttributeListValueStartegy<T> | |
Inner Class :static class QNameStrategy implements AttributeListValueStartegy<QName> | |
Inner Class :static class Lazy | |
Method Summary | |
abstract public void | accept(XslVisitor visitor) | protected static Element | createNewElement(XslElements type, XslModelImpl model) | public XslReference<T> | createReferenceTo(T referenced, Class<T> type) | public AttributeValueTemplate | createTemplate(QName qName) The methods below are frequently used in specific impls. | public AttributeValueTemplate | createTemplate(String value) | protected int | findDomainIndex(Element e) | public boolean | fromSameModel(XslComponent other) | protected Object | getAttributeValueOf(Attribute attr, String stringValue) | abstract public Class<? extends XslComponent> | getComponentType() | public String | getContent() | public XslModelImpl | getModel() | public XslComponentImpl | getParent() | protected List<QName> | getQNameList(String value) | public String | getSelect() | public String | getTrailingText() | protected String | getTrailingText(XslComponent child) | public String | lookupNamespaceURI(String prefix) | protected void | populateChildren(List<XslComponent> children) | protected GlobalReferenceImpl<T> | resolveGlobalReference(Class<T> clazz, XslAttributes attrName) | protected List<XslReference<T>> | resolveGlobalReferenceList(Class<T> clazz, XslAttributes attrName) | protected void | setAttribute(XslAttributes attribute, EnumValue value) | protected void | setAttribute(XslAttributes attribute, AttributeValueTemplate avt) | protected void | setAttribute(XslAttributes attribute, Object value) | protected void | setAttribute(XslAttributes attribute, XslReference<? extends ReferenceableXslComponent> value) | protected void | setAttribute(XslAttributes attr, List<QName> list) | protected void | setAttributeList(XslAttributes attr, List<XslReference<T>> collection) | protected void | setAttributeTokenList(XslAttributes attribute, List<String> value) | public void | setContent(String text) | public void | setSelect(String select) | public void | setTrailingText(String text) | protected void | setTrailingText(String propName, String text, XslComponent child) |
setTrailingText | public void setTrailingText(String text)(Code) | | |
|
|