jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
jmlparser-parent
xpath
/
io.github.jmltoolkit.xpath
/
DocumentFactories
Document
Factories
object
DocumentFactories
(
source
)
Author
Alexander Weigl
Members
Properties
attribute
Providers
Link copied to clipboard
val
attributeProviders
:
List
<
PseudoAttributeProvider
?
>
Functions
empty
Node
Map
Link copied to clipboard
fun
emptyNodeMap
(
)
:
NamedNodeMap
get
Attribute
Link copied to clipboard
fun
getAttribute
(
jpElement
:
JPElement
,
it
:
PropertyMetaModel
)
:
Attr
get
Document
Link copied to clipboard
fun
getDocument
(
node
:
CompilationUnit
)
:
Document
get
Element
Link copied to clipboard
fun
getElement
(
it
:
Node
,
parent
:
Element
)
:
JPElement
is
Node
Property
Link copied to clipboard
fun
isNodeProperty
(
mm
:
PropertyMetaModel
)
:
Boolean
node
Map
Link copied to clipboard
fun
nodeMap
(
jpElement
:
JPElement
)
:
NamedNodeMap
wrap
Link copied to clipboard
fun
<
T
:
Node
>
wrap
(
list
:
List
<
T
>
)
:
NodeList
fun
wrap
(
vararg
seq
:
Element
)
:
NodeList