Package org.codehaus.preon.util

Examples of org.codehaus.preon.util.ParaContentsDocument.document()


                    .selectItem(index));
        }

        public void document(Document target) {
            ParaContentsDocument doc = new ParaContentsDocument(target);
            doc.document(Documenters.forDescriptor(descriptor));
        }

        private static class IndexReference implements Reference<Resolver> {

            private ReferenceContext<Resolver> context;
View Full Code Here


            }

            public void document(Document target) {
                target.text("the position of an element in ");
                ParaContentsDocument doc = new ParaContentsDocument(target);
                doc.document(Documenters.forDescriptor(descriptor));
            }

            public Class<?> getType() {
                return Integer.class;
            }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.