4Suite
™
API Documentation
►
Module
Ft
.
Xml
.
Xslt
.CopyOfElement
Implementation of the XSLT Spec copy-of element. WWW: http://4suite.org/4XSLT e-mail: support@4suite.org
Copyright (c) 1999-2001 Fourthought Inc, USA. All Rights Reserved.
See http://4suite.org/COPYRIGHT for license and copyright information
Classes:
CopyOfElement
Functions:
CopyNode
,
OldCopyNode
Fields:
EMPTY_NAMESPACE
,
NAMESPACE_NODE
,
XMLNS_NAMESPACE
,
XSL_NAMESPACE
Classes
class
CopyOfElement
(
Ft.Xml.Xslt.StylesheetTree.XsltElement
)
Methods
instantiate
(
self
,
context
,
processor
)
Methods inherited from class
Ft.Xml.Xslt.StylesheetTree.XsltElement
__init__
,
__str__
,
appendChild
,
expandQName
,
insertChild
,
parseAVT
,
parseExpression
,
parsePattern
,
processChildren
,
splitQName
Methods inherited from class
Ft.Xml.Xslt.StylesheetTree.XsltNode
idle
,
isLastChild
,
isPseudoNode
,
pprint
,
prime
,
setup
Fields
category
= 0
content
= <Ft.Xml.Xslt.ContentInfo.Atom instance>
Empty is the content model for childless elements
legalAttrs
= {'select': <Ft.Xml.Xslt.AttributeInfo.Expression instance>}
Fields
Fields
Functions
CopyNode
(
processor
,
node
)
OldCopyNode
(
processor
,
node
)
Fields
EMPTY_NAMESPACE
= None
NAMESPACE_NODE
= 13
XMLNS_NAMESPACE
= u'http://www.w3.org/2000/xmlns/'
XSL_NAMESPACE
= u'http://www.w3.org/1999/XSL/Transform'