org.apache.sling.jcr.contentloader.internal.readers
Class XmlReader.NodeDescription
java.lang.Object
org.apache.sling.jcr.contentloader.internal.readers.XmlReader.NodeDescription
- Enclosing class:
- XmlReader
protected static final class XmlReader.NodeDescription
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SHARED
public static XmlReader.NodeDescription SHARED
name
public String name
primaryNodeType
public String primaryNodeType
mixinTypes
public List<String> mixinTypes
XmlReader.NodeDescription
protected XmlReader.NodeDescription()
create
public static XmlReader.NodeDescription create(XmlReader.NodeDescription desc,
ContentCreator creator)
throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
addMixinType
public void addMixinType(String v)
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.